From 873919a3af649b37b5c7f8245c5c5048259eebc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 08:01:46 +0000 Subject: [PATCH] Update Rust crate proto_pdk_test_utils to 0.45 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..aa2f5a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ proto_pdk = "0.32" serde = { version = "1", features = ["derive"] } [dev-dependencies] -proto_pdk_test_utils = "0.43" +proto_pdk_test_utils = "0.45" starbase_sandbox = "0.8" tokio = { version = "1", features = ["full"] }