We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
serde
1 parent 9937590 commit 170bf6eCopy full SHA for 170bf6e
1 file changed
Cargo.toml
@@ -64,9 +64,8 @@ bitcoin = "0.29.2"
64
bip39 = "2.0.0"
65
66
rand = "0.8.5"
67
-chrono = { version = "0.4", default-features = false, features = ["serde", "clock"] }
+chrono = { version = "0.4", default-features = false, features = ["clock"] }
68
futures = "0.3"
69
-serde_json = { version = "1.0" }
70
tokio = { version = "1", default-features = false, features = [ "rt-multi-thread", "time", "sync" ] }
71
esplora-client = { version = "0.4", default-features = false }
72
libc = "0.2"
0 commit comments