Skip to content

Commit

Permalink
build(deps): bump tower from 0.4.12 to 0.4.13 (#4644)
Browse files Browse the repository at this point in the history
Bumps [tower](https://github.com/tower-rs/tower) from 0.4.12 to 0.4.13.
- [Release notes](https://github.com/tower-rs/tower/releases)
- [Commits](tower-rs/tower@tower-0.4.12...tower-0.4.13)

---
updated-dependencies:
- dependency-name: tower
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 21, 2022
1 parent 1f7e621 commit 82b8d7f
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 11 deletions.
5 changes: 2 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 tower-batch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ futures = "0.3.21"
futures-core = "0.3.21"
pin-project = "1.0.10"
tokio = { version = "1.19.2", features = ["time", "sync", "tracing", "macros"] }
tower = { version = "0.4.12", features = ["util", "buffer"] }
tower = { version = "0.4.13", features = ["util", "buffer"] }
tracing = "0.1.31"
tracing-futures = "0.2.5"

Expand Down
2 changes: 1 addition & 1 deletion tower-fallback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
pin-project = "0.4.29"
tower = "0.4.12"
tower = "0.4.13"
futures-core = "0.3.21"
tracing = "0.1.31"

Expand Down
2 changes: 1 addition & 1 deletion zebra-consensus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ futures-util = "0.3.21"
metrics = "0.18.1"
thiserror = "1.0.31"
tokio = { version = "1.19.2", features = ["time", "sync", "tracing"] }
tower = { version = "0.4.12", features = ["timeout", "util", "buffer"] }
tower = { version = "0.4.13", features = ["timeout", "util", "buffer"] }
tracing = "0.1.31"
tracing-futures = "0.2.5"

Expand Down
2 changes: 1 addition & 1 deletion zebra-network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ futures = "0.3.21"
tokio = { version = "1.19.2", features = ["net", "time", "tracing", "macros", "rt-multi-thread"] }
tokio-stream = { version = "0.1.9", features = ["sync", "time"] }
tokio-util = { version = "0.7.3", features = ["codec"] }
tower = { version = "0.4.12", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] }
tower = { version = "0.4.13", features = ["retry", "discover", "load", "load-shed", "timeout", "util", "buffer"] }

metrics = "0.18.1"
tracing-futures = "0.2.5"
Expand Down
2 changes: 1 addition & 1 deletion zebra-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ serde_json = { version = "1.0.81", features = ["preserve_order"] }
indexmap = { version = "1.8.2", features = ["serde"] }

tokio = { version = "1.19.2", features = ["time", "rt-multi-thread", "macros", "tracing"] }
tower = "0.4.12"
tower = "0.4.13"

tracing = "0.1.31"
tracing-futures = "0.2.5"
Expand Down
2 changes: 1 addition & 1 deletion zebra-state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tempfile = "3.3.0"
thiserror = "1.0.31"

tokio = { version = "1.19.2", features = ["sync", "tracing"] }
tower = { version = "0.4.12", features = ["buffer", "util"] }
tower = { version = "0.4.13", features = ["buffer", "util"] }
tracing = "0.1.31"

zebra-chain = { path = "../zebra-chain" }
Expand Down
2 changes: 1 addition & 1 deletion zebra-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rand = { version = "0.8.5", package = "rand" }
regex = "1.5.6"

tokio = { version = "1.19.2", features = ["full", "tracing", "test-util"] }
tower = { version = "0.4.12", features = ["util"] }
tower = { version = "0.4.13", features = ["util"] }
futures = "0.3.21"

color-eyre = "0.6.1"
Expand Down
2 changes: 1 addition & 1 deletion zebrad/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ toml = "0.5.9"

futures = "0.3.21"
tokio = { version = "1.19.2", features = ["time", "rt-multi-thread", "macros", "tracing", "signal"] }
tower = { version = "0.4.12", features = ["hedge", "limit"] }
tower = { version = "0.4.13", features = ["hedge", "limit"] }
pin-project = "1.0.10"

color-eyre = { version = "0.6.1", default_features = false, features = ["issue-url"] }
Expand Down

0 comments on commit 82b8d7f

Please sign in to comment.