From 37da86a8a1a3294f991657ecca49c19e7c2b043d Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Sun, 15 Oct 2023 17:05:55 +0000 Subject: [PATCH] Drop unused `hex` dependency --- Cargo.lock | 7 ------- Cargo.toml | 1 - 2 files changed, 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cb154ee..454cddb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -181,12 +181,6 @@ dependencies = [ "libc", ] -[[package]] -name = "hex" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77" - [[package]] name = "iana-time-zone" version = "0.1.53" @@ -235,7 +229,6 @@ dependencies = [ "bitcoin", "bitcoin-bech32", "chrono", - "hex", "libc", "lightning", "lightning-background-processor", diff --git a/Cargo.toml b/Cargo.toml index e814e5f..dac94fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,6 @@ base64 = "0.13.0" bitcoin = "0.29.0" bitcoin-bech32 = "0.12" bech32 = "0.8" -hex = "0.3" libc = "0.2" chrono = { version = "0.4", default-features = false, features = ["clock"] } -- 2.30.2