Skip to content

Commit

Permalink
chore(deps): Bump the tower group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the tower group with 2 updates: [tower](https://github.com/tower-rs/tower) and [tower-http](https://github.com/tower-rs/tower-http).


Updates `tower` from 0.4.13 to 0.5.0
- [Release notes](https://github.com/tower-rs/tower/releases)
- [Commits](tower-rs/tower@tower-0.4.13...tower-0.5.0)

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-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tower
- dependency-name: tower-http
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: tower
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 3, 2024
1 parent 614a014 commit a8ecb87
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 15 deletions.
61 changes: 49 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -223,8 +223,8 @@ azure_storage_blobs = { version = "0.17", default-features = false, optional = t
opendal = {version = "0.45", default-features = false, features = ["native-tls", "services-webhdfs"], optional = true}

# Tower
tower = { version = "0.4.13", default-features = false, features = ["buffer", "limit", "retry", "timeout", "util", "balance", "discover"] }
tower-http = { version = "0.4.4", default-features = false, features = ["compression-full", "decompression-gzip", "trace"]}
tower = { version = "0.5.0", default-features = false, features = ["buffer", "limit", "retry", "timeout", "util", "balance", "discover"] }
tower-http = { version = "0.5.2", default-features = false, features = ["compression-full", "decompression-gzip", "trace"]}
# Serde
serde.workspace = true
serde-toml-merge = { version = "0.3.8", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion lib/vector-stream/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ futures-util = { version = "0.3.29", default-features = false, features = ["std"
pin-project.workspace = true
tokio = { version = "1.40.0", default-features = false, features = ["net"] }
tokio-util = { version = "0.7.0", default-features = false, features = ["time"] }
tower = { version = "0.4", default-features = false, features = ["util"] }
tower = { version = "0.5", default-features = false, features = ["util"] }
tracing = { version = "0.1.34", default-features = false }
twox-hash = { version = "1.6.3", default-features = false }
vector-common = { path = "../vector-common" }
Expand Down

0 comments on commit a8ecb87

Please sign in to comment.