Skip to content

Commit

Permalink
Add missing serde feature in mullvad-encrypted-dns-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Oct 28, 2024
1 parent 1cde05d commit 19de3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mullvad-encrypted-dns-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ workspace = true
tokio = { workspace = true, features = [ "macros" ] }
log = { workspace = true }
hickory-resolver = { version = "0.24.1", features = [ "dns-over-https-rustls" ]}
serde = { workspace = true }
serde = { workspace = true, features = ["derive"] }
webpki-roots = "0.25.0"
rustls = "0.21"

Expand Down

0 comments on commit 19de3ff

Please sign in to comment.