summaryrefslogtreecommitdiff
path: root/ext/fetch
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2022-12-20 04:54:27 -0800
committerGitHub <noreply@github.com>2022-12-20 04:54:27 -0800
commit400cd331fbc7775d2d977a7ba0ef878f8f54cce7 (patch)
tree7d9530f997c14ac755f7dea6c5a51fe3d55dc211 /ext/fetch
parent8e947bb674725195a4d2a754445ee71029108f61 (diff)
chore: bump deno_fetch and deno_http versions (#17124)
https://github.com/denoland/deno/pull/17081 https://github.com/denoland/deno/pull/17126
Diffstat (limited to 'ext/fetch')
-rw-r--r--ext/fetch/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fetch/Cargo.toml b/ext/fetch/Cargo.toml
index f9ef38078..f7503c1b5 100644
--- a/ext/fetch/Cargo.toml
+++ b/ext/fetch/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_fetch"
-version = "0.105.0"
+version = "0.106.0"
authors.workspace = true
edition.workspace = true
license.workspace = true