diff options
| author | Kitson Kelly <me@kitsonkelly.com> | 2020-11-23 10:22:13 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-23 10:22:13 +1100 |
| commit | fec7fdc691d02eeecb01fed51b4717abd4d79b6c (patch) | |
| tree | e79c751bf17b9cd38a7d9ad4cf47c273318c7716 /Cargo.lock | |
| parent | e7fc7d7151fbfea07f0738f61c1932023ad761da (diff) | |
tests(cli): add test for improper unicode encoding (#8162)
and updates swc_ecma_codegen
Closes #8161
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 c56a9ca8f..89538f915 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2379,9 +2379,9 @@ dependencies = [ [[package]] name = "swc_ecma_codegen" -version = "0.41.0" +version = "0.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c48486c086354a033f5e5c4a9dc730ad0e7596039dd4d92f70fe56fcfec4f26a" +checksum = "96e655391ee7b9e7e01fde2f64bfc1dbcf8b712510fc09edc6c00de52704e6a9" dependencies = [ "bitflags", "num-bigint", |
