Skip to content

Commit b9e93aa

Browse files
build(deps): bump rand from 0.8.5 to 0.9.2
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.2. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b9f2d4b commit b9e93aa

File tree

2 files changed

+57
-13
lines changed

2 files changed

+57
-13
lines changed

Cargo.lock

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

boringtun/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ x25519-dalek = { version = "2.0.1", features = [
3535
"reusable_secrets",
3636
"static_secrets",
3737
] }
38-
rand = "0.8.5"
38+
rand = "0.9.2"
3939
chacha20poly1305 = "0.10.1"
4040
aead = "0.5.2"
4141
blake2 = "0.10"

0 commit comments

Comments
 (0)