From 74e56617960fe5b734076a236d37df57ee7e1661 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 13:17:35 +0000 Subject: [PATCH] Bump itertools from 0.10.5 to 0.11.0 (#1001) --- Cargo.lock | 4 ++-- northstar-nstar/Cargo.toml | 2 +- northstar-runtime/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 256ea03c8..0ce1ee72e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1294,9 +1294,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.10.5" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" +checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" dependencies = [ "either", ] diff --git a/northstar-nstar/Cargo.toml b/northstar-nstar/Cargo.toml index 469604208..219c9d8a0 100644 --- a/northstar-nstar/Cargo.toml +++ b/northstar-nstar/Cargo.toml @@ -15,7 +15,7 @@ clap = { version = "4.2.7", features = ["derive"] } clap_complete = "4.2.1" futures = { version = "0.3.27", default-features = false } humantime = "2.1.0" -itertools = "0.10.5" +itertools = "0.11.0" northstar-client = { version = "^0.8.2-pre", path = "../northstar-client" } northstar-runtime = { version = "^0.8.2-pre", path = "../northstar-runtime", features = ["seccomp"] } pin-project-lite = "0.2.9" diff --git a/northstar-runtime/Cargo.toml b/northstar-runtime/Cargo.toml index ddc5bb778..ac4020ae7 100644 --- a/northstar-runtime/Cargo.toml +++ b/northstar-runtime/Cargo.toml @@ -30,7 +30,7 @@ humanize-rs = { version = "0.1.5", optional = true } humantime = { version = "2.1.0", optional = true } humantime-serde = { version = "1.1.1", optional = true } inotify = { version = "0.10.0", features = ["stream"], optional = true } -itertools = { version = "0.10.5", optional = true } +itertools = { version = "0.11.0", optional = true } lazy_static = { version = "1.4.0", optional = true } libc = { version = "0.2.140", optional = true } log = { version = "0.4.19", features = [ "serde", "max_level_trace", "release_max_level_debug"] }