daemon: drop the base64 dependency

rust-bitcoin now takes care of that.
This commit is contained in:
Antoine Poinsot 2023-07-13 09:31:35 +02:00
parent 96e4cb5353
commit a19f2c1536
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304
2 changed files with 0 additions and 4 deletions

1
Cargo.lock generated
View File

@ -241,7 +241,6 @@ name = "liana"
version = "1.0.0"
dependencies = [
"backtrace",
"base64",
"bip39",
"dirs",
"fern",

View File

@ -54,9 +54,6 @@ jsonrpc = "0.12"
# Used for daemonization
libc = { version = "0.2", optional = true }
# Used for PSBTs
base64 = "0.13"
# Used for generating mnemonics
getrandom = "0.2"