summaryrefslogtreecommitdiff
path: root/extensions/web
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-07-26 15:45:40 +0200
committerGitHub <noreply@github.com>2021-07-26 15:45:40 +0200
commitf9bb7949b8e64762fd160a61cb1760277f5df23a (patch)
tree10b51a7f6d36ad1355b36d6ef66cfb71be35a581 /extensions/web
parentb2fcd3d01458072265e5ce9bfe9e8ed34fe4c00b (diff)
chore: release crates (#11519)
Diffstat (limited to 'extensions/web')
-rw-r--r--extensions/web/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/web/Cargo.toml b/extensions/web/Cargo.toml
index dd63e06c6..05b94fe47 100644
--- a/extensions/web/Cargo.toml
+++ b/extensions/web/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_web"
-version = "0.43.0"
+version = "0.44.0"
edition = "2018"
description = "Collection of Web APIs"
authors = ["the Deno authors"]
@@ -16,7 +16,7 @@ path = "lib.rs"
[dependencies]
async-trait = "0.1.50"
base64 = "0.13.0"
-deno_core = { version = "0.94.0", path = "../../core" }
+deno_core = { version = "0.95.0", path = "../../core" }
encoding_rs = "0.8.28"
serde = "1.0"
tokio = { version = "1.8.1", features = ["full"] }