mirror of
https://github.com/swc-project/swc.git
synced 2024-11-23 00:32:15 +03:00
feat(preset-env/base): Update "browserslist-rs" (#4435)
This commit is contained in:
parent
4498d16c18
commit
1c2af932b6
2
.github/workflows/bot.yml
vendored
2
.github/workflows/bot.yml
vendored
@ -5,7 +5,7 @@ on:
|
||||
branches:
|
||||
- main
|
||||
schedule:
|
||||
- cron: "0 */1 * * *"
|
||||
- cron: "0 * * * *"
|
||||
|
||||
env:
|
||||
GIT_COMMITTER_NAME: "SWC Bot"
|
||||
|
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -287,9 +287,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "browserslist-rs"
|
||||
version = "0.9.0"
|
||||
version = "0.10.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a0f43be8e0fc9203f6ed7731d2a9a6bf5924cb78907e67e1fe9133617be402be"
|
||||
checksum = "e55d9cadf66efd56338797ada06140423bd87f290eac200027265d79d621a266"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"anyhow",
|
||||
|
@ -13,7 +13,7 @@ bench = false
|
||||
[dependencies]
|
||||
ahash = "0.7.4"
|
||||
anyhow = "1"
|
||||
browserslist-rs = "=0.9.0"
|
||||
browserslist-rs = "=0.10.0"
|
||||
dashmap = "5.1.0"
|
||||
from_variant = {version = "0.1.3", path = "../from_variant"}
|
||||
once_cell = "1.10.0"
|
||||
|
Loading…
Reference in New Issue
Block a user