summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2021-12-09 22:16:17 +1100
committerGitHub <noreply@github.com>2021-12-09 22:16:17 +1100
commit2347e60934a8701bb5f0ecba6a460447eab868c6 (patch)
tree9f857060a2d1c4a0536557ac3f0fad89b3d07ece /Cargo.lock
parent69ad5f0e7879e9555f949c9b5eb48440cd9e9fdc (diff)
feat(lsp): registry suggestion cache respects cache headers (#13010)
Fixes #9931
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d9785975c..de0095e96 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -336,6 +336,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
[[package]]
+name = "cache_control"
+version = "0.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1bf2a5fb3207c12b5d208ebc145f967fea5cac41a021c37417ccc31ba40f39ee"
+
+[[package]]
name = "cc"
version = "1.0.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -628,6 +634,7 @@ version = "1.16.4"
dependencies = [
"atty",
"base64 0.13.0",
+ "cache_control",
"chrono",
"clap",
"data-url",