Skip to content

Commit

Permalink
Update Rust crate flate2 to 1.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 15, 2023
1 parent ecf829c commit f24fa51
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 27 deletions.
19 changes: 14 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.152"
serde_json = "1.0.91"
flate2 = { version = "1.0.25", features = ["rust_backend"], default-features = false }
flate2 = { version = "1.0.27", features = ["rust_backend"], default-features = false }
zip = { version = "0.6.3", features = ["deflate"], default-features = false }
image = "0.24.5"
getrandom = { version = "0.2.8", features = ["js"] }
Expand Down
37 changes: 17 additions & 20 deletions protocol/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.17", features = ["std"] }
flate2 = { version = "1.0.25", features = ["rust_backend"], default-features = false }
flate2 = { version = "1.0.27", features = ["rust_backend"], default-features = false }
num-traits = "0.2.15"
instant = "0.1.12"

Expand Down

0 comments on commit f24fa51

Please sign in to comment.