]> git.bitcoin.ninja Git - rust-lightning/commitdiff
Merge pull request #3270 from optout21/bech32-iterser upstream/main
authorMatt Corallo <649246+TheBlueMatt@users.noreply.github.com>
Thu, 3 Oct 2024 17:02:55 +0000 (17:02 +0000)
committerGitHub <noreply@github.com>
Thu, 3 Oct 2024 17:02:55 +0000 (17:02 +0000)
Upgrade bech32 dependency (iterative)

1  2 
lightning/Cargo.toml

index 834e064e815d021e105414e6b5f85d570867b86c,e58ea74cbdddd6cce44a2d754c94e3e1f113f675..719c3168df06bcd3faa878e67f60334ff18f4223
@@@ -42,13 -40,11 +42,13 @@@ default = ["std", "grind_signatures"
  lightning-types = { version = "0.1.0", path = "../lightning-types", default-features = false }
  lightning-invoice = { version = "0.32.0", path = "../lightning-invoice", default-features = false }
  
- bech32 = { version = "0.9.1", default-features = false }
+ bech32 = { version = "0.11.0", default-features = false }
  bitcoin = { version = "0.32.2", default-features = false, features = ["secp-recovery"] }
  
 +dnssec-prover = { version = "0.6", default-features = false }
  hashbrown = { version = "0.13", default-features = false }
  possiblyrandom = { version = "0.2", path = "../possiblyrandom", default-features = false }
 +
  regex = { version = "1.5.6", optional = true }
  backtrace = { version = "0.3", optional = true }