Skip to content

Commit

Permalink
Upgrade base64 and brotli (#499)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmakro authored Jul 31, 2024
1 parent bf2e86f commit 24b6b73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tower-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tower-service = "0.3"

# optional dependencies
async-compression = { version = "0.4", optional = true, features = ["tokio"] }
base64 = { version = "0.21", optional = true }
base64 = { version = "0.22", optional = true }
futures-core = { version = "0.3", optional = true, default_features = false }
futures-util = { version = "0.3.14", optional = true, default_features = false }
http-body = { version = "1.0.0", optional = true }
Expand All @@ -41,7 +41,7 @@ uuid = { version = "1.0", features = ["v4"], optional = true }

[dev-dependencies]
async-trait = "0.1"
brotli = "3"
brotli = "6"
bytes = "1"
flate2 = "1.0"
futures-util = "0.3.14"
Expand Down

0 comments on commit 24b6b73

Please sign in to comment.