Skip to content

Commit

Permalink
cargo(deps): bump flate2 from 1.0.32 to 1.0.33
Browse files Browse the repository at this point in the history
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.32 to 1.0.33.
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Changelog](https://github.com/rust-lang/flate2-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/flate2-rs@1.0.32...1.0.33)

---
updated-dependencies:
- dependency-name: flate2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 4, 2024
1 parent 2b8beac commit 30cf1ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tokio-util = "0.7.11"
rand = "0.8.5"
dashmap = "6.0.1"
parking_lot = "0.12.3"
flate2 = "1.0.32"
flate2 = "1.0.33"
serde = { version = "1.0.209", default-features = false }
serde_json = { version = "1.0.127", features = ["preserve_order"] }
anyhow = { version = "1.0.86", features = ["backtrace"] }
Expand Down

0 comments on commit 30cf1ed

Please sign in to comment.