Skip to content

Commit

Permalink
chore(bitar): bump brotli
Browse files Browse the repository at this point in the history
  • Loading branch information
oll3 committed Apr 17, 2024
1 parent 57771cb commit 6e6cd93
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions bitar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ prost-build = "0.12"
blake2 = "0.10"
prost = "0.12"
log = "0.4"
brotli-decompressor = "2.3"
brotli = { version = "3.3", default-features = false, features = [
brotli-decompressor = "4.0"
brotli = { version = "5.0", default-features = false, features = [
"std",
"disable-timer",
], optional = true }
Expand Down

0 comments on commit 6e6cd93

Please sign in to comment.