Skip to content

Commit 50a956b

Browse files
authored
Bump browserslist-rs 0.17.0 (#912)
1 parent 2284653 commit 50a956b

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Cargo.lock

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ indexmap = { version = "2.2.6", features = ["serde"] }
7777
# CLI deps
7878
atty = { version = "0.2", optional = true }
7979
clap = { version = "3.0.6", features = ["derive"], optional = true }
80-
browserslist-rs = { version = "0.16.0", optional = true }
80+
browserslist-rs = { version = "0.17.0", optional = true }
8181
rayon = { version = "1.5.1", optional = true }
8282
dashmap = { version = "5.0.0", optional = true }
8383
serde_json = { version = "1.0.78", optional = true }

c/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ crate-type = ["cdylib"]
1111
[dependencies]
1212
lightningcss = { path = "../", features = ["browserslist"] }
1313
parcel_sourcemap = { version = "2.1.1", features = ["json"] }
14-
browserslist-rs = { version = "0.16.0" }
14+
browserslist-rs = { version = "0.17.0" }
1515

1616
[build-dependencies]
1717
cbindgen = "0.24.3"

0 commit comments

Comments
 (0)