summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorAndreu Botella <abb@randomunok.com>2021-10-28 22:01:42 -0700
committerGitHub <noreply@github.com>2021-10-29 10:31:42 +0530
commitbc8e94155a735a75d283515970183bede7eb67a8 (patch)
tree2e8df11832c3124783d07612625aa10df9a01e0f /ext
parent34a9ddff091950aee9d89915cd13944259e7d346 (diff)
fix(encoding): support additional encoding labels (#12586)
Diffstat (limited to 'ext')
-rw-r--r--ext/web/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/web/Cargo.toml b/ext/web/Cargo.toml
index 5568e9a6f..c4e8ae8a7 100644
--- a/ext/web/Cargo.toml
+++ b/ext/web/Cargo.toml
@@ -17,7 +17,7 @@ path = "lib.rs"
async-trait = "0.1.51"
base64 = "0.13.0"
deno_core = { version = "0.105.0", path = "../../core" }
-encoding_rs = "0.8.28"
+encoding_rs = "0.8.29"
serde = "1.0.129"
tokio = { version = "1.10.1", features = ["full"] }
uuid = { version = "0.8.2", features = ["v4", "serde"] }