Skip to content

Commit

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

---
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] authored Jan 31, 2025
1 parent f7e8218 commit d65febe
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 26 deletions.
131 changes: 106 additions & 25 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ itertools = "0.14.0"
maplit = "1"
pocket-ic = "6.0.0"
proptest = { workspace = true }
rand = "0.8"
rand = "0.9"

[workspace.dependencies]
candid = { version = "0.10.13" }
Expand Down

0 comments on commit d65febe

Please sign in to comment.