From 83a1715a088fa47608be0ef55c0f328a6a664653 Mon Sep 17 00:00:00 2001 From: Boshen Date: Thu, 30 May 2024 19:30:21 +0800 Subject: [PATCH] chore: oxc-browserslist to v0.16.2 (#3466) --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e4feb0e550cfa..1f06f631c8517 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1330,14 +1330,13 @@ dependencies = [ [[package]] name = "oxc-browserslist" -version = "0.16.1" +version = "0.16.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c59f18c010ac5438cc6e9cad4433c763e8b3da3caeef9708fe822c903eb6aba3" +checksum = "d9ac5d28a5ca1f5e4c789adeb83fc1aadf3362075d50b7aef87710a014089084" dependencies = [ "chrono", "either", "getrandom", - "indexmap", "itertools 0.13.0", "js-sys", "nom", diff --git a/Cargo.toml b/Cargo.toml index 96d0c64d2f88c..a4f5f64f68622 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -174,7 +174,7 @@ saphyr = "0.0.1" base64-simd = "0.8" cfg-if = "1.0.0" schemars = "0.8.21" -oxc-browserslist = "0.16.1" +oxc-browserslist = "0.16.2" criterion2 = { version = "0.9.0", default-features = false } daachorse = { version = "1.0.0" }