Skip to content

Commit

Permalink
Update Rust crate fastrand to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 26, 2024
1 parent cc80174 commit c1311c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ anyhow = "1"
bytes = {version = "1", features = ["serde"]}
chrono = "0.4"
clap = {version = "4.4", features = ["derive", "unicode", "env"]}
fastrand = "1.9.0"
fastrand = "2.0.1"
hyper = {version = "0.14", features = ["full"]}
lazy_static = "1.4"
log = "0.4"
Expand Down

0 comments on commit c1311c8

Please sign in to comment.