Skip to content

Commit d3b7ac4

Browse files
build(deps): update jsonrpc requirement from 0.19.0 to 0.20.0
Updates the requirements on [jsonrpc](https://github.com/rust-bitcoin/corepc) to permit the latest version. - [Commits](rust-bitcoin/corepc@jsonrpc-0.19.0...jsonrpc-0.20.0) --- updated-dependencies: - dependency-name: jsonrpc dependency-version: 0.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent da463f8 commit d3b7ac4

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
@@ -19,7 +19,7 @@ default = ["30_0"]
1919

2020
[dependencies]
2121
corepc-types = { version = "0.12.0", features = ["default"]}
22-
jsonrpc = { version = "0.19.0", features = ["bitreq_http"] }
22+
jsonrpc = { version = "0.20.0", features = ["bitreq_http"] }
2323

2424
# These pins are needed for `Cargo-minimal.lock`:
2525
hex-conservative = { version = "0.2.1" } # blame: corepc-node

0 commit comments

Comments
 (0)