From 86144eee5f8cc36a000269e18e8e9ee2070e9912 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 15:58:27 +0000 Subject: [PATCH] Pin dependencies Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 380bbb4..9df36a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,9 +14,9 @@ proto_pdk = "0.32" serde = { version = "1", features = ["derive"] } [dev-dependencies] -proto_pdk_test_utils = "0.43" -starbase_sandbox = "0.8" -tokio = { version = "1", features = ["full"] } +proto_pdk_test_utils = "=0.43.7" +starbase_sandbox = "=0.8.2" +tokio = { version = "=1.52.3", features = ["full"] } [features] default = ["wasm"]