From c48f30788d7443c16133fd4625c564a88ecf07dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 08:04:02 +0000 Subject: [PATCH] chore(deps): update rust crate proto_pdk_test_utils to 0.46 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..66bf66c 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.46" starbase_sandbox = "0.8" tokio = { version = "1", features = ["full"] }