From bc8e94155a735a75d283515970183bede7eb67a8 Mon Sep 17 00:00:00 2001 From: Andreu Botella Date: Thu, 28 Oct 2021 22:01:42 -0700 Subject: fix(encoding): support additional encoding labels (#12586) --- ext/web/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') 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"] } -- cgit v1.2.3