diff --git a/chameleon/Cargo.toml b/chameleon/Cargo.toml index 8d3ad1d..83ff6f3 100644 --- a/chameleon/Cargo.toml +++ b/chameleon/Cargo.toml @@ -8,6 +8,6 @@ graphql = { path = "../graphql" } honeybadger = { path = "../honeybadger" } [dev-dependencies] -bitcoin = { version = "0.30.1" } +bitcoin = { version = "0.32.3" } ctor = "0.2.0" simplelog = { version ="0.12.0", features = ["test"] } diff --git a/crow/Cargo.toml b/crow/Cargo.toml index 07bfa63..6eca868 100644 --- a/crow/Cargo.toml +++ b/crow/Cargo.toml @@ -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.3" } diff --git a/pigeon/Cargo.toml b/pigeon/Cargo.toml index a99b811..5202700 100644 --- a/pigeon/Cargo.toml +++ b/pigeon/Cargo.toml @@ -8,7 +8,7 @@ graphql = { path = "../graphql" } honeybadger = { path = "../honeybadger" } [dev-dependencies] -bitcoin = { version = "0.30.1" } +bitcoin = { version = "0.32.3" } ctor = "0.2.0" simplelog = { version ="0.12.0", features = ["test"] } tokio = { version = "1.32.0" } diff --git a/squirrel/Cargo.toml b/squirrel/Cargo.toml index 5dd3872..511e36a 100644 --- a/squirrel/Cargo.toml +++ b/squirrel/Cargo.toml @@ -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.3" } ctor = "0.2.0" rand = "0.8.5" simplelog = { version ="0.12.0", features = ["test"] }