Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Update lock files
Browse files Browse the repository at this point in the history
  • Loading branch information
tcharding committed Jun 13, 2024
1 parent 7952b70 commit b59f7f0
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 12 deletions.
20 changes: 14 additions & 6 deletions Cargo-minimal.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ dependencies = [

[[package]]
name = "bitcoind-json-rpc-client"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"bitcoin",
"bitcoind-json-rpc-types",
"bitcoind-json-rpc-types 0.1.0",
"jsonrpc",
"log",
"serde",
Expand All @@ -99,6 +99,18 @@ dependencies = [
[[package]]
name = "bitcoind-json-rpc-types"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e1ef742cc9146048b72b5a7faefe457ea70ff963c7a40e513fcf97cdcdafe8d"
dependencies = [
"bitcoin",
"bitcoin-internals",
"serde",
"serde_json",
]

[[package]]
name = "bitcoind-json-rpc-types"
version = "0.2.0"
dependencies = [
"bitcoin",
"bitcoin-internals",
Expand Down Expand Up @@ -253,7 +265,3 @@ name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"

[[patch.unused]]
name = "bitcoind-json-rpc-regtest"
version = "0.1.0"
20 changes: 14 additions & 6 deletions Cargo-recent.lock
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ dependencies = [

[[package]]
name = "bitcoind-json-rpc-client"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"bitcoin",
"bitcoind-json-rpc-types",
"bitcoind-json-rpc-types 0.1.0",
"jsonrpc",
"log",
"serde",
Expand All @@ -99,6 +99,18 @@ dependencies = [
[[package]]
name = "bitcoind-json-rpc-types"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e1ef742cc9146048b72b5a7faefe457ea70ff963c7a40e513fcf97cdcdafe8d"
dependencies = [
"bitcoin",
"bitcoin-internals",
"serde",
"serde_json",
]

[[package]]
name = "bitcoind-json-rpc-types"
version = "0.2.0"
dependencies = [
"bitcoin",
"bitcoin-internals",
Expand Down Expand Up @@ -253,7 +265,3 @@ name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"

[[patch.unused]]
name = "bitcoind-json-rpc-regtest"
version = "0.1.0"

0 comments on commit b59f7f0

Please sign in to comment.