From 78dca42745b9a4b7f16e0b179dd8468162cac63a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Sep 2022 19:02:25 +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 c2c3077a5df..89709e0777d 100644 --- a/lightning/Cargo.toml +++ b/lightning/Cargo.toml @@ -45,7 +45,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"