Skip to content

Commit

Permalink
Merge pull request #98 from ArgusHQ/dependabot/cargo/bitvec-0.15.2
Browse files Browse the repository at this point in the history
Bump bitvec from 0.15.1 to 0.15.2
  • Loading branch information
howardwu committed Sep 17, 2019
2 parents 7a85b6e + ef47bda commit 9d2bd3a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 bitcoin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ wagyu-model = { path = "../model", version = "0.6.1" }

base58 = { version = "0.1" }
bech32 = { version = "0.6.0" }
bitvec = { version = "0.15.1" }
bitvec = { version = "0.15.2" }
digest = { version = "0.8.1" }
failure = { version = "0.1.5" }
hex = { version = "0.3.2" }
Expand Down
2 changes: 1 addition & 1 deletion ethereum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ edition = "2018"
wagyu-model = { path = "../model", version = "0.6.1" }

base58 = { version = "0.1" }
bitvec = { version = "0.15.1" }
bitvec = { version = "0.15.2" }
hex = { version = "0.3.2" }
hmac = { version = "0.7.0" }
pbkdf2 = { version = "0.3.0", features=["parallel"], default-features = false }
Expand Down

0 comments on commit 9d2bd3a

Please sign in to comment.