From 30bda9ac15e6cb2f36ec1f20dba4d53b06bbd9bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 22:01:36 +0000 Subject: [PATCH] build(deps): bump the all-deps group with 3 updates Bumps the all-deps group with 3 updates: [base64ct](https://github.com/RustCrypto/formats), [ctutils](https://github.com/RustCrypto/utils) and [libc](https://github.com/rust-lang/libc). Updates `base64ct` from 1.8.1 to 1.8.2 - [Commits](https://github.com/RustCrypto/formats/compare/base64ct/v1.8.1...base64ct/v1.8.2) Updates `ctutils` from 0.3.0 to 0.3.1 - [Commits](https://github.com/RustCrypto/utils/compare/ctutils-v0.3.0...ctutils-v0.3.1) 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: base64ct dependency-version: 1.8.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: ctutils dependency-version: 0.3.1 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 792f1969e..065c16dac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -44,9 +44,9 @@ checksum = "fd307490d624467aa6f74b0eabb77633d1f758a7b25f12bceb0b22e08d9726f6" [[package]] name = "base64ct" -version = "1.8.1" +version = "1.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e050f626429857a27ddccb31e0aca21356bfa709c04041aefddac081a8f068a" +checksum = "7d809780667f4410e7c41b07f52439b94d2bdf8528eeedc287fa38d3b7f95d82" [[package]] name = "bitvec" @@ -167,9 +167,9 @@ dependencies = [ [[package]] name = "ctutils" -version = "0.3.0" +version = "0.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "130ffe18bdf7a4926e57ed19d404995244e6c8d6a97abf4eddde1f892bf1ce0c" +checksum = "7c67c81499f542d1dd38c6a2a2fe825f4dd4bca5162965dd2eea0c8119873d3c" dependencies = [ "cmov", "subtle", @@ -295,9 +295,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 = "num-bigint"