Skip to content

Commit

Permalink
Upgrade sha3 to address issue in old version of generic-array (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinaboos authored Sep 30, 2022
1 parent ea8dced commit de99b04
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 39 deletions.
61 changes: 23 additions & 38 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 kernel/ota_update_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version = "0.1.0"
[dependencies]
owning_ref = { git = "https://github.com/theseus-os/owning-ref-rs" }
httparse = { version = "1.3.3", default-features = false }
sha3 = { version = "0.8.1", default-features = false }
sha3 = { version = "0.10.5", default-features = false }


[dependencies.log]
Expand Down

0 comments on commit de99b04

Please sign in to comment.