Skip to content

Commit 4f0fcae

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 daeb5a6 commit 4f0fcae

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
@@ -25,7 +25,7 @@ secp256k1 = { version = "0.22", default-features = false, features = ["recovery"
2525
num-traits = { version = "0.2.8", default-features = false }
2626
bitcoin_hashes = { version = "0.10", default-features = false }
2727
hashbrown = { version = "0.11", optional = true }
28-
core2 = { version = "0.3.0", default-features = false, optional = true }
28+
core2 = { version = "0.4.0", default-features = false, optional = true }
2929
serde = { version = "1.0.118", optional = true }
3030

3131
[dev-dependencies]

lightning/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ hex = { version = "0.4", optional = true }
4545
regex = { version = "1.5.6", optional = true }
4646
backtrace = { version = "0.3", optional = true }
4747

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

5050
[dev-dependencies]
5151
hex = "0.4"

0 commit comments

Comments
 (0)