From 941c08f4c59dbaedc28030fdcd9f3ea9fee29069 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 09:58:10 +0000 Subject: [PATCH] Update core2 requirement from 0.3.0 to 0.4.0 in /lightning 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] --- lightning/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lightning/Cargo.toml b/lightning/Cargo.toml index e98756d552f..d005dd6889a 100644 --- a/lightning/Cargo.toml +++ b/lightning/Cargo.toml @@ -46,7 +46,7 @@ hex = { version = "0.4", optional = true } regex = { version = "1.5.6", optional = true } backtrace = { version = "0.3", optional = true } -core2 = { version = "0.3.0", optional = true, default-features = false } +core2 = { version = "0.4.0", optional = true, default-features = false } [dev-dependencies] hex = "0.4"