From 1c48de72ae416ce29f84bf860916c52de5ae668e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 19:03:30 +0000 Subject: [PATCH] chore(deps): update signet-tx-cache requirement from 0.14 to 0.15 Updates the requirements on [signet-tx-cache](https://github.com/init4tech/signet-sdk) to permit the latest version. - [Release notes](https://github.com/init4tech/signet-sdk/releases) - [Commits](https://github.com/init4tech/signet-sdk/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: signet-tx-cache dependency-version: 0.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4e59403..0827742 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ init4-from-env-derive = "0.1.0" # Signet signet-constants = { version = "0.14" } -signet-tx-cache = { version = "0.14", optional = true } +signet-tx-cache = { version = "0.15", optional = true } # alloy alloy = { version = "1.0.35", optional = true, default-features = false, features = ["std", "signer-local", "consensus", "network"] }