Drop unused `hex` dependency
authorMatt Corallo <git@bluematt.me>
Sun, 15 Oct 2023 17:05:55 +0000 (17:05 +0000)
committerMatt Corallo <git@bluematt.me>
Mon, 13 Nov 2023 23:20:22 +0000 (23:20 +0000)
Cargo.lock
Cargo.toml

index cb154eee5477d47f55e0c65825a1a553f597da0c..454cddb8c220ae0fa7fd252c47b772b7f94a8b36 100644 (file)
@@ -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",
index e814e5f4e6b42dc6bcb2a636b69a368caad3c6d1..dac94fb7d916c24ff9a9c793fdff59c7825507a3 100644 (file)
@@ -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"] }