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"