Skip to content

Commit e0c1f3b

Browse files
committed
Bump getrandom to v0.4
Release PR: rust-random/getrandom#798
1 parent 78b7b56 commit e0c1f3b

3 files changed

Lines changed: 25 additions & 25 deletions

File tree

Cargo.lock

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

crypto-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ description = "Common cryptographic traits"
1616
hybrid-array = "0.4"
1717

1818
# optional dependencies
19-
getrandom = { version = "0.4.0-rc.1", optional = true, features = ["sys_rng"] }
19+
getrandom = { version = "0.4", optional = true, features = ["sys_rng"] }
2020
rand_core = { version = "0.10", optional = true }
2121

2222
[features]

password-hash/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ formats (e.g. Modular Crypt Format)
1717
"""
1818

1919
[dependencies]
20-
getrandom = { version = "0.4.0-rc.1", optional = true, default-features = false }
20+
getrandom = { version = "0.4", optional = true, default-features = false }
2121
phc = { version = "0.6.0-rc.1", optional = true, default-features = false }
2222
rand_core = { version = "0.10", optional = true, default-features = false }
2323

0 commit comments

Comments
 (0)