Skip to content

Commit

Permalink
Merge branch 'mullvad-encrypted-dns-proxy-missing-feature'
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusPettersson98 committed Oct 28, 2024
2 parents 1cde05d + 19de3ff commit 63638d7
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 63638d7

Please sign in to comment.