summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2024-04-25 17:00:04 -0400
committerGitHub <noreply@github.com>2024-04-25 17:00:04 -0400
commit8c9caeb418f062d1cbcde0d501a8331cd65cde0f (patch)
treee97619106de6839a0123bdb68166b4666663da94 /Cargo.lock
parent084eafe50883bc69ae2700023f6c74db03185ba4 (diff)
chore: rework TLS code in test server (#23566)
In order to make the reqwest/rustls upgrade more straightforward, we refactor the test server to depend on deno_tls.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6a3f9fd76..c1bbd41df 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -6555,6 +6555,7 @@ dependencies = [
"base64",
"bytes",
"console_static_text",
+ "deno_tls",
"deno_unsync",
"denokv_proto",
"fastwebsockets",
@@ -6580,8 +6581,6 @@ dependencies = [
"prost-build",
"regex",
"reqwest",
- "rustls-pemfile",
- "rustls-tokio-stream",
"semver 1.0.14",
"serde",
"serde_json",