Skip to content

Commit 0ee6846

Browse files
build(deps): bump rand from 0.8.4 to 0.8.5 (#1496)
Bumps [rand](https://github.com/rust-random/rand) from 0.8.4 to 0.8.5. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.4...0.8.5) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0e2cda9 commit 0ee6846

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

Cargo.lock

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2071,14 +2071,13 @@ dependencies = [
20712071

20722072
[[package]]
20732073
name = "rand"
2074-
version = "0.8.4"
2074+
version = "0.8.5"
20752075
source = "registry+https://github.com/rust-lang/crates.io-index"
2076-
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
2076+
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
20772077
dependencies = [
20782078
"libc",
20792079
"rand_chacha",
20802080
"rand_core",
2081-
"rand_hc",
20822081
]
20832082

20842083
[[package]]
@@ -2100,15 +2099,6 @@ dependencies = [
21002099
"getrandom",
21012100
]
21022101

2103-
[[package]]
2104-
name = "rand_hc"
2105-
version = "0.3.1"
2106-
source = "registry+https://github.com/rust-lang/crates.io-index"
2107-
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
2108-
dependencies = [
2109-
"rand_core",
2110-
]
2111-
21122102
[[package]]
21132103
name = "redox_syscall"
21142104
version = "0.2.10"

0 commit comments

Comments
 (0)