Skip to content

Commit c2addcf

Browse files
Update bitcoin requirement from 0.30.1 to 0.31.1
Updates the requirements on [bitcoin](https://github.com/rust-bitcoin/rust-bitcoin) to permit the latest version. - [Release notes](https://github.com/rust-bitcoin/rust-bitcoin/releases) - [Commits](https://github.com/rust-bitcoin/rust-bitcoin/commits/bitcoin-0.31.1) --- updated-dependencies: - dependency-name: bitcoin dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 06307d6 commit c2addcf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

chameleon/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ graphql = { path = "../graphql" }
88
honey-badger = { path = "../honey-badger" }
99

1010
[dev-dependencies]
11-
bitcoin = { version = "0.30.1" }
11+
bitcoin = { version = "0.31.1" }
1212
ctor = "0.2.0"
1313
simplelog = { version ="0.12.0", features = ["test"] }

crow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ isocountry = { version = "0.3.2" }
1010
isolanguage-1 = { version = "0.2.2" }
1111

1212
[dev-dependencies]
13-
bitcoin = { version = "0.30.1" }
13+
bitcoin = { version = "0.31.1" }

mole/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ graphql = { path = "../graphql" }
1111
honey-badger = { path = "../honey-badger" }
1212

1313
[dev-dependencies]
14-
bitcoin = { version = "0.30.1" }
14+
bitcoin = { version = "0.31.1" }
1515
ctor = "0.2.0"
1616
rand = "0.8.5"
1717
simplelog = { version ="0.12.0", features = ["test"] }

squirrel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ honey-badger = { path = "../honey-badger" }
1111
bdk = { version = "0.29.0", features = ["keys-bip39"] }
1212

1313
[dev-dependencies]
14-
bitcoin = { version = "0.29.2" }
14+
bitcoin = { version = "0.31.1" }
1515
ctor = "0.2.0"
1616
rand = "0.8.5"
1717
simplelog = { version ="0.12.0", features = ["test"] }

0 commit comments

Comments
 (0)