summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMatt Mastracci <matthew@mastracci.com>2023-11-18 15:13:17 -0700
committerGitHub <noreply@github.com>2023-11-18 15:13:17 -0700
commit76df375c84f1cb338e9d0eab3a0e168a27b0091f (patch)
tree6b51ac5cda429db6ff0057a3b02fc1c845cc1edc /Cargo.lock
parent679b7bb8fafc1464d5eb1c48989d477157be2330 (diff)
chore(ext/http): bump version for re-release (#21254)
Syncs the changes to main for a deno_http version bump we needed to do. `deno_http` v1.20 was released from the v1.38 branch.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 97135e7cd..436c7bc8e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1269,7 +1269,7 @@ dependencies = [
[[package]]
name = "deno_http"
-version = "0.119.0"
+version = "0.120.0"
dependencies = [
"async-compression",
"async-trait",