Skip to content

Commit

Permalink
chore(update): bump clap from 2.34.0 to 4.2.1
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 2.34.0 to 4.2.1.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v2.34.0...v4.2.1)

---
updated-dependencies:
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 24, 2023
1 parent 8273dfc commit 9145fd9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 52 deletions.
53 changes: 4 additions & 49 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 rikctl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ thiserror = "1.0.32"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.85"
serde_yaml = "0.9.21"
clap = { version = "4.0.18", features = ["derive"] }
clap = { version = "4.2.1", features = ["derive"] }
reqwest = "0.11.14"
prettytable-rs = "0.10.0"
anyhow = "1.0.66"
Expand Down
2 changes: 1 addition & 1 deletion riklet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ async-trait = "0.1.50"
libc="0.2.142"
toml="0.7.3"
uuid = { version = "1.3", features = ["v4"] }
clap = { version = "4.0.26", features = ["derive", "env"] }
clap = { version = "4.2.1", features = ["derive", "env"] }
nix="0.26.2"
gethostname = "0.4.1"
firepilot = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion scheduler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tokio-stream = "0.1.6"
env_logger = "0.10.0"
log = "0.4.14"
rand = "0.8.4"
clap = "2.33.3"
clap = "4.2.1"
serde = "1.0.126"
serde_json = "1.0.64"

Expand Down

0 comments on commit 9145fd9

Please sign in to comment.