Skip to content

Commit e52f378

Browse files
committed
chore: uptick dependencies
1 parent 1e8f078 commit e52f378

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ seahash = { version = "4", features = ["use_std"] }
6464
semver = "1"
6565
serde = { version = "1", features = ["derive"] }
6666
serde_json = "1"
67-
strum = { version = "0.25", features = ["derive"] }
67+
strum = { version = "0.26", features = ["derive"] }
6868
tar = "0.4"
6969
time = { version = "0.3", features = ["serde-well-known"] }
7070
thiserror = "1"
@@ -79,7 +79,7 @@ which = "6"
7979
zip = "0.6"
8080

8181
# pin lightningcss, used by trunk, also pulled in by minify-html
82-
lightningcss = "=1.0.0-alpha.51"
82+
lightningcss = "=1.0.0-alpha.52"
8383

8484
[dev-dependencies]
8585
tempfile = "3"

0 commit comments

Comments
 (0)