Skip to content

Commit f2cafe1

Browse files
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](rust-bitcoin/corepc@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] <support@github.com>
1 parent f9eb45b commit f2cafe1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ edition = "2024"
1212
rust-version = "1.85.0"
1313

1414
[dependencies]
15-
corepc-types = { version = "0.12.0", features = ["default"], optional = true }
15+
corepc-types = { version = "0.13.0", features = ["default"], optional = true }
1616
jsonrpc = { version = "0.20.0", default-features = false }
1717

1818
# These pins are needed for `Cargo-minimal.lock`:

0 commit comments

Comments
 (0)