Skip to content

Commit

Permalink
Bump flate2 from 1.0.29 to 1.0.30 (#151)
Browse files Browse the repository at this point in the history
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.29 to 1.0.30.
- [Release notes](https://github.com/rust-lang/flate2-rs/releases)
- [Commits](rust-lang/flate2-rs@1.0.29...1.0.30)

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

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 Apr 29, 2024
1 parent 493851e commit 5c936dc
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ base32 = "0.4.0"
chrono = "0.4"
itertools = "0.12.1"
fake = "2.4"
flate2 = { version = "1.0.17", features = ["zlib-ng"], default-features = false }
flate2 = { version = "1.0.30", features = ["zlib-ng"], default-features = false }
lazy_static = "1.4.0"
native-tls = "0.2.11"
postgres = "0.19.7"
Expand Down

0 comments on commit 5c936dc

Please sign in to comment.