Skip to content

Commit

Permalink
Bump brotli from 3.5.0 to 5.0.0 (#630)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 2, 2024
1 parent 5295a90 commit 849d8b1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.

2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ experimental_event_loop = []
wizer = { workspace = true }
structopt = "0.3"
anyhow = { workspace = true }
brotli = "3.5.0"
brotli = "5.0.0"
wasmprinter = { version = "0.202.0", optional = true }
wasmtime = { workspace = true }
wasmtime-wasi = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ version = "0.10.4"
criteria = "safe-to-deploy"

[[exemptions.brotli]]
version = "3.5.0"
version = "5.0.0"
criteria = "safe-to-deploy"

[[exemptions.brotli-decompressor]]
version = "2.5.1"
version = "4.0.0"
criteria = "safe-to-deploy"

[[exemptions.bumpalo]]
Expand Down

0 comments on commit 849d8b1

Please sign in to comment.