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] 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"