Skip to content

Commit

Permalink
Bump rand from 0.7.3 to 0.8.5
Browse files Browse the repository at this point in the history
Bumps [rand](https://github.com/rust-random/rand) from 0.7.3 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.7.3...0.8.5)

---
updated-dependencies:
- dependency-name: rand
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 27, 2023
1 parent 2f302a4 commit 328dde0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion relays/client-substrate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ futures = "0.3.26"
jsonrpsee = { version = "0.15", features = ["macros", "ws-client"] }
log = "0.4.17"
num-traits = "0.2"
rand = "0.7"
rand = "0.8"
scale-info = { version = "2.1.1", features = ["derive"] }
tokio = { version = "1.25", features = ["rt-multi-thread"] }
thiserror = "1.0.26"
Expand Down

0 comments on commit 328dde0

Please sign in to comment.