Skip to content

Commit

Permalink
misc: enable serde defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
JuxhinDB committed Aug 13, 2024
1 parent e40ca86 commit 3aed9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twistrs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ futures = "0.3.28"
tokio = { version = "1.29.1", features = ["full"] }
hyper = { version = "0.14.20", features = ["client", "http1", "http2", "tcp"] }
itertools = "0.11.0"
serde = { version = "1.0.171", default-features = false, features = ["derive"]}
serde = { version = "1.0.171", features = ["derive"]}
maxminddb = { version = "0.23.0", optional = true}
whois-rust = { version = "1.5.1", optional = true}
thiserror = "1.0.43"
Expand Down

0 comments on commit 3aed9b4

Please sign in to comment.