Skip to content

Commit d7160ba

Browse files
deps: update rand requirement from 0.8.5 to 0.9.2
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1e1878e commit d7160ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sare-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ generic-array = "1.0.0"
2727
hkdf = "0.12.4"
2828
pem = "3.0.3"
2929
safe_pqc_kyber = { version = "0.6.3", features = ["std", "rand", "kyber768"] }
30-
rand = "0.8.5"
30+
rand = "0.9.2"
3131
scrypt = "0.11.0"
3232
secrecy = { version = "0.8.0" }
3333
serde = { version = "1.0.193", features = ["derive"] }

0 commit comments

Comments
 (0)