Skip to content

Commit

Permalink
Update getrandom requirement from 0.2.7 to 0.3.0
Browse files Browse the repository at this point in the history
Updates the requirements on [getrandom](https://github.com/rust-random/getrandom) to permit the latest version.
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](rust-random/getrandom@v0.2.7...v0.3.0)

---
updated-dependencies:
- dependency-name: getrandom
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 4516e4e commit c4c92cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async-channel = "2.0.0"
async-net = "2.0.0"
blocking = "1"
criterion = { version = "0.4", default-features = false, features = ["cargo_bench_support"] }
getrandom = "0.2.7"
getrandom = "0.3.0"
signal-hook = "0.3"
tempfile = "3"

Expand Down

0 comments on commit c4c92cf

Please sign in to comment.