Skip to content

Commit

Permalink
Add reqwest to azure feature. Fixes #967
Browse files Browse the repository at this point in the history
  • Loading branch information
omid authored and sylvestre committed Nov 14, 2021
1 parent 4524382 commit 7778c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -119,7 +119,7 @@ features = [
[features]
default = ["all"]
all = ["dist-client", "redis", "s3", "memcached", "gcs", "azure"]
azure = ["chrono", "hyper", "hyperx", "url", "hmac", "md-5", "sha2"]
azure = ["chrono", "hyper", "hyperx", "reqwest", "url", "hmac", "md-5", "sha2"]
s3 = ["chrono", "hyper", "hyperx", "reqwest", "simple-s3", "hmac", "sha-1"]
simple-s3 = []
gcs = ["chrono", "hyper", "hyperx", "percent-encoding", "reqwest", "ring", "untrusted", "url"]
Expand Down

0 comments on commit 7778c8d

Please sign in to comment.