Skip to content

Commit 77e808b

Browse files
committed
update flate2 to a version which hopefully runs on Windows by default.
1 parent 4e16a09 commit 77e808b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

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

gix-archive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ gix-object = { version = "^0.44.0", path = "../gix-object" }
3030
gix-path = { version = "^0.10.10", path = "../gix-path", optional = true }
3131
gix-date = { version = "^0.9.0", path = "../gix-date" }
3232

33-
flate2 = { version = "1.0.26", optional = true }
33+
flate2 = { version = "1.0.33", optional = true }
3434
zip = { version = "2.1.0", optional = true, default-features = false, features = ["deflate"] }
3535
jiff = { version = "0.1.2", default-features = false, features = ["std"] }
3636

gix-features/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ bytesize = { version = "1.0.1", optional = true }
143143
bytes = { version = "1.0.0", optional = true }
144144

145145
# zlib module
146-
flate2 = { version = "1.0.25", optional = true, default-features = false }
146+
flate2 = { version = "1.0.33", optional = true, default-features = false }
147147
thiserror = { version = "1.0.38", optional = true }
148148

149149
once_cell = { version = "1.13.0", optional = true }

0 commit comments

Comments
 (0)