Skip to content

Commit

Permalink
build(deps): bump brotli from 6.0.0 to 7.0.0 (#334)
Browse files Browse the repository at this point in the history
Bumps [brotli](https://github.com/dropbox/rust-brotli) from 6.0.0 to 7.0.0.
- [Release notes](https://github.com/dropbox/rust-brotli/releases)
- [Commits](https://github.com/dropbox/rust-brotli/commits)

---
updated-dependencies:
- dependency-name: brotli
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 3, 2024
1 parent 6a7c39f commit feb4860
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
15 changes: 13 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 lib/g3-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ base64 = { workspace = true, optional = true }
flume = { workspace = true, features = ["eventual-fairness"], optional = true }
slog = { workspace = true, optional = true }
indexmap = { workspace = true, optional = true }
brotli = { version = "6.0", optional = true, default-features = false, features = ["std"] }
brotli = { version = "7.0", optional = true, default-features = false, features = ["std"] }

[features]
default = []
Expand Down

0 comments on commit feb4860

Please sign in to comment.