Skip to content

Commit c2c808f

Browse files
committed
Bump getrandom to v0.4.0-rc.1
Includes `rand_core` v0.10.0-rc-6 compatibility
1 parent aeb9069 commit c2c808f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,3 @@ signature = { path = "signature" }
2222
crypto-bigint = { git = "https://github.com/RustCrypto/crypto-bigint" }
2323
rustcrypto-ff = { git = "https://github.com/RustCrypto/ff", branch = "rand_core/v0.10.0-rc-6" }
2424
rustcrypto-group = { git = "https://github.com/RustCrypto/group", branch = "rand_core/v0.10.0-rc-6" }
25-
getrandom = { git = "https://github.com/rust-random/getrandom", branch = "rand_core-v0.10.0-rc-6" }

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.0", optional = true, features = ["sys_rng"] }
19+
getrandom = { version = "0.4.0-rc.1", optional = true, features = ["sys_rng"] }
2020
rand_core = { version = "0.10.0-rc-6", optional = true }
2121

2222
[features]

elliptic-curve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ zeroize = { version = "1.7", default-features = false }
3333
# optional dependencies
3434
digest = { version = "0.11.0-rc.4", optional = true }
3535
ff = { version = "=0.14.0-pre.0", package = "rustcrypto-ff", optional = true, default-features = false }
36-
getrandom = { version = "0.4.0-rc.0", optional = true }
36+
getrandom = { version = "0.4.0-rc.1", optional = true }
3737
group = { version = "=0.14.0-pre.0", package = "rustcrypto-group", optional = true, default-features = false }
3838
hkdf = { version = "0.13.0-rc.3", optional = true, default-features = false }
3939
hex-literal = { version = "1", optional = true }

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.0", optional = true, default-features = false }
20+
getrandom = { version = "0.4.0-rc.1", optional = true, default-features = false }
2121
phc = { version = "0.6.0-rc.1", optional = true, default-features = false }
2222
rand_core = { version = "0.10.0-rc-6", optional = true, default-features = false }
2323

0 commit comments

Comments
 (0)