Skip to content

Commit 320726b

Browse files
build(deps): update rand requirement from 0.8.5 to 0.9.2
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.5...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b372951 commit 320726b

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
@@ -10,7 +10,7 @@ clap = {version = "4.5.20", features = ["derive"]}
1010
dotenv = "0.15.0"
1111
lettre = "0.11.10"
1212
once_cell = "1.20.2"
13-
rand = "0.8.5"
13+
rand = "0.9.2"
1414
reqwest = {version = "0.12.9", features = ["json"]}
1515
serde = {version = "1.0.214", features = ["derive"]}
1616
serde_json = "1.0.132"

0 commit comments

Comments
 (0)