feat(preset-env): Update browserslist-rs (#3935)

This commit is contained in:
Pig Fang 2022-03-10 14:50:00 +08:00 committed by GitHub
parent 41573530c2
commit aec1a54204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -203,9 +203,9 @@ dependencies = [
[[package]]
name = "browserslist-rs"
version = "0.8.0"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67bf6eb040d26861376afa30a5b172f066bfda9cef992af7a55ac5395ef91437"
checksum = "a0f43be8e0fc9203f6ed7731d2a9a6bf5924cb78907e67e1fe9133617be402be"
dependencies = [
"ahash",
"anyhow",

View File

@ -12,7 +12,7 @@ version = "0.1.0"
[dependencies]
ahash = "0.7.4"
anyhow = "1"
browserslist-rs = "=0.8.0"
browserslist-rs = "=0.9.0"
dashmap = "4.0.2"
from_variant = {version = "0.1.3", path = "../from_variant"}
once_cell = "1.9.0"