Skip to content

Commit

Permalink
Bump zeroize from 1.6.0 to 1.7.0 (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 9, 2024
1 parent 451c101 commit 5ba85b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 northstar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ umask = { version = "2.1.0", optional = true }
url = { version = "2.4.1", features = ["serde"], optional = true }
uuid = { version = "1.4.1", features = ["v4"], optional = true }
validator = { version = "0.16.1", features = ["derive"] }
zeroize = { version = "1.6.0", optional = true }
zeroize = { version = "1.7.0", optional = true }
zip = { version = "0.6.6", default-features = false, optional = true }

[features]
Expand Down

0 comments on commit 5ba85b6

Please sign in to comment.