Skip to content

Commit

Permalink
TEMP Switch back to trust-dns
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrenz committed Nov 7, 2024
1 parent 9fabc2b commit 208558d
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 @@ -40,7 +40,7 @@ bytes = "1.0"
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
futures-util = "0.3"
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "hickory-dns"] }
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls", "trust-dns"] }
# object_store = { version = "0.10.1", features = ["azure", "aws"] }
# Pinned to a specific commit while waiting for upstream
object_store = { git = "https://github.com/andrebsguedes/arrow-rs.git", tag = "v0.10.2-beta1", features = ["azure", "aws", "experimental-azure-list-offset", "experimental-arbitrary-list-prefix"] }
Expand Down

0 comments on commit 208558d

Please sign in to comment.