From 5ba85b677da5527bd9272919b1095aa61b327e1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 07:09:08 +0000 Subject: [PATCH] Bump zeroize from 1.6.0 to 1.7.0 (#1075) --- Cargo.lock | 4 ++-- northstar-runtime/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e94257c8..11be2c40d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3215,9 +3215,9 @@ dependencies = [ [[package]] name = "zeroize" -version = "1.6.0" +version = "1.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" +checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d" [[package]] name = "zip" diff --git a/northstar-runtime/Cargo.toml b/northstar-runtime/Cargo.toml index a57a6ab05..cb63355a3 100644 --- a/northstar-runtime/Cargo.toml +++ b/northstar-runtime/Cargo.toml @@ -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]