Skip to content

Commit c308f71

Browse files
fix(deps): update rust crate brotli to v8
1 parent 701bd8d commit c308f71

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/shadowsocks-service/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ regex = "1.4"
175175

176176
mime = { version = "0.3", optional = true }
177177
flate2 = { version = "1.0", optional = true }
178-
brotli = { version = "7.0", optional = true }
178+
brotli = { version = "8.0", optional = true }
179179
zstd = { version = "0.13", optional = true }
180180

181181
tun = { version = "0.7", optional = true, features = ["async"] }

0 commit comments

Comments
 (0)