Skip to content

Commit 3a8d17f

Browse files
build(deps): bump rand_core from 0.6.3 to 0.6.4 (#378)
Bumps [rand_core](https://github.com/rust-random/rand) from 0.6.3 to 0.6.4. - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.6.3...0.6.4) --- updated-dependencies: - dependency-name: rand_core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1db5108 commit 3a8d17f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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.0", features = [
3535
"reusable_secrets",
3636
"static_secrets",
3737
] }
38-
rand_core = { version = "0.6.3", features = ["getrandom"] }
38+
rand_core = { version = "0.6.4", features = ["getrandom"] }
3939
chacha20poly1305 = "0.10.0-pre.1"
4040
aead = "0.5.0-pre.2"
4141
blake2 = "0.10"

0 commit comments

Comments
 (0)