summaryrefslogtreecommitdiff
path: root/dev-util/sccache/files/reqwest-azure.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/sccache/files/reqwest-azure.patch')
-rw-r--r--dev-util/sccache/files/reqwest-azure.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-util/sccache/files/reqwest-azure.patch b/dev-util/sccache/files/reqwest-azure.patch
new file mode 100644
index 000000000000..70b4b9d1252a
--- /dev/null
+++ b/dev-util/sccache/files/reqwest-azure.patch
@@ -0,0 +1,11 @@
+--- a/Cargo.toml 2021-01-12 14:25:51.000000000 -0800
++++ b/Cargo.toml 2021-10-18 10:52:26.206057993 -0700
+@@ -122,7 +122,7 @@
+ [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"]