From e904d775ac827f9a1805877ab0bff2a84272bee1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:50:08 +0000 Subject: [PATCH] Bump cargo-lock from 10.0.1 to 10.1.0 in /implementations/rust-boon Bumps [cargo-lock](https://github.com/rustsec/rustsec) from 10.0.1 to 10.1.0. - [Release notes](https://github.com/rustsec/rustsec/releases) - [Commits](https://github.com/rustsec/rustsec/commits) --- updated-dependencies: - dependency-name: cargo-lock dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- implementations/rust-boon/Cargo.lock | 4 ++-- implementations/rust-boon/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/implementations/rust-boon/Cargo.lock b/implementations/rust-boon/Cargo.lock index 13244c448..d9d0a4d0d 100644 --- a/implementations/rust-boon/Cargo.lock +++ b/implementations/rust-boon/Cargo.lock @@ -72,9 +72,9 @@ dependencies = [ [[package]] name = "cargo-lock" -version = "10.0.1" +version = "10.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6469776d007022d505bbcc2be726f5f096174ae76d710ebc609eb3029a45b551" +checksum = "c06acb4f71407ba205a07cb453211e0e6a67b21904e47f6ba1f9589e38f2e454" dependencies = [ "semver", "serde", diff --git a/implementations/rust-boon/Cargo.toml b/implementations/rust-boon/Cargo.toml index bd679e62f..9bc6f0dd0 100644 --- a/implementations/rust-boon/Cargo.toml +++ b/implementations/rust-boon/Cargo.toml @@ -8,4 +8,4 @@ boon = "0.6" serde_json = "1" [build-dependencies] -cargo-lock = "10.0" +cargo-lock = "10.1"