Skip to content

Commit 2d932a1

Browse files
authored
Update corepc-node to v0.10.0 (payjoin#1155)
2 parents 823154d + be76671 commit 2d932a1

4 files changed

Lines changed: 19 additions & 16 deletions

File tree

Cargo-minimal.lock

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -976,8 +976,9 @@ dependencies = [
976976

977977
[[package]]
978978
name = "corepc-client"
979-
version = "0.8.0"
980-
source = "git+https://github.com/rust-bitcoin/corepc.git?rev=0e3f028#0e3f028803dee946490e00783404d4d6397ce698"
979+
version = "0.10.0"
980+
source = "registry+https://github.com/rust-lang/crates.io-index"
981+
checksum = "7755b8b9219b23d166a5897b5e2d8266cbdd0de5861d351b96f6db26bcf415f3"
981982
dependencies = [
982983
"bitcoin 0.32.7",
983984
"corepc-types",
@@ -989,8 +990,9 @@ dependencies = [
989990

990991
[[package]]
991992
name = "corepc-node"
992-
version = "0.8.0"
993-
source = "git+https://github.com/rust-bitcoin/corepc.git?rev=0e3f028#0e3f028803dee946490e00783404d4d6397ce698"
993+
version = "0.10.0"
994+
source = "registry+https://github.com/rust-lang/crates.io-index"
995+
checksum = "69bd382fc775f760a8b55d658527621b890eaa3d8e8bc9779864659b172e81c6"
994996
dependencies = [
995997
"anyhow",
996998
"bitcoin_hashes 0.14.0",
@@ -1007,8 +1009,9 @@ dependencies = [
10071009

10081010
[[package]]
10091011
name = "corepc-types"
1010-
version = "0.8.0"
1011-
source = "git+https://github.com/rust-bitcoin/corepc.git?rev=0e3f028#0e3f028803dee946490e00783404d4d6397ce698"
1012+
version = "0.10.0"
1013+
source = "registry+https://github.com/rust-lang/crates.io-index"
1014+
checksum = "4e94b68cfbafce3a4f7a0d0f3553dedcf83586f71ddf16d737694915c28823b5"
10121015
dependencies = [
10131016
"bitcoin 0.32.7",
10141017
"serde",

Cargo-recent.lock

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -976,8 +976,9 @@ dependencies = [
976976

977977
[[package]]
978978
name = "corepc-client"
979-
version = "0.8.0"
980-
source = "git+https://github.com/rust-bitcoin/corepc.git?rev=0e3f028#0e3f028803dee946490e00783404d4d6397ce698"
979+
version = "0.10.0"
980+
source = "registry+https://github.com/rust-lang/crates.io-index"
981+
checksum = "7755b8b9219b23d166a5897b5e2d8266cbdd0de5861d351b96f6db26bcf415f3"
981982
dependencies = [
982983
"bitcoin 0.32.7",
983984
"corepc-types",
@@ -989,8 +990,9 @@ dependencies = [
989990

990991
[[package]]
991992
name = "corepc-node"
992-
version = "0.8.0"
993-
source = "git+https://github.com/rust-bitcoin/corepc.git?rev=0e3f028#0e3f028803dee946490e00783404d4d6397ce698"
993+
version = "0.10.0"
994+
source = "registry+https://github.com/rust-lang/crates.io-index"
995+
checksum = "69bd382fc775f760a8b55d658527621b890eaa3d8e8bc9779864659b172e81c6"
994996
dependencies = [
995997
"anyhow",
996998
"bitcoin_hashes 0.14.0",
@@ -1007,8 +1009,9 @@ dependencies = [
10071009

10081010
[[package]]
10091011
name = "corepc-types"
1010-
version = "0.8.0"
1011-
source = "git+https://github.com/rust-bitcoin/corepc.git?rev=0e3f028#0e3f028803dee946490e00783404d4d6397ce698"
1012+
version = "0.10.0"
1013+
source = "registry+https://github.com/rust-lang/crates.io-index"
1014+
checksum = "4e94b68cfbafce3a4f7a0d0f3553dedcf83586f71ddf16d737694915c28823b5"
10121015
dependencies = [
10131016
"bitcoin 0.32.7",
10141017
"serde",

Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,3 @@ resolver = "2"
66
payjoin = { path = "payjoin" }
77
payjoin-directory = { path = "payjoin-directory" }
88
payjoin-test-utils = { path = "payjoin-test-utils" }
9-
# TODO: Remove these patches once a new version (>0.8.0) is released to crates.io
10-
corepc-client = { git = "https://github.com/rust-bitcoin/corepc.git", rev = "0e3f028" }
11-
corepc-types = { git = "https://github.com/rust-bitcoin/corepc.git", rev = "0e3f028" }

payjoin-test-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT"
1010

1111
[dependencies]
1212
bitcoin = { version = "0.32.7", features = ["base64"] }
13-
corepc-node = { git = "https://github.com/rust-bitcoin/corepc.git", rev = "0e3f028", features = ["download", "29_0"] }
13+
corepc-node = { version = "0.10.0", features = ["download", "29_0"] }
1414
http = "1.3.1"
1515
log = "0.4.27"
1616
ohttp = { package = "bitcoin-ohttp", version = "0.6.0" }

0 commit comments

Comments
 (0)