Skip to content

Commit

Permalink
Update libflate to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
sile committed Jan 25, 2024
1 parent c2f513d commit 89567f0
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 @@ -19,7 +19,7 @@ json = ["slog-json"]

[dependencies]
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }
libflate = {version = "1", optional = true}
libflate = {version = "2", optional = true}
serde = {version = "1", features = ["derive"]}
slog = "2"
slog-async = "2"
Expand Down

0 comments on commit 89567f0

Please sign in to comment.