Преглед изворни кода

Update Cargo.lock and Cargo.toml.

parazyd пре 4 година
родитељ
комит
fc1ad7202d
2 измењених фајлова са 5 додато и 5 уклоњено
  1. 2 2
      Cargo.lock
  2. 3 3
      Cargo.toml

+ 2 - 2
Cargo.lock

@@ -434,9 +434,9 @@ dependencies = [
 
 
 [[package]]
 [[package]]
 name = "bdk"
 name = "bdk"
-version = "0.13.0"
+version = "0.14.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9f687a9504efaa1650148b9e891b4c111adb31ceeb9011dec578941b00f18c9f"
+checksum = "a6ec4da3dbaa41bb6d6cffe40b113ea8651566da7f96beebe9c0e87fc92b9094"
 dependencies = [
 dependencies = [
  "async-trait",
  "async-trait",
  "bdk-macros",
  "bdk-macros",

+ 3 - 3
Cargo.toml

@@ -63,7 +63,7 @@ smol = "1.2.5"
 
 
 # Utilities
 # Utilities
 anyhow = "1.0.49"
 anyhow = "1.0.49"
-clap = "2.33.3"
+clap = "2.34.0"
 dirs = "4.0.0"
 dirs = "4.0.0"
 failure = "0.1.8"
 failure = "0.1.8"
 lazy_static = "1.4.0"
 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"]}
 libsqlite3-sys = {version = "0.23.1", features = ["bundled-sqlcipher"]}
 
 
 # Used for gatewayd network transport.
 # 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
 # Cashier Bitcoin dependencies
-bdk = {version = "0.13.0", optional = true}
+bdk = {version = "0.14.0", optional = true}
 bitcoin = {version = "0.27.1", optional = true}
 bitcoin = {version = "0.27.1", optional = true}
 secp256k1 = {version = "0.20.3", default-features = false, features = ["rand-std"], optional = true}
 secp256k1 = {version = "0.20.3", default-features = false, features = ["rand-std"], optional = true}