summaryrefslogtreecommitdiff
path: root/ext/web
diff options
context:
space:
mode:
Diffstat (limited to 'ext/web')
-rw-r--r--ext/web/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml
index 80348c91b..e32bbf339 100644
--- a/ext/web/Cargo.toml
+++ b/ext/web/Cargo.toml
@@ -17,11 +17,11 @@ path = "lib.rs"
async-trait = "0.1.51"
base64 = "0.13.0"
deno_core = { version = "0.132.0", path = "../../core" }
-encoding_rs = "0.8.29"
+encoding_rs = "0.8.31"
flate2 = "1"
-serde = "1.0.129"
+serde = "1.0.136"
tokio = { version = "1.17", features = ["full"] }
-uuid = { version = "0.8.2", features = ["v4", "serde"] }
+uuid = { version = "1.0.0", features = ["v4", "serde"] }
[dev-dependencies]
deno_bench_util = { version = "0.44.0", path = "../../bench_util" }