Skip to content

Commit

Permalink
feat: add a feature named trust-dns (#879)
Browse files Browse the repository at this point in the history
* feat: add a default feature named trust-dns

* chore: add more comments

* chore: remove default feature

* chore: regen lock file
  • Loading branch information
Chojan Shang committed Oct 17, 2022
1 parent a757677 commit fe629a9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 331 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ compress = ["async-compression"]
# Enable serde support.
# DEPRECATED: we will enable serde by default.
serde = []
# Enable trust-dns for better dns cache.
trust-dns = ["reqwest/trust-dns"]

# Enable all layers.
layers-all = ["layers-metrics", "layers-tracing"]
Expand Down Expand Up @@ -122,7 +124,6 @@ reqsign = "0.6"
reqwest = { version = "0.11", features = [
"multipart",
"stream",
"trust-dns",
"rustls-tls-native-roots",
], default-features = false }
serde = { version = "1", features = ["derive"] }
Expand Down
166 changes: 2 additions & 164 deletions oay/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit fe629a9

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for opendal ready!

✅ Preview
https://opendal-pwo4vkydz-databend.vercel.app

Built with commit fe629a9.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.