Skip to content

Commit

Permalink
Bump failure from 0.1.7 to 0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored May 4, 2020
1 parent 44e393b commit 0842bca
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ clap = { version = "~2.33.0" }
colored = { version = "1.9" }
digest = { version = "0.8.1" }
either = { version = "1.5.3" }
failure = { version = "0.1.5" }
failure = { version = "0.1.8" }
hex = { version = "0.4.2" }
lazy_static = { version = "1.4.0" }
rand = { version = "0.7" }
Expand Down
2 changes: 1 addition & 1 deletion bitcoin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ base58 = { version = "0.1" }
bech32 = { version = "0.6.0" }
bitvec = { version = "0.17.4" }
digest = { version = "0.8.1" }
failure = { version = "0.1.5", default-features = false }
failure = { version = "0.1.8", default-features = false }
hex = { version = "0.4.2", default-features = false }
hmac = { version = "0.7.0" }
libsecp256k1 = { version = "0.3.5", default-features = false, features = ["hmac"] }
Expand Down
2 changes: 1 addition & 1 deletion model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ byteorder = { version = "1", default-features = false }
crypto-mac = { version = "0.7.0" }
ethereum-types = { version = "0.9.1", default-features = false }
ff = { version = "0.6.0", optional = true }
failure = { version = "0.1.5", default-features = false, features = ["derive"] }
failure = { version = "0.1.8", default-features = false, features = ["derive"] }
hex = { version = "0.4.2", default-features = false }
libsecp256k1 = { version = "0.3.5", default-features = false, features = ["hmac"] }
rand = { version = "0.7", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion monero/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ wagyu-model = { path = "../model", version = "0.6.3" }
base58-monero = { version = "0.2.0" }
crc = { version = "1.8.1" }
curve25519-dalek = { version = "2.0.0" }
failure = { version = "0.1.5" }
failure = { version = "0.1.8" }
hex = { version = "0.4.2" }
libc = { version = "0.2" }
rand = { version = "0.7" }
Expand Down

0 comments on commit 0842bca

Please sign in to comment.