Skip to content

Commit

Permalink
Bump generic-array from 0.13.2 to 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored Apr 15, 2020
1 parent 241a05f commit a98ddff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 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 sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ bs58 = "0.3.0"
bv = { version = "0.11.1", features = ["serde"] }
byteorder = { version = "1.3.4", optional = true }
chrono = { version = "0.4", optional = true }
generic-array = { version = "0.13.2", default-features = false, features = ["serde", "more_lengths"] }
generic-array = { version = "0.14.1", default-features = false, features = ["serde", "more_lengths"] }
hex = "0.4.2"
hmac = "0.7.0"
itertools = { version = "0.9.0" }
Expand Down

0 comments on commit a98ddff

Please sign in to comment.