Skip to content

Commit

Permalink
fix(deps): update rust crate rand to v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 20, 2025
1 parent aeefe33 commit c0b3843
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 @@ -20,7 +20,7 @@ serde = { version = "=1.0.217", features = ["derive"] }
serde_json = "=1.0.138"
palette = { version = "=0.7.6", features = ["serializing"] }
async-trait = "=0.1.86"
rand = "=0.8.5"
rand = "=0.9.0"
warp = "=0.3.7"
serde_path_to_error = "=0.1.16"
tokio = { version = "=1.43.0", features = ["full"] }
Expand Down

0 comments on commit c0b3843

Please sign in to comment.