Skip to content

Commit

Permalink
Bump tower to v0.5 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 17, 2024
1 parent 6263699 commit f657a97
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog], and this project adheres to
[Semantic Versioning].

# Unreleased

- **changed**: Updated `tower` from `0.4` to `0.5`.

# 0.7.1 (31. July 2024)

- **added**: Crate feature `tls-rustls-no-provider`, which enables no `rustls::crypto::CryptoProvider`.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tower-service = "0.3"
http-body-util = "0.1"
hyper-util = { version = "0.1.2", features = ["server-auto", "tokio"] }
pin-project-lite = "0.2"
tower = { version = "0.4", features = ["util"] }
tower = { version = "0.5", features = ["util"] }

# optional dependencies
## rustls
Expand All @@ -50,7 +50,7 @@ serial_test = "3.1"
axum = "0.7"
hyper = { version = "1.4", features = ["full"] }
tokio = { version = "1", features = ["full"] }
tower = { version = "0.4", features = ["util"] }
tower = { version = "0.5", features = ["util"] }
tower-http = { version = "0.5", features = ["add-extension"] }

[package.metadata.docs.rs]
Expand Down
4 changes: 2 additions & 2 deletions minimal-versions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ tls-openssl = ["axum-server/tls-openssl"]

[dependencies]
axum-server = { path = ".." }
# `tower` v0.4.0 incorrectly only requires `tower-layer` v0.3.0
tower-layer = "0.3.1"
# `tower` v0.5.0 incorrectly only requires `tower-layer` v0.3.0
tower-layer = "0.3.3"

0 comments on commit f657a97

Please sign in to comment.