Skip to content

Commit bc1f6b8

Browse files
committed
Bump getrandom to v0.4
Release PR: rust-random/getrandom#798
1 parent 38323ce commit bc1f6b8

2 files changed

Lines changed: 26 additions & 32 deletions

File tree

Cargo.lock

Lines changed: 25 additions & 31 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ num-traits = { version = "0.2.19", default-features = false }
2525
# optional dependencies
2626
der = { version = "0.8.0-rc.10", optional = true, default-features = false }
2727
hybrid-array = { version = "0.4.6", optional = true }
28-
getrandom = { version = "0.4.0-rc.1", optional = true, features = ["sys_rng"] }
28+
getrandom = { version = "0.4", optional = true, features = ["sys_rng"] }
2929
rand_core = { version = "0.10", optional = true, default-features = false }
3030
rlp = { version = "0.6", optional = true, default-features = false }
3131
serdect = { version = "0.4", optional = true, default-features = false }

0 commit comments

Comments
 (0)