Skip to content

Commit a1a6833

Browse files
chore(deps): bump brotli from 6.0.0 to 8.0.4 (#209)
Bumps [brotli](https://github.com/dropbox/rust-brotli) from 6.0.0 to 8.0.4. - [Release notes](https://github.com/dropbox/rust-brotli/releases) - [Commits](dropbox/rust-brotli@6.0.0...8.0.4) --- updated-dependencies: - dependency-name: brotli dependency-version: 8.0.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 249cd38 commit a1a6833

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rustapi-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ uuid = { workspace = true }
4242

4343
# Compression (optional)
4444
flate2 = { version = "1.0", optional = true }
45-
brotli = { version = "6.0", optional = true }
45+
brotli = { version = "8.0", optional = true }
4646

4747
# Cookies (optional)
4848
cookie = { version = "0.18", optional = true }

0 commit comments

Comments
 (0)