Skip to content

Commit

Permalink
Bump futures from 0.3.23 to 0.3.24 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 31, 2022
1 parent ef3edfc commit 955b4b6
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 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 ssstar-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tracing-subscriber = { version = "0.3.15", features = ["env-filter", "fmt", "loc
tracing = "0.1.36"
tokio = { version = "1.20.1", features = ["full"] }
color-eyre = "0.6.2"
futures = "0.3.21"
futures = "0.3.24"
indicatif = "0.17.0"

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion ssstar-testing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ color-eyre = "0.6.2"
digest = "0.10.3"
dirs = "4.0.0"
duct = "0.13.5"
futures = "0.3.23"
futures = "0.3.24"
http = "0.2.8"
once_cell = "1.13.1"
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion ssstar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ bytes = "1.2.1"
chrono = "0.4.22"
clap = {version = "3.2.16", features = ["derive"], optional = true}
dyn-clone = "1.0.9"
futures = "0.3.21"
futures = "0.3.24"
glob = "0.3.0"
http = "0.2.8"
itertools = "0.10.3"
Expand Down

0 comments on commit 955b4b6

Please sign in to comment.