Skip to content

Commit 78f3a12

Browse files
Bump rand from 0.8.4 to 0.8.5 (#3963)
Bumps [rand](https://github.com/rust-random/rand) from 0.8.4 to 0.8.5. - [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.4...0.8.5) --- updated-dependencies: - dependency-name: rand 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 81c210c commit 78f3a12

File tree

2 files changed

+28
-38
lines changed

2 files changed

+28
-38
lines changed

Cargo.lock

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

explorer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ tokio-stream = { version = "0.1.4", features = ["sync"] }
3434
tokio-util = { version = "0.6.0", features = ["time"] }
3535
tonic = "0.4"
3636
multiaddr = { package = "parity-multiaddr", version = "0.11" }
37-
rand = "0.8.3"
37+
rand = "0.8.5"
3838
rand_chacha = "0.3.0"
3939
base64 = "0.13.0"
4040
lazy_static = "1.4"

0 commit comments

Comments
 (0)