Skip to content

Commit

Permalink
Update bitcoin requirement from 0.30.1 to 0.32.4
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: bitcoin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 163d61d commit 8f48851
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chameleon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ graphql = { path = "../graphql" }
honeybadger = { path = "../honeybadger" }

[dev-dependencies]
bitcoin = { version = "0.30.1" }
bitcoin = { version = "0.32.4" }
ctor = "0.2.0"
simplelog = { version ="0.12.0", features = ["test"] }
2 changes: 1 addition & 1 deletion crow/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ isocountry = { version = "0.3.2" }
isolanguage-1 = { version = "0.2.2" }

[dev-dependencies]
bitcoin = { version = "0.30.1" }
bitcoin = { version = "0.32.4" }
2 changes: 1 addition & 1 deletion pigeon/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ graphql = { path = "../graphql" }
honeybadger = { path = "../honeybadger" }

[dev-dependencies]
bitcoin = { version = "0.30.1" }
bitcoin = { version = "0.32.4" }
ctor = "0.2.0"
simplelog = { version ="0.12.0", features = ["test"] }
tokio = { version = "1.32.0" }
2 changes: 1 addition & 1 deletion squirrel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ honeybadger = { path = "../honeybadger" }
bdk = { version = "0.29.0", features = ["keys-bip39"] }

[dev-dependencies]
bitcoin = { version = "0.29.2" }
bitcoin = { version = "0.32.4" }
ctor = "0.2.0"
rand = "0.8.5"
simplelog = { version ="0.12.0", features = ["test"] }
Expand Down

0 comments on commit 8f48851

Please sign in to comment.