Skip to content

Commit 7acd944

Browse files
fix(deps): update rust crate brotli to v8 (#1939)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 701bd8d commit 7acd944

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 additions & 6 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
@@ -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)