From db412f0221735a7ce823aa12b3c808c5c6c2b76e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 16:05:47 +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: [rand_core](https://github.com/rust-random/rand_core), [chacha20](https://github.com/RustCrypto/stream-ciphers) and [zmij](https://github.com/dtolnay/zmij). Updates `rand_core` from 0.10.0-rc-4 to 0.10.0-rc-5 - [Changelog](https://github.com/rust-random/rand_core/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand_core/compare/v0.10.0-rc-4...v0.10.0-rc-5) Updates `chacha20` from 0.10.0-rc.7 to 0.10.0-rc.8 - [Commits](https://github.com/RustCrypto/stream-ciphers/compare/chacha20-v0.10.0-rc.7...chacha20-v0.10.0-rc.8) Updates `zmij` from 1.0.15 to 1.0.16 - [Release notes](https://github.com/dtolnay/zmij/releases) - [Commits](https://github.com/dtolnay/zmij/compare/1.0.15...1.0.16) --- updated-dependencies: - dependency-name: rand_core dependency-version: 0.10.0-rc-5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: chacha20 dependency-version: 0.10.0-rc.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: zmij dependency-version: 1.0.16 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 9de8250d53..8a5fc84382 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -10,9 +10,9 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" [[package]] name = "chacha20" -version = "0.10.0-rc.7" +version = "0.10.0-rc.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26f659b53b7f4e776e0cb370508f21d62a22349009195b1089de5f9b24afba2f" +checksum = "31cd65b2ca03198c223cd9a8fa1152c4ec251cd79049f6dc584152ad3fb5ba9d" dependencies = [ "cfg-if", "cpufeatures", @@ -190,9 +190,9 @@ dependencies = [ [[package]] name = "rand_core" -version = "0.10.0-rc-4" +version = "0.10.0-rc-5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43bb1e3655c24705492d72208c9bacdefe07c30c14b8f7664c556a3e1953b72c" +checksum = "05a06e03bd1f2ae861ab9e7498b6c64ed3dadb9ce175c0464a2522a5f23c0045" [[package]] name = "rand_pcg" @@ -340,6 +340,6 @@ dependencies = [ [[package]] name = "zmij" -version = "1.0.15" +version = "1.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94f63c051f4fe3c1509da62131a678643c5b6fbdc9273b2b79d4378ebda003d2" +checksum = "dfcd145825aace48cff44a8844de64bf75feec3080e0aa5cdbde72961ae51a65"