Skip to content

Commit

Permalink
fix(deps): update rust crate fastrand to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2023
1 parent f2a5989 commit ab4b0bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3", 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 ab4b0bc

Please sign in to comment.