Skip to content

Commit

Permalink
Bump bitvec from 0.15.1 to 0.15.2
Browse files Browse the repository at this point in the history
Bumps [bitvec](https://github.com/myrrlyn/bitvec) from 0.15.1 to 0.15.2.
- [Release notes](https://github.com/myrrlyn/bitvec/releases)
- [Changelog](https://github.com/myrrlyn/bitvec/blob/master/CHANGELOG.md)
- [Commits](ferrilab/bitvec@v0.15.1...v0.15.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Sep 16, 2019
1 parent 3336bbf commit ef47bda
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 ef47bda

Please sign in to comment.