Skip to content

Commit

Permalink
Added hickory-dns feature for auth, bigquery and storage
Browse files Browse the repository at this point in the history
  • Loading branch information
jiakuan committed Apr 23, 2024
1 parent 15f562e commit fc82173
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions bigquery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ base64-serde = "0.7"
default = ["default-tls", "auth"]
default-tls = ["reqwest/default-tls","google-cloud-auth?/default-tls"]
rustls-tls = ["reqwest/rustls-tls","google-cloud-auth?/rustls-tls"]
hickory-dns = ["reqwest/hickory-dns", "google-cloud-auth?/hickory-dns"]
trace = []
auth = ["google-cloud-auth"]
external-account = ["google-cloud-auth?/external-account"]
1 change: 1 addition & 0 deletions foundation/auth/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ temp-env = { version = "0.3.6", features = ["async_closure"] }
default = ["default-tls"]
default-tls = ["reqwest/default-tls"]
rustls-tls = ["reqwest/rustls-tls"]
hickory-dns = ["reqwest/hickory-dns"]
external-account = ["sha2", "path-clean", "url", "percent-encoding", "hmac", "hex"]
1 change: 1 addition & 0 deletions storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ retry-policies = "0.2.1"
default = ["default-tls", "auth"]
default-tls = ["reqwest/default-tls", "google-cloud-auth?/default-tls"]
rustls-tls = ["reqwest/rustls-tls", "google-cloud-auth?/rustls-tls"]
hickory-dns = ["reqwest/hickory-dns", "google-cloud-auth?/hickory-dns"]
trace = []
auth = ["google-cloud-auth", "google-cloud-metadata"]
external-account = ["google-cloud-auth?/external-account"]

0 comments on commit fc82173

Please sign in to comment.