From 5854a00cb436b2f8625da6804fc795fe80bb7668 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 02:28:59 +0000 Subject: [PATCH] chore(deps): bump the root-deps group across 1 directory with 3 updates Bumps the root-deps group with 3 updates in the / directory: [cc](https://github.com/rust-lang/cc-rs), [hybrid-array](https://github.com/RustCrypto/hybrid-array) and [poly1305](https://github.com/RustCrypto/universal-hashes). Updates `cc` from 1.2.61 to 1.2.62 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.61...cc-v1.2.62) Updates `hybrid-array` from 0.4.11 to 0.4.12 - [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md) - [Commits](https://github.com/RustCrypto/hybrid-array/compare/v0.4.11...v0.4.12) Updates `poly1305` from 0.9.0-rc.6 to 0.9.0 - [Commits](https://github.com/RustCrypto/universal-hashes/compare/poly1305-v0.9.0-rc.6...poly1305-v0.9.0) --- updated-dependencies: - dependency-name: cc dependency-version: 1.2.62 dependency-type: indirect update-type: version-update:semver-patch dependency-group: root-deps - dependency-name: hybrid-array dependency-version: 0.4.12 dependency-type: indirect update-type: version-update:semver-patch dependency-group: root-deps - dependency-name: poly1305 dependency-version: 0.9.0 dependency-type: indirect update-type: version-update:semver-patch dependency-group: root-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 d64ba9b..d2a56fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -78,9 +78,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.2.61" +version = "1.2.62" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d16d90359e986641506914ba71350897565610e87ce0ad9e6f28569db3dd5c6d" +checksum = "a1dce859f0832a7d088c4f1119888ab94ef4b5d6795d1ce05afb7fe159d79f98" dependencies = [ "find-msvc-tools", "shlex", @@ -429,9 +429,9 @@ dependencies = [ [[package]] name = "hybrid-array" -version = "0.4.11" +version = "0.4.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08d46837a0ed51fe95bd3b05de33cd64a1ee88fc797477ca48446872504507c5" +checksum = "9155a582abd142abc056962c29e3ce5ff2ad5469f4246b537ed42c5deba857da" dependencies = [ "subtle", "typenum", @@ -580,9 +580,9 @@ dependencies = [ [[package]] name = "poly1305" -version = "0.9.0-rc.6" +version = "0.9.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "19feddcbdf17fad33f40041c7f9e768faf19455f32a6d52ba1b8b65ffc7b1cae" +checksum = "a00baa632505d05512f48a963e16051c54fda9a95cc9acea1a4e3c90991c4a2e" dependencies = [ "cpufeatures 0.3.0", "universal-hash",