From b51cce80c38d52a9d0ac7ce1659a3fefb4ee9838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 17:18:22 +0000 Subject: [PATCH] build(deps): bump array-init-cursor from 0.2.0 to 0.2.1 Bumps [array-init-cursor](https://github.com/planus-org/planus) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/planus-org/planus/releases) - [Changelog](https://github.com/planus-org/planus/blob/main/CHANGELOG.md) - [Commits](https://github.com/planus-org/planus/compare/v0.2.0...array-init-cursor-v0.2.1) --- updated-dependencies: - dependency-name: array-init-cursor dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4dc4e51..7058861 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,9 +71,9 @@ dependencies = [ [[package]] name = "array-init-cursor" -version = "0.2.0" +version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf7d0a018de4f6aa429b9d33d69edf69072b1c5b1cb8d3e4a5f7ef898fc3eb76" +checksum = "ed51fe0f224d1d4ea768be38c51f9f831dee9d05c163c11fba0b8c44387b1fc3" [[package]] name = "async-stream"