Skip to content

Commit 0ec33bf

Browse files
dependabot[bot]def-
authored andcommitted
build(deps): bump tower from 0.4.13 to 0.5.2
Bumps [tower](https://github.com/tower-rs/tower) from 0.4.13 to 0.5.2. - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](tower-rs/tower@tower-0.4.13...tower-0.5.2) --- updated-dependencies: - dependency-name: tower dependency-version: 0.5.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f0ad77e commit 0ec33bf

File tree

6 files changed

+12
-10
lines changed

6 files changed

+12
-10
lines changed

Cargo.lock

Lines changed: 7 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/balancerd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ tokio = { version = "1.44.1", default-features = false }
4646
tokio-openssl = "0.6.5"
4747
tokio-postgres = { version = "0.7.8" }
4848
tokio-util = { version = "0.7.15", features = ["codec"] }
49-
tower = "0.4.13"
49+
tower = "0.5.2"
5050
tracing = "0.1.37"
5151
tracing-subscriber = "0.3.19"
5252
uuid = "1.16.0"

src/clusterd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ mz-timely-util = { path = "../timely-util" }
3939
mz-txn-wal = { path = "../txn-wal" }
4040
num_cpus = "1.16.0"
4141
tokio = { version = "1.44.1", features = ["fs", "rt", "sync", "test-util"] }
42-
tower = "0.4.13"
42+
tower = "0.5.2"
4343
tracing = "0.1.37"
4444
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
4545

src/environmentd/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ thiserror = "2.0.12"
106106
tokio = { version = "1.44.1", features = ["sync"] }
107107
tokio-postgres = { version = "0.7.8" }
108108
tokio-stream = { version = "0.1.17", features = ["net"] }
109-
tower = { version = "0.4.13", features = ["buffer", "limit", "load-shed"] }
109+
tower = { version = "0.5.2", features = ["buffer", "limit", "load-shed"] }
110110
tower-http = { version = "0.6.2", features = ["cors"] }
111111
tracing = "0.1.37"
112112
tracing-capture = { version = "0.1.0", optional = true }

src/http-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ prometheus = { version = "0.13.4", default-features = false }
2323
serde = "1.0.219"
2424
serde_json = { version = "1.0.127" }
2525
tokio = { version = "1.44.1", features = ["macros", "rt-multi-thread"] }
26-
tower = { version = "0.4.13", features = ["balance", "buffer", "filter", "limit", "retry", "timeout", "util"] }
26+
tower = { version = "0.5.2", features = ["balance", "buffer", "filter", "limit", "retry", "timeout", "util"] }
2727
tower-http = { version = "0.6.2", features = ["auth", "cors", "map-response-body", "trace", "util"] }
2828
tracing = "0.1.37"
2929
tracing-subscriber = "0.3.19"

src/service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ timely = "0.20.0"
3939
tokio = "1.44.1"
4040
tokio-stream = "0.1.17"
4141
tonic = "0.12.1"
42-
tower = "0.4.13"
42+
tower = "0.5.2"
4343
tracing = "0.1.37"
4444
sentry-tracing = "0.37.0"
4545
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }

0 commit comments

Comments
 (0)