Skip to content

Commit 9217a7c

Browse files
build(deps): bump rand_core from 0.9.3 to 0.9.5 (#15019)
Bumps [rand_core](https://github.com/rust-random/rand_core) from 0.9.3 to 0.9.5. - [Release notes](https://github.com/rust-random/rand_core/releases) - [Changelog](https://github.com/rust-random/rand_core/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand_core/commits) --- updated-dependencies: - dependency-name: rand_core dependency-version: 0.9.5 dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6068b96 commit 9217a7c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1931,7 +1931,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
19311931
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
19321932
dependencies = [
19331933
"rand_chacha",
1934-
"rand_core 0.9.3",
1934+
"rand_core 0.9.5",
19351935
]
19361936

19371937
[[package]]
@@ -1952,14 +1952,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
19521952
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
19531953
dependencies = [
19541954
"ppv-lite86",
1955-
"rand_core 0.9.3",
1955+
"rand_core 0.9.5",
19561956
]
19571957

19581958
[[package]]
19591959
name = "rand_core"
1960-
version = "0.9.3"
1960+
version = "0.9.5"
19611961
source = "registry+https://github.com/rust-lang/crates.io-index"
1962-
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
1962+
checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
19631963
dependencies = [
19641964
"getrandom 0.3.1",
19651965
]

0 commit comments

Comments
 (0)