diff --git a/Cargo.lock b/Cargo.lock index 4591daf0..86e348de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -46,6 +46,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01" dependencies = [ "cfg-if", + "getrandom 0.2.12", "once_cell", "version_check", "zerocopy", @@ -1541,17 +1542,18 @@ dependencies = [ [[package]] name = "lightningcss" -version = "1.0.0-alpha.52" +version = "1.0.0-alpha.54" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "771a62dedf5ec563bbfea9760f6c6a6bc546e67355eba0cd7d00c0dc34b11d90" +checksum = "07d306844e5af1753490c420c0d6ae3d814b00725092d106332762827ca8f0fe" dependencies = [ - "ahash 0.7.7", + "ahash 0.8.7", "bitflags 2.4.2", "const-str", "cssparser 0.33.0", "cssparser-color", "dashmap", "data-encoding", + "getrandom 0.2.12", "itertools 0.10.5", "lazy_static", "parcel_selectors", @@ -1577,9 +1579,9 @@ checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" [[package]] name = "local-ip-address" -version = "0.5.7" +version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "612ed4ea9ce5acfb5d26339302528a5e1e59dfed95e9e11af3c083236ff1d15d" +checksum = "136ef34e18462b17bf39a7826f8f3bbc223341f8e83822beb8b77db9a3d49696" dependencies = [ "libc", "neli", diff --git a/Cargo.toml b/Cargo.toml index 2fbdb18d..0ff3dd38 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,10 +42,10 @@ http-body = "0.4" humantime = "2" humantime-serde = "1" hyper = "0.14" -local-ip-address = "0.5.1" +local-ip-address = "0.6.1" mime_guess = "2.0.4" minify-html = "0.15.0" -minify-js = "0.5.6" +minify-js = "0.5.6" # stick with 0.5.x as 0.6 seems to create broken JS nipper = "0.1" notify = "6" notify-debouncer-full = "0.3" @@ -79,7 +79,7 @@ which = "6" zip = "0.6" # pin lightningcss, used by trunk, also pulled in by minify-html -lightningcss = "=1.0.0-alpha.52" +lightningcss = "=1.0.0-alpha.54" [dev-dependencies] tempfile = "3"