Skip to content

Commit 2f43ec0

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 711bcef commit 2f43ec0

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
@@ -24,7 +24,7 @@ secp256k1 = { version = "0.20", default-features = false, features = ["recovery"
2424
num-traits = { version = "0.2.8", default-features = false }
2525
bitcoin_hashes = { version = "0.10", default-features = false }
2626
hashbrown = { version = "0.11", optional = true }
27-
core2 = { version = "0.3.0", default-features = false, optional = true }
27+
core2 = { version = "0.4.0", default-features = false, optional = true }
2828

2929
[dev-dependencies]
3030
lightning = { version = "0.0.106", 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
@@ -47,7 +47,7 @@ hex = { version = "0.4", optional = true }
4747
regex = { version = "0.2.11", optional = true }
4848
backtrace = { version = "0.3", optional = true }
4949

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

5252
[dev-dependencies]
5353
hex = "0.4"

0 commit comments

Comments
 (0)