Skip to content

Commit

Permalink
chore: update Brotli to v6 (#2379)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik committed Aug 12, 2024
1 parent 23f2678 commit 6a1cdb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ hyper = { version = "1.1.0", default-features = false, features = ["http1", "htt
hyper-util = { version = "0.1.3", features = ["http1", "http2", "client", "client-legacy", "server-auto", "tokio"] }
serde = { version = "1.0", features = ["derive"] }
libflate = "1.0"
brotli_crate = { package = "brotli", version = "3.3.0" }
brotli_crate = { package = "brotli", version = "6.0.0" }
zstd_crate = { package = "zstd", version = "0.13" }
doc-comment = "0.3"
tokio = { version = "1.0", default-features = false, features = ["macros", "rt-multi-thread"] }
Expand Down

0 comments on commit 6a1cdb4

Please sign in to comment.