Skip to content

Commit

Permalink
Update salty to version 0.3
Browse files Browse the repository at this point in the history
Upstream took our patch adding zeroize support and expanded it to
additional types. This was released in version 0.3:
ycrypto/salty#26
  • Loading branch information
flihp committed Dec 11, 2023
1 parent f9f1757 commit e45368a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 8 deletions.
24 changes: 17 additions & 7 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 @@ -123,7 +123,7 @@ idol-runtime = { git = "https://github.com/oxidecomputer/idolatry.git", default-
lpc55_sign = { git = "https://github.com/oxidecomputer/lpc55_support", default-features = false }
ordered-toml = { git = "https://github.com/oxidecomputer/ordered-toml", default-features = false }
pmbus = { git = "https://github.com/oxidecomputer/pmbus", default-features = false }
salty = { git = "https://github.com/oxidecomputer/salty", branch = "v0.2.0-zeroize", default-features = false }
salty = { version = "0.3", default-features = false }
spd = { git = "https://github.com/oxidecomputer/spd", default-features = false }
sprockets-common = { git = "https://github.com/oxidecomputer/sprockets.git", default-features = false }
sprockets-rot = { git = "https://github.com/oxidecomputer/sprockets.git", default-features = false }
Expand Down

0 comments on commit e45368a

Please sign in to comment.