Skip to content

Commit

Permalink
Bump brotli from 6.0.0 to 7.0.0 (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 516006a commit 01d33df
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -17,7 +17,7 @@ experimental_event_loop = []
[dependencies]
wizer = { workspace = true }
anyhow = { workspace = true }
brotli = "6.0.0"
brotli = "7.0.0"
wasmprinter = { version = "0.218.0", optional = true }
wasmtime = { workspace = true }
wasmtime-wasi = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion supply-chain/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ version = "0.10.4"
criteria = "safe-to-deploy"

[[exemptions.brotli]]
version = "6.0.0"
version = "7.0.0"
criteria = "safe-to-deploy"

[[exemptions.brotli-decompressor]]
Expand Down

0 comments on commit 01d33df

Please sign in to comment.