Skip to content

Commit

Permalink
Merge pull request #2 from lucavallin/dependabot/cargo/rand-0.9.0
Browse files Browse the repository at this point in the history
Update rand requirement from 0.8.5 to 0.9.0
  • Loading branch information
lucavallin authored Feb 3, 2025
2 parents 0f4bd8e + f00df7d commit 6f9594a
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 @@ -9,6 +9,6 @@ edition = "2021"
[dependencies]
clap = { version = "4.3.19", features = ["derive"] }
log = "0.4.19"
rand = "0.8.5"
rand = "0.9.0"
simplelog = "0.12.1"
thiserror = "2.0.3"

0 comments on commit 6f9594a

Please sign in to comment.