Skip to content

Commit

Permalink
Bump itertools from 0.10.5 to 0.11.0 (#1001)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 2, 2023
1 parent 1643255 commit 74e5661
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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-nstar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion northstar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 74e5661

Please sign in to comment.