From 543a8befe192615d27da8c0d852a9837df5cadb3 Mon Sep 17 00:00:00 2001 From: evalir Date: Thu, 10 Jul 2025 12:01:57 +0200 Subject: [PATCH] chore(deps): bump sdk, v0.7.0 --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5a3ab84..7adf779 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "init4-bin-base" description = "Internal utilities for binaries produced by the init4 team" keywords = ["init4", "bin", "base"] -version = "0.6.0" +version = "0.7.0" edition = "2021" rust-version = "1.81" authors = ["init4", "James Prestwich"] @@ -16,8 +16,8 @@ repository = "https://github.com/init4tech/bin-base" init4-from-env-derive = "0.1.0" # Signet -signet-constants = { version = "0.4.2" } -signet-tx-cache = { version = "0.4.2", optional = true } +signet-constants = { version = "0.6.0" } +signet-tx-cache = { version = "0.6.0", optional = true } # Tracing tracing = "0.1.40" @@ -45,7 +45,7 @@ tokio = { version = "1.36.0", optional = true } # Other thiserror = "2.0.11" -alloy = { version = "=1.0.11", optional = true, default-features = false, features = ["std", "signer-aws", "signer-local", "consensus", "network"] } +alloy = { version = "1.0.11", optional = true, default-features = false, features = ["std", "signer-aws", "signer-local", "consensus", "network"] } serde = { version = "1", features = ["derive"] } async-trait = { version = "0.1.80", optional = true } eyre = { version = "0.6.12", optional = true }