Skip to content

Commit 72b44e4

Browse files
authored
Bump getrandom to v0.4 (#1205)
Release PR: rust-random/getrandom#798
1 parent f754fb4 commit 72b44e4

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dsa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ hex = "0.4"
3434
hex-literal = "1"
3535
pkcs8 = { version = "0.11.0-rc.10", default-features = false, features = ["pem"] }
3636
proptest = "1"
37-
getrandom = { version = "0.4.0-rc.1", features = ["sys_rng"] }
37+
getrandom = { version = "0.4", features = ["sys_rng"] }
3838
sha1 = "0.11.0-rc.4"
3939
der = { version = "0.8.0-rc.10", features = ["derive"] }
4040
rand_core = "0.10.0-rc-6"

lms/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = ["crypto", "signature"]
1414
[dependencies]
1515
digest = "0.11.0-rc.10"
1616
hybrid-array = { version = "0.4", features = ["extra-sizes", "zeroize"] }
17-
getrandom = { version = "0.4.0-rc.1", features = ["sys_rng"] }
17+
getrandom = { version = "0.4", features = ["sys_rng"] }
1818
sha2 = "0.11.0-rc.4"
1919
static_assertions = "1.1"
2020
rand_core = "0.10.0-rc-6"

ml-dsa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ zeroize = { version = "1.8.1", optional = true, default-features = false }
4545

4646
[dev-dependencies]
4747
criterion = "0.7"
48-
getrandom = { version = "0.4.0-rc.1", features = ["sys_rng"] }
48+
getrandom = { version = "0.4", features = ["sys_rng"] }
4949
hex = { version = "0.4", features = ["serde"] }
5050
hex-literal = "1"
5151
pkcs8 = { version = "0.11.0-rc.10", features = ["pem"] }

0 commit comments

Comments
 (0)