Skip to content

Commit

Permalink
fix(deps): update rust crate futures to 0.3.31
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent 30f4ce6 commit 01ad294
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 @@ -16,7 +16,7 @@ async-recursion = "1.0.0"
clap = { version = "4.1.1", features = ["cargo"] }
console = { version = "0.15.0", default-features = false }
counter = "0.6.0"
futures = { version = "0.3.17", default-features = false, features = ["alloc"] }
futures = { version = "0.3.31", default-features = false, features = ["alloc"] }
histogram = "0.11.1"
indicatif = "0.17.3"
itertools = "0.14.0"
Expand Down

0 comments on commit 01ad294

Please sign in to comment.