summaryrefslogtreecommitdiff
path: root/ext/web/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ext/web/Cargo.toml')
-rw-r--r--ext/web/Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml
index 4120e978e..db28d0e57 100644
--- a/ext/web/Cargo.toml
+++ b/ext/web/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_web"
-version = "0.202.0"
+version = "0.208.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
@@ -23,6 +23,7 @@ encoding_rs.workspace = true
flate2 = { workspace = true, features = ["default"] }
futures.workspace = true
serde = "1.0.149"
+thiserror.workspace = true
tokio.workspace = true
uuid = { workspace = true, features = ["serde"] }