Skip to content

Commit 3497cf8

Browse files
Update core2 requirement from 0.3.0 to 0.4.0
Updates the requirements on [core2](https://github.com/bbqsrc/core2) to permit the latest version. - [Release notes](https://github.com/bbqsrc/core2/releases) - [Commits](https://github.com/bbqsrc/core2/commits) --- updated-dependencies: - dependency-name: core2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8e7f241 commit 3497cf8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lightning-invoice/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ secp256k1 = { version = "0.20", default-features = false, features = ["recovery"
2020
num-traits = { version = "0.2.8", default-features = false }
2121
bitcoin_hashes = { version = "0.10", default-features = false }
2222
hashbrown = { version = "0.11", optional = true }
23-
core2 = { version = "0.3.0", default-features = false, optional = true }
23+
core2 = { version = "0.4.0", default-features = false, optional = true }
2424

2525
[dev-dependencies]
2626
lightning = { version = "0.0.104", path = "../lightning", default-features = false, features = ["_test_utils"] }

lightning/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ hex = { version = "0.4", optional = true }
4141
regex = { version = "0.1.80", optional = true }
4242
backtrace = { version = "0.3", optional = true }
4343

44-
core2 = { version = "0.3.0", optional = true, default-features = false }
44+
core2 = { version = "0.4.0", optional = true, default-features = false }
4545

4646
[dev-dependencies]
4747
hex = "0.4"

0 commit comments

Comments
 (0)