Skip to content

Commit

Permalink
chore(deps): update rust crate flate2 to 1.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 1, 2024
1 parent 9651212 commit 08d2ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sorted-vec = "0.8"
bincode = "1.3"
criterion = "0.5"
csv="1"
flate2 = { version = "1", features = ["zlib-ng-compat"], default-features = false }
flate2 = { version = "1.0.30", features = ["zlib-ng-compat"], default-features = false }
log = "0.4"
memmap = "0.7"
proc-macro2 = { version = "1", features=["default", "proc-macro"] }
Expand Down

0 comments on commit 08d2ab1

Please sign in to comment.