diff --git a/Cargo.lock b/Cargo.lock index 068f25464e..9141b36fba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3320,9 +3320,9 @@ dependencies = [ [[package]] name = "junction" -version = "1.4.2" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8cfc352a66ba903c23239ef51e809508b6fc2b0f90e3476ac7a9ff47e863ae95" +checksum = "160f2eade097f30263b548aae5deb12ad349c909baa710fa24b92c9090b2e006" dependencies = [ "scopeguard", "windows-sys 0.61.2", @@ -7148,9 +7148,9 @@ dependencies = [ [[package]] name = "serial_test" -version = "3.5.0" +version = "4.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "699f4197115b8a7e7ff19c9a315a4bd6fffec26cc4626ef45ecaea389e081c6d" +checksum = "a6df5ed973ad8d834e09f824f9e9f449af6b9a3745f78dec7cc752770bd3bf11" dependencies = [ "futures-executor", "futures-util", @@ -7162,13 +7162,13 @@ dependencies = [ [[package]] name = "serial_test_derive" -version = "3.5.0" +version = "4.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "94e153fc76e1c6a068703d6d29c508a0b15c061c4b7e43da59cc097bc342673c" +checksum = "a22144e767da4ddd8416dbf383700542ffd8a5dc493dfecedfe1fe3ad03c98ae" dependencies = [ "proc-macro2", "quote", - "syn 2.0.119", + "syn 3.0.3", ] [[package]] @@ -8662,7 +8662,7 @@ dependencies = [ "proc-macro2", "quote", "semver 1.0.28", - "syn 2.0.119", + "syn 3.0.3", ] [[package]] @@ -9568,9 +9568,9 @@ dependencies = [ [[package]] name = "zip" -version = "7.2.0" +version = "8.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c42e33efc22a0650c311c2ef19115ce232583abbe80850bc8b66509ebef02de0" +checksum = "2d04a6b5381502aa6087c94c669499eb1602eb9c5e8198e534de571f7154809b" dependencies = [ "crc32fast", "flate2", diff --git a/Cargo.toml b/Cargo.toml index 5fba3c63dd..e1fbb564df 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -204,7 +204,7 @@ itoa = "1.0.15" json-escape-simd = "3" json-strip-comments = "3" jsonschema = { version = "0.46.5", default-features = false } -junction = "1.4.1" +junction = "2.0.0" libtest-mimic = "0.8.2" memchr = "2.7.4" mimalloc-safe = "0.1.62" @@ -260,7 +260,7 @@ semver = "1.0.26" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" serde_yaml = "0.9.34" -serial_test = "3.2.0" +serial_test = "4.0.0" sha1 = "0.10.6" sha2 = "0.10.9" shell-escape = "0.1.5" @@ -270,7 +270,7 @@ snapshot_test = { git = "https://github.com/voidzero-dev/vite-task.git", rev = " string_cache = "0.9.0" sugar_path = { version = "3", features = ["cached_current_dir"] } supports-color = "3" -syn = { version = "2", default-features = false } +syn = { version = "3", default-features = false } tar = { version = "0.4.43", default-features = false } temp-env = "0.3.6" tempfile = "3.14.0" @@ -310,7 +310,7 @@ webpki-root-certs = "1.0.9" which = "8.0.0" winreg = "0.56.0" xxhash-rust = "0.8.15" -zip = { version = "7.2", default-features = false, features = ["deflate-flate2-zlib-rs"] } +zip = { version = "8.0", default-features = false, features = ["deflate-flate2-zlib-rs"] } # oxc crates with the same version oxc = { version = "0.146.0", features = [