Skip to content

Commit

Permalink
Update rand requirement from 0.8.0 to 0.9.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rand](https://github.com/rust-random/rand) to permit the latest version.
- [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.4...0.9.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 28, 2025
1 parent c167787 commit 64bce9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ bytes = "1.9.0"
http = { version = "1.0", optional = true }
httparse = { version = "1.3.4", optional = true }
log = "0.4.8"
rand = "0.8.0"
rand = "0.9.0"
sha1 = { version = "0.10", optional = true }
thiserror = "2.0.7"
url = { version = "2.1.0", optional = true }
Expand Down Expand Up @@ -66,7 +66,7 @@ version = "0.26"
criterion = "0.5.0"
env_logger = "0.11"
input_buffer = "0.5.0"
rand = "0.8.4"
rand = "0.9.0"
socket2 = "0.5.5"

[profile.bench]
Expand Down

0 comments on commit 64bce9a

Please sign in to comment.