Skip to content

Commit e8a6de8

Browse files
committed
chore: update dependencies
1 parent f90163f commit e8a6de8

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ http-body = "0.4"
4242
humantime = "2"
4343
humantime-serde = "1"
4444
hyper = "0.14"
45-
local-ip-address = "0.5.1"
45+
local-ip-address = "0.6.1"
4646
mime_guess = "2.0.4"
4747
minify-html = "0.15.0"
48-
minify-js = "0.5.6"
48+
minify-js = "0.5.6" # stick with 0.5.x as 0.6 seems to create broken JS
4949
nipper = "0.1"
5050
notify = "6"
5151
notify-debouncer-full = "0.3"
@@ -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.52"
82+
lightningcss = "=1.0.0-alpha.54"
8383

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

0 commit comments

Comments
 (0)