diff options
| author | Andreu Botella <abb@randomunok.com> | 2021-10-28 22:01:42 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-29 10:31:42 +0530 |
| commit | bc8e94155a735a75d283515970183bede7eb67a8 (patch) | |
| tree | 2e8df11832c3124783d07612625aa10df9a01e0f /runtime | |
| parent | 34a9ddff091950aee9d89915cd13944259e7d346 (diff) | |
fix(encoding): support additional encoding labels (#12586)
Diffstat (limited to 'runtime')
| -rw-r--r-- | runtime/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
