Skip to content

Commit

Permalink
build(deps): bump futures from 0.3.8 to 0.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 8, 2021
1 parent f222a68 commit 15669fd
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
38 changes: 19 additions & 19 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 tower-batch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ futures-core = "0.3.6"
pin-project = "0.4.27"
tracing = "0.1.22"
tracing-futures = "0.2.4"
futures = "0.3.7"
futures = "0.3.9"

[dev-dependencies]
ed25519-zebra = "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion zebra-consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rand = "0.7"
redjubjub = "0.2"
serde = { version = "1", features = ["serde_derive"] }

futures = "0.3.7"
futures = "0.3.9"
futures-util = "0.3.6"
metrics = "0.12"
thiserror = "1.0.23"
Expand Down
2 changes: 1 addition & 1 deletion zebra-state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hex = "0.4.2"
lazy_static = "1.4.0"
serde = { version = "1", features = ["serde_derive"] }

futures = "0.3.7"
futures = "0.3.9"
metrics = "0.12"
tower = { version = "0.4", features = ["buffer", "util"] }
tracing = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion zebra-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"
hex = "0.4.2"
lazy_static = "1.4.0"
tower = { version = "0.4", features = ["util"] }
futures = "0.3.7"
futures = "0.3.9"
color-eyre = "0.5.10"
tracing = "0.1.22"
tracing-subscriber = "0.2.15"
Expand Down

0 comments on commit 15669fd

Please sign in to comment.