Skip to content

Commit 56949c9

Browse files
committed
Bump rand dev-dependency to v0.10
1 parent e1e4f18 commit 56949c9

2 files changed

Lines changed: 22 additions & 15 deletions

File tree

Cargo.lock

Lines changed: 21 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ base64ct = { version = "1", features = ["alloc"] }
3737
hex-literal = "1"
3838
proptest = "1"
3939
serde_test = "1.0.89"
40-
rand = { version = "0.10.0-rc.8", features = ["chacha"] }
40+
rand = { version = "0.10", features = ["chacha"] }
4141
rand_core = { version = "0.10", default-features = false }
4242
sha1 = { version = "0.11.0-rc.5", default-features = false, features = ["oid"] }
4343
sha2 = { version = "0.11.0-rc.5", default-features = false, features = ["oid"] }
@@ -67,6 +67,3 @@ opt-level = 2
6767

6868
[profile.bench]
6969
debug = true
70-
71-
[patch.crates-io.rand]
72-
git = "https://github.com/rust-random/rand"

0 commit comments

Comments
 (0)