From ade39fb46e1877d6ca1e712dca3e2680d9b072d9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 19:29:51 +0000 Subject: [PATCH 1/2] chore(deps): update rust crates --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" From 2a287e1f471a2b4a990581e4da3afd986fcb1788 Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 26 May 2026 05:27:49 +0000 Subject: [PATCH 2/2] chore(deps): update Cargo.lock for anstream 1.0.0 and assertables 10.0.0 --- Cargo.lock | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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",