Skip to content

Commit 28889da

Browse files
fix(deps): update rust crate brotli to v7
1 parent 5b9b4ca commit 28889da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

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

crates/shadowsocks-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ regex = "1.4"
183183

184184
mime = { version = "0.3", optional = true }
185185
flate2 = { version = "1.0", optional = true }
186-
brotli = { version = "6.0", optional = true }
186+
brotli = { version = "7.0", optional = true }
187187
zstd = { version = "0.13", optional = true }
188188

189189
tun2 = { version = "3.1", optional = true, default-features = false, features = [

0 commit comments

Comments
 (0)