Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Macias <[email protected]>
  • Loading branch information
brainstorm and zaeleus committed Mar 3, 2025
1 parent 4dbcd11 commit ab9478f
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 @@ -31,7 +31,7 @@ bitflags = "2.0.2"
bstr = { version = "1.9.0", default-features = false, features = ["std"] }
byteorder = "1.2.3"
bytes = "1.10.0"
flate2 = { version = "1.1.0", features = ["zlib-rs"] }
flate2 = { version = "1.1.0", default-features = false, features = ["zlib-rs"] }
futures = { version = "0.3.15", default-features = false }
indexmap = "2.0.0"
lexical-core = "1.0.0"
Expand Down

0 comments on commit ab9478f

Please sign in to comment.