From 9908cd6af9bf0b75dd497fe50f6df0b90103815b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 12:32:00 +0000 Subject: [PATCH] Bump itertools from 0.12.0 to 0.12.1 Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.12.0 to 0.12.1. - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.12.0...v0.12.1) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 478095785..01dcec6c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1313,9 +1313,9 @@ dependencies = [ [[package]] name = "itertools" -version = "0.12.0" +version = "0.12.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0" +checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" dependencies = [ "either", ] diff --git a/northstar-nstar/Cargo.toml b/northstar-nstar/Cargo.toml index 01c8f2625..4a87d5989 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.3.2" futures = { version = "0.3.29", default-features = false } humantime = "2.1.0" -itertools = "0.12.0" +itertools = "0.12.1" northstar-client = { version = "^0.9.2-pre", path = "../northstar-client" } northstar-runtime = { version = "^0.9.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 82c19ea1f..ce8236f15 100644 --- a/northstar-runtime/Cargo.toml +++ b/northstar-runtime/Cargo.toml @@ -29,7 +29,7 @@ hmac = { version = "0.12.1", features = ["reset"], optional = true } humanize-rs = { version = "0.1.5", optional = true } humantime-serde = { version = "1.1.1", optional = true } inotify = { version = "0.10.0", features = ["stream"], optional = true } -itertools = { version = "0.12.0", optional = true } +itertools = { version = "0.12.1", optional = true } lazy_static = { version = "1.4.0", optional = true } libc = { version = "0.2.148", optional = true } log = { version = "0.4.21", features = [ "serde", "max_level_trace", "release_max_level_debug"] }