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 /Cargo.lock | |
| parent | 34a9ddff091950aee9d89915cd13944259e7d346 (diff) | |
fix(encoding): support additional encoding labels (#12586)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 7324466c4..438ac954a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1193,9 +1193,9 @@ dependencies = [ [[package]] name = "encoding_rs" -version = "0.8.28" +version = "0.8.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065" +checksum = "a74ea89a0a1b98f6332de42c95baff457ada66d1cb4030f9ff151b2041a1c746" dependencies = [ "cfg-if 1.0.0", ] |
