Skip to content

Commit 45d0b59

Browse files
chore(deps): bump the tower group across 1 directory with 2 updates
Bumps the tower group with 2 updates in the / directory: [tower](https://github.com/tower-rs/tower) and [tower-http](https://github.com/tower-rs/tower-http). Updates `tower` from 0.5.2 to 0.5.3 - [Release notes](https://github.com/tower-rs/tower/releases) - [Commits](tower-rs/tower@tower-0.5.2...tower-0.5.3) Updates `tower-http` from 0.4.4 to 0.5.2 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.4.4...tower-http-0.5.2) --- updated-dependencies: - dependency-name: tower dependency-version: 0.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: tower - dependency-name: tower-http dependency-version: 0.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tower ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9422128 commit 45d0b59

File tree

2 files changed

+11
-38
lines changed

2 files changed

+11
-38
lines changed

Cargo.lock

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

lib/vector-stream/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ futures-util.workspace = true
1212
pin-project.workspace = true
1313
tokio = { workspace = true, features = ["full"] }
1414
tokio-util = { version = "0.7.0", default-features = false, features = ["time"] }
15-
tower = { version = "0.5.2", default-features = false, features = ["util"] }
15+
tower = { version = "0.5.3", default-features = false, features = ["util"] }
1616
tracing.workspace = true
1717
twox-hash = { version = "2.1.2", default-features = false, features = ["xxhash64"] }
1818
vector-common = { path = "../vector-common" }

0 commit comments

Comments
 (0)