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) --- runtime/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index d24e560b8..f1d065b16 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -63,7 +63,7 @@ deno_webstorage = { version = "0.18.0", path = "../ext/webstorage" } atty = "0.2.14" dlopen = "0.1.8" -encoding_rs = "0.8.28" +encoding_rs = "0.8.29" filetime = "0.2.15" fs3 = "0.5.0" http = "0.2.4" -- cgit v1.2.3