summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorRaashid Anwar <raashid12anwar@gmail.com>2023-12-31 18:15:12 +0530
committerGitHub <noreply@github.com>2023-12-31 12:45:12 +0000
commit8ba828b41e2609c91d993aec464035d62320fdad (patch)
tree84ca9496153390f99083d2126edd5b4d9ce41dbb /Cargo.lock
parent4339a6c55db8252b54ee96e38e2e1b084e28d7e2 (diff)
fix(http_client): Fix Deno.createHttpClient to accept poolIdleTimeout parameter (#21603)
Fixed the bug `Deno.createHttpClient` to accept `poolIdleTimeout` parameter. Fixes https://github.com/denoland/deno/issues/21546
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ba7c89460..6b491ac09 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1261,6 +1261,7 @@ dependencies = [
"pin-project",
"reqwest",
"serde",
+ "serde_json",
"tokio",
"tokio-util",
]