From 4bc09d048666fb73fa77308dc2c088aab3412622 Mon Sep 17 00:00:00 2001 From: dylan Date: Wed, 5 Nov 2025 12:05:54 -0700 Subject: [PATCH] deps: bump sdk crates to 0.13.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bc4db8b..7907ecf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,8 +16,8 @@ repository = "https://github.com/init4tech/bin-base" init4-from-env-derive = "0.1.0" # Signet -signet-constants = { version = "0.12" } -signet-tx-cache = { version = "0.12", optional = true } +signet-constants = { version = "0.13" } +signet-tx-cache = { version = "0.13", optional = true } # alloy alloy = { version = "1.0.35", optional = true, default-features = false, features = ["std", "signer-local", "consensus", "network"] }