|
|
@@ -63,7 +63,7 @@ smol = "1.2.5"
|
|
|
|
|
|
# Utilities
|
|
|
anyhow = "1.0.49"
|
|
|
-clap = "2.33.3"
|
|
|
+clap = "2.34.0"
|
|
|
dirs = "4.0.0"
|
|
|
failure = "0.1.8"
|
|
|
lazy_static = "1.4.0"
|
|
|
@@ -85,10 +85,10 @@ sqlx = {git = "https://github.com/parazyd/sqlx", rev = "0fbdc4f5d7334568e375c9ce
|
|
|
libsqlite3-sys = {version = "0.23.1", features = ["bundled-sqlcipher"]}
|
|
|
|
|
|
# Used for gatewayd network transport.
|
|
|
-zeromq = {version = "0.3.0", default-features = false, features = ["async-std-runtime", "all-transport"]}
|
|
|
+zeromq = {version = "0.3.1", default-features = false, features = ["async-std-runtime", "all-transport"]}
|
|
|
|
|
|
# Cashier Bitcoin dependencies
|
|
|
-bdk = {version = "0.13.0", optional = true}
|
|
|
+bdk = {version = "0.14.0", optional = true}
|
|
|
bitcoin = {version = "0.27.1", optional = true}
|
|
|
secp256k1 = {version = "0.20.3", default-features = false, features = ["rand-std"], optional = true}
|
|
|
|