Skip to content

Commit

Permalink
Update flate2 to 1.0.24. Closes #698
Browse files Browse the repository at this point in the history
  • Loading branch information
iceiix committed Jul 30, 2022
1 parent ba3b530 commit d41e5a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ glow = "0.11.2"
byteorder = "1.4.3"
serde = "1.0.140"
serde_json = "1.0.82"
flate2 = { version = "1.0.22", features = ["rust_backend"], default-features = false }
flate2 = { version = "1.0.24", features = ["rust_backend"], default-features = false }
zip = { version = "0.5.13", features = ["deflate"], default-features = false }
image = "0.23.14"
getrandom = { version = "0.2.7", features = ["js"] }
Expand Down
2 changes: 1 addition & 1 deletion protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ aes = "0.7.4"
cfb8 = "0.7.1"
byteorder = "1.4.3"
log = { version = "0.4.14", features = ["std"] }
flate2 = { version = "1.0.22", features = ["rust_backend"], default-features = false }
flate2 = { version = "1.0.24", features = ["rust_backend"], default-features = false }
num-traits = "0.2.14"
instant = "0.1.12"

Expand Down

0 comments on commit d41e5a2

Please sign in to comment.