Skip to content

Commit 7e47212

Browse files
Bump flate2 from 1.1.5 to 1.1.8 (RustPython#6711)
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.1.5 to 1.1.8. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.1.5...1.1.8) --- updated-dependencies: - dependency-name: flate2 dependency-version: 1.1.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 10f14fd commit 7e47212

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/stdlib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ unicode-bidi-mirroring = { workspace = true }
8383
# compression
8484
adler32 = "1.2.0"
8585
crc32fast = "1.3.2"
86-
flate2 = { version = "<=1.1.5", default-features = false, features = ["zlib-rs"] }
86+
flate2 = { version = "<=1.1.8", default-features = false, features = ["zlib-rs"] }
8787
libz-sys = { package = "libz-rs-sys", version = "0.5" }
8888
bzip2 = "0.6"
8989

0 commit comments

Comments
 (0)