Skip to content

Commit

Permalink
Remove superfluous serde dependecy
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Aug 8, 2023
1 parent 3ac1964 commit 48ba7c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,8 @@ bitcoin = "0.29.2"
bip39 = "2.0.0"

rand = "0.8.5"
chrono = { version = "0.4", default-features = false, features = ["serde", "clock"] }
chrono = { version = "0.4", default-features = false, features = ["clock"] }
futures = "0.3"
serde_json = { version = "1.0" }
tokio = { version = "1", default-features = false, features = [ "rt-multi-thread", "time", "sync" ] }
esplora-client = { version = "0.4", default-features = false }
libc = "0.2"
Expand Down

0 comments on commit 48ba7c5

Please sign in to comment.