Skip to content

Commit

Permalink
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 3, 2025
1 parent 5b773d7 commit ccb097a
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 14 deletions.
87 changes: 74 additions & 13 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 samply/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ percent-encoding = "2.1.0"
libc = "0.2"
flate2 = "1.0"
opener = { version = "0.7", default-features = false }
rand = "0.8.4"
rand = "0.9.0"
nix-base32 = "0.2.0"
serde_derive = "1.0.137"
serde = "1.0.204"
Expand Down

0 comments on commit ccb097a

Please sign in to comment.