From 1770823b22e1ff6daa6cceaa743ec3314751581e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 17:03:24 +0000 Subject: [PATCH] Bump the all-deps group across 1 directory with 3 updates Bumps the all-deps group with 3 updates in the / directory: [crypto-common](https://github.com/RustCrypto/traits), [inout](https://github.com/RustCrypto/utils) and [libc](https://github.com/rust-lang/libc). Updates `crypto-common` from 0.2.0-rc.8 to 0.2.0-rc.9 - [Commits](https://github.com/RustCrypto/traits/compare/crypto-common-v0.2.0-rc.8...crypto-common-v0.2.0-rc.9) Updates `inout` from 0.2.1 to 0.2.2 - [Commits](https://github.com/RustCrypto/utils/compare/inout-v0.2.1...inout-v0.2.2) Updates `libc` from 0.2.178 to 0.2.179 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.178...0.2.179) --- updated-dependencies: - dependency-name: crypto-common dependency-version: 0.2.0-rc.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: inout dependency-version: 0.2.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: libc dependency-version: 0.2.179 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7b60b26..13917f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -102,9 +102,9 @@ dependencies = [ [[package]] name = "crypto-common" -version = "0.2.0-rc.8" +version = "0.2.0-rc.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e6165b8029cdc3e765b74d3548f85999ee799d5124877ce45c2c85ca78e4d4aa" +checksum = "41b8986f836d4aeb30ccf4c9d3bd562fd716074cfd7fc4a2948359fbd21ed809" dependencies = [ "hybrid-array", ] @@ -170,9 +170,9 @@ dependencies = [ [[package]] name = "inout" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7357b6e7aa75618c7864ebd0634b115a7218b0615f4cb1df33ac3eca23943d4" +checksum = "4250ce6452e92010fdf7268ccc5d14faa80bb12fc741938534c58f16804e03c7" dependencies = [ "hybrid-array", ] @@ -189,9 +189,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.178" +version = "0.2.179" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" +checksum = "c5a2d376baa530d1238d133232d15e239abad80d05838b4b59354e5268af431f" [[package]] name = "magma"