Skip to content

Commit

Permalink
fix(deps): update rust crate futures to 0.3.29
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 10, 2023
1 parent aa35260 commit 3c0441e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
36 changes: 18 additions & 18 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ edition = "2021"
anyhow = "1.0.75"
clap = { version = "4.3.3", features = ["derive"] }
env_logger = "0.10.0"
futures = "0.3.28"
futures = "0.3.29"
tokio = { version = "1.34.0", features = ["full"] }
log = "0.4.19"

0 comments on commit 3c0441e

Please sign in to comment.