diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-04-08 12:31:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-08 12:31:47 -0400 |
commit | a4c1e1bdcf3bd295d624c266278670e08227b26b (patch) | |
tree | 49ca167dc1c867337d834327987c95f72b57b086 /test_util | |
parent | e411747e24b998c8178d0689aa7d63b0ad0e7046 (diff) |
fix: upgrade to swc_ecmascript 0.143 (#14238)
Diffstat (limited to 'test_util')
-rw-r--r-- | test_util/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index 13f9505fe..80ea01966 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -21,7 +21,7 @@ hyper = { version = "0.14.12", features = ["server", "http1", "http2", "runtime" lazy_static = "1.4.0" once_cell = "1.10.0" os_pipe = "1.0.1" -parking_lot = "0.11.1" +parking_lot = "0.12.0" pretty_assertions = "=1.2.0" regex = "1.5.5" rustls-pemfile = "0.2.1" |