Bump jsonrpc from 0.18.0 to 0.20.1

Bumps [jsonrpc](https://github.com/rust-bitcoin/corepc) from 0.18.0 to 0.20.1.
- [Commits](https://github.com/rust-bitcoin/corepc/commits/jsonrpc-0.20.1)

---
updated-dependencies:
- dependency-name: jsonrpc
  dependency-version: 0.20.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-06-15 13:25:18 +00:00 committed by GitHub
parent 0fe14fdfd9
commit acf4b98d89
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 12 deletions

16
Cargo.lock generated
View file

@ -45,12 +45,6 @@ dependencies = [
"bitcoin_hashes",
]
[[package]]
name = "base64"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]]
name = "base64"
version = "0.22.1"
@ -559,11 +553,11 @@ dependencies = [
[[package]]
name = "jsonrpc"
version = "0.18.0"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3662a38d341d77efecb73caf01420cfa5aa63c0253fd7bc05289ef9f6616e1bf"
checksum = "f106cca655869522988b976127096f0aa36e0f1a8ff1f1f425a5c85b61e59391"
dependencies = [
"base64 0.13.1",
"base64",
"serde",
"serde_json",
]
@ -1161,7 +1155,7 @@ version = "3.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d39cb1dbab692d82a977c0392ffac19e188bd9186a9f32806f0aaa859d75585a"
dependencies = [
"base64 0.22.1",
"base64",
"log",
"percent-encoding",
"ureq-proto",
@ -1174,7 +1168,7 @@ version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d81f9efa9df032be5934a46a068815a10a042b494b6a58cb0a1a97bb5467ed6f"
dependencies = [
"base64 0.22.1",
"base64",
"http",
"httparse",
"log",

View file

@ -28,7 +28,7 @@ configure_me = "0.4"
crossbeam-channel = "0.5"
dirs-next = "2.0"
env_logger = "0.10"
jsonrpc = { version = "0.18.0", default-features = false, features = ["simple_http"]}
jsonrpc = { version = "0.20.1", default-features = false, features = ["simple_http"]}
log = "0.4"
prometheus = { version = "0.14", optional = true }
rayon = "1.12"