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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 16, 2022
1 parent 3b71102 commit d763518
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 32 deletions.
51 changes: 20 additions & 31 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 uvm_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ libc = "0.2.80"

[dev-dependencies]
proptest = "0.9.4"
rand = "0.7"
rand = "0.8"
stringreader = "0.1.1"
indoc = "1.0.7"

0 comments on commit d763518

Please sign in to comment.