Skip to content

Commit

Permalink
build(deps): bump flate2 from 1.0.33 to 1.0.34
Browse files Browse the repository at this point in the history
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.33 to 1.0.34.
- [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.33...1.0.34)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 2, 2024
1 parent b6665a0 commit a51d114
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 ipfs-json-to-csv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ failure = "0.1.7"
log = "0.4.21"
clap = "2.33.1"
csv = "1.3"
flate2 = "1.0.33"
flate2 = "1.0.34"
serde = "1.0.210"
serde_json = "1.0.110"
chrono = "0.4.31"
Expand Down
2 changes: 1 addition & 1 deletion unify-bitswap-traces/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ failure = "0.1.7"
log = "0.4.21"
clap = "2.33.1"
csv = "1.3"
flate2 = "1.0.33"
flate2 = "1.0.34"
serde = "1.0.210"
serde_json = "1.0.110"
glob = "0.3.1"
Expand Down

0 comments on commit a51d114

Please sign in to comment.