From f2cafe1a8ce3c7075aa143bfa290f1970250ee35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 05:00:14 +0000 Subject: [PATCH] build(deps): update corepc-types requirement from 0.12.0 to 0.13.0 Updates the requirements on [corepc-types](https://github.com/rust-bitcoin/corepc) to permit the latest version. - [Commits](https://github.com/rust-bitcoin/corepc/compare/corepc-types-0.12.0...corepc-types-0.13.0) --- updated-dependencies: - dependency-name: corepc-types dependency-version: 0.13.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 d533de1..c15be59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ edition = "2024" rust-version = "1.85.0" [dependencies] -corepc-types = { version = "0.12.0", features = ["default"], optional = true } +corepc-types = { version = "0.13.0", features = ["default"], optional = true } jsonrpc = { version = "0.20.0", default-features = false } # These pins are needed for `Cargo-minimal.lock`: