Skip to content

Commit

Permalink
rust: bump zeroize from 1.1.1 to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 10, 2020
1 parent b838743 commit ed0ddaa
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 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 keymanager-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ sgx-isa = { version = "0.3.3", features = ["sgxstd"] }
sp800-185 = "0.2.0"
tiny-keccak = { version = "2.0.2", features = ["sha3"] }
x25519-dalek = "1.1.0"
zeroize = "1.1"
zeroize = "1.2"
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ed25519-dalek = "1.0.1"
deoxysii = { git = "https://github.com/oasisprotocol/deoxysii-rust" }
tiny-keccak = { version = "2.0.2", features = ["sha3"] }
sp800-185 = "0.2.0"
zeroize = "1.1"
zeroize = "1.2"
intrusive-collections = "0.8"
sha2 = "0.9.2"
hmac = "0.10.1"
Expand Down

0 comments on commit ed0ddaa

Please sign in to comment.