Skip to content

Commit 590da47

Browse files
authored
pin flate2 under 1.1.5 (RustPython#6335)
1 parent aea956d commit 590da47

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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", default-features = false, features = ["zlib-rs"] }
86+
flate2 = { version = "<=1.1.5", 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)