Skip to content

Commit a0b475a

Browse files
author
xmakro
committedJul 22, 2024
Upgrade base64 and brotli
1 parent bf2e86f commit a0b475a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎tower-http/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ tower-service = "0.3"
2222

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

4242
[dev-dependencies]
4343
async-trait = "0.1"
44-
brotli = "3"
44+
brotli = "6"
4545
bytes = "1"
4646
flate2 = "1.0"
4747
futures-util = "0.3.14"

0 commit comments

Comments
 (0)