From 784aef0689119ef82729f3860f558942fa13a153 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 20:07:11 +0000 Subject: [PATCH] chore(deps): update rust --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 05ec92507..bafd557c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ categories = ["development-tools", "parsers"] [workspace.dependencies] # CLI framework -starbase = "0.10" +starbase = "0.12" clap = { version = "4.5.57", features = ["derive", "color"] } anyhow = "1.0" thiserror = "2.0.18" @@ -48,7 +48,7 @@ serde_json = "1.0" toml = "0.9.8" # WASM utilities -gloo-timers = { version = "0.3", features = ["futures"] } +gloo-timers = { version = "0.4", features = ["futures"] } [profile.release] opt-level = 3