Skip to content

Commit

Permalink
Update Rust crate flate2 to v1.0.31 (#9216)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 5, 2024
1 parent 7f4336b commit 4b71466
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ diesel-async = { version = "=0.5.0", features = ["async-connection-wrapper", "de
diesel_full_text_search = "=2.2.0"
diesel_migrations = { version = "=2.2.0", features = ["postgres"] }
dotenvy = "=0.15.7"
flate2 = "=1.0.30"
flate2 = "=1.0.31"
futures-util = "=0.3.30"
github-meta = "=0.11.0"
hex = "=0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/crates_io_tarball/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ builder = []

[dependencies]
cargo-manifest = "=0.15.0"
flate2 = "=1.0.30"
flate2 = "=1.0.31"
serde = { version = "=1.0.204", features = ["derive"] }
serde_json = "=1.0.122"
tar = "=0.4.41"
Expand Down

0 comments on commit 4b71466

Please sign in to comment.