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 56017b0 commit b661b31
Showing 1 changed file with 1 addition and 1 deletion.
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 b661b31

Please sign in to comment.