From 015384951d2b44001f137a04d65ec2c4881c5caf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 18:33:10 +0000 Subject: [PATCH] Bump cargo-lock from 11.0.0 to 11.0.1 in /implementations/rust-boon Bumps [cargo-lock](https://github.com/rustsec/rustsec) from 11.0.0 to 11.0.1. - [Release notes](https://github.com/rustsec/rustsec/releases) - [Commits](https://github.com/rustsec/rustsec/compare/cargo-lock/v11.0.0...cargo-lock/v11.0.1) --- updated-dependencies: - dependency-name: cargo-lock dependency-version: 11.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- implementations/rust-boon/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/implementations/rust-boon/Cargo.lock b/implementations/rust-boon/Cargo.lock index 41dfff059..4a4521a53 100644 --- a/implementations/rust-boon/Cargo.lock +++ b/implementations/rust-boon/Cargo.lock @@ -72,9 +72,9 @@ dependencies = [ [[package]] name = "cargo-lock" -version = "11.0.0" +version = "11.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf53e0ebbbc6e45357b199f3b213f3eb330792c8b370e548499f5685470ecb11" +checksum = "63585cdf8572aa7adf0e30a253f988f2b77233bfac1973d52efb6dd53a75920e" dependencies = [ "semver", "serde",