From 20f13756e962c3e58d6e378a80734329955c1a17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 22:40:04 +0000 Subject: [PATCH] build(deps): bump corepc-types from 0.10.1 to 0.11.0 Bumps [corepc-types](https://github.com/rust-bitcoin/corepc) from 0.10.1 to 0.11.0. - [Commits](https://github.com/rust-bitcoin/corepc/compare/corepc-types-0.10.1...corepc-types-0.11.0) --- updated-dependencies: - dependency-name: corepc-types dependency-version: 0.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21e0ffd..32944fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -117,9 +117,9 @@ dependencies = [ [[package]] name = "corepc-types" -version = "0.10.1" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c22db78b0223b66f82f92b14345f06307078f76d94b18280431ea9bc6cd9cbb6" +checksum = "fc6ea6101b2da248ff9c7e0ead02c6e0b8243db140d86c6190e1b043c306d97a" dependencies = [ "bitcoin", "serde", diff --git a/Cargo.toml b/Cargo.toml index 5b21b93..35db0a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ authors = ["Bitcoin Dev Kit Developers"] readme = "README.md" [dependencies] -corepc-types = { version = "0.10.1", features = ["default"]} +corepc-types = { version = "0.11.0", features = ["default"]} jsonrpc = { version = "0.18.0", features = ["simple_http", "simple_tcp", "minreq_http", "simple_uds", "proxy"] } [features]