diff --git a/Cargo.lock b/Cargo.lock index 5a356532..0be84b5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -163,9 +163,13 @@ dependencies = [ [[package]] name = "assertables" -version = "9.8.4" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4dcd1f7f2f608b9a888a851f234086946c2ca1dfeadf1431c5082fee0942eeb6" +checksum = "4b3cadd448c7cd878da49dac40adcd0f7248d2911afe5102267f68c352d87882" +dependencies = [ + "regex", + "walkdir", +] [[package]] name = "async-trait" @@ -3547,7 +3551,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1" dependencies = [ "fastrand", - "getrandom 0.3.4", + "getrandom 0.4.2", "once_cell", "rustix", "windows-sys 0.61.2", @@ -4142,7 +4146,7 @@ dependencies = [ name = "vite_task" version = "0.0.0" dependencies = [ - "anstream 0.6.21", + "anstream 1.0.0", "anyhow", "async-trait", "clap", diff --git a/Cargo.toml b/Cargo.toml index ab4675b4..5d349b26 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,10 +40,10 @@ future_not_send = "allow" [workspace.dependencies] allocator-api2 = { version = "0.2.21", default-features = false, features = ["alloc", "std"] } -anstream = "0.6.21" +anstream = "1.0.0" anyhow = "1.0.98" assert2 = "0.4.0" -assertables = "9.8.1" +assertables = "10.0.0" async-trait = "0.1.89" base64 = "0.22.1" wincode = "0.5.2"