From 2ef258224b63dda72284ab2bd3ce785062ec9b0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 01:32:17 +0000 Subject: [PATCH] Update Rust crate starbase_sandbox to 0.11 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 380bbb4..a60c405 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ serde = { version = "1", features = ["derive"] } [dev-dependencies] proto_pdk_test_utils = "0.43" -starbase_sandbox = "0.8" +starbase_sandbox = "0.11" tokio = { version = "1", features = ["full"] } [features]