Skip to content

Commit

Permalink
fix(deps): update rust crate brotli to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent 5b9b4ca commit 28889da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/shadowsocks-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ regex = "1.4"

mime = { version = "0.3", optional = true }
flate2 = { version = "1.0", optional = true }
brotli = { version = "6.0", optional = true }
brotli = { version = "7.0", optional = true }
zstd = { version = "0.13", optional = true }

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

0 comments on commit 28889da

Please sign in to comment.