Skip to content

Commit 62642f1

Browse files
Update rand requirement from 0.9.2 to 0.10.0
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@rand_core-0.9.2...0.10.0) --- updated-dependencies: - dependency-name: rand dependency-version: 0.10.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 161500d commit 62642f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ env_logger = "0.11.8"
4242
hickory-proto = "0.25.2"
4343
log = "0.4.29"
4444
moka = { version = "0.12.11", features = ["future"] }
45-
rand = "0.9.2"
45+
rand = "0.10.0"
4646
tokio = { version = "1.48.0", features = ["rt-multi-thread"] }
4747
tokio-util = { version = "0.7.17", features = [] }
4848

0 commit comments

Comments
 (0)