Skip to content

Commit

Permalink
Bump clap from 4.2.7 to 4.4.18 (#1126)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 4, 2024
1 parent e43f600 commit 9c65643
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 30 deletions.
45 changes: 21 additions & 24 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 cargo-npk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ anyhow = "1.0.80"
atty = "0.2.14"
cargo-subcommand = { version = "0.12.0", features = ["clap"] }
cargo_metadata = "0.15.3"
clap = { version = "4.2.7", features = ["derive"] }
clap = { version = "4.4.18", features = ["derive"] }
human_bytes = "0.4.3"
humantime = "2.1.0"
northstar-runtime = { version = "^0.9.2-pre", path = "../northstar-runtime", features = ["npk"] }
Expand Down
2 changes: 1 addition & 1 deletion examples/test-container/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Apache-2.0"
[dependencies]
anyhow = { version = "1.0.80", features = ["backtrace"] }
caps = "0.5.5"
clap = { version = "4.2.7", features = ["derive"] }
clap = { version = "4.4.18", features = ["derive"] }
nix = { version = "0.28.0", default-features = false, features = ["process", "user"] }
socket2 = { version = "0.5.6", features = ["all"] }

Expand Down
2 changes: 1 addition & 1 deletion northstar-nstar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-version.workspace = true
[dependencies]
anyhow = { version = "1.0.80", features = ["backtrace"] }
base64 = "0.22.0"
clap = { version = "4.2.7", features = ["derive"] }
clap = { version = "4.4.18", features = ["derive"] }
clap_complete = "4.3.2"
futures = { version = "0.3.29", default-features = false }
humantime = "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion northstar-sextant/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust-version.workspace = true

[dependencies]
anyhow = { version = "1.0.80", features = ["backtrace"] }
clap = { version = "4.2.7", features = ["derive"] }
clap = { version = "4.4.18", features = ["derive"] }
colored = "2.1.0"
env_logger = "0.10.2"
northstar-runtime = { version = "^0.9.2-pre", path = "../northstar-runtime", features = ["npk"] }
Expand Down
2 changes: 1 addition & 1 deletion northstar-stress/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust-version.workspace = true

[dependencies]
anyhow = { version = "1.0.80", features = ["backtrace"] }
clap = { version = "4.2.7", features = ["derive"] }
clap = { version = "4.4.18", features = ["derive"] }
env_logger = "0.10.2"
futures = { version = "0.3.29", default-features = false }
humantime = "2.1.0"
Expand Down
2 changes: 1 addition & 1 deletion northstar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ rust-version.workspace = true

[dependencies]
anyhow = { version = "1.0.80", features = ["backtrace"] }
clap = { version = "4.2.7", features = ["derive"] }
clap = { version = "4.4.18", features = ["derive"] }
log = { version = "0.4.21", features = ["std"] }
nix = { version = "0.28.0", default-features = false, features = ["sched", "mount"] }
northstar-runtime = { version = "^0.9.2-pre", path = "../northstar-runtime", features = ["runtime", "rexec"] }
Expand Down

0 comments on commit 9c65643

Please sign in to comment.