Skip to content

Commit 2cdfdc5

Browse files
Update Rust crate flate2 to v1.0.30 (#8560)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 16b9eab commit 2cdfdc5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ diesel = { version = "=2.1.6", features = ["postgres", "serde_json", "chrono", "
7676
diesel_full_text_search = "=2.1.1"
7777
diesel_migrations = { version = "=2.1.0", features = ["postgres"] }
7878
dotenvy = "=0.15.7"
79-
flate2 = "=1.0.29"
79+
flate2 = "=1.0.30"
8080
futures-util = "=0.3.30"
8181
github-meta = "=0.11.0"
8282
hex = "=0.4.3"

crates/crates_io_tarball/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ builder = []
1212

1313
[dependencies]
1414
cargo-manifest = "=0.13.0"
15-
flate2 = "=1.0.29"
15+
flate2 = "=1.0.30"
1616
serde = { version = "=1.0.199", features = ["derive"] }
1717
serde_json = "=1.0.116"
1818
tar = "=0.4.40"

0 commit comments

Comments
 (0)