Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
Bump clap from 4.4.18 to 4.5.2
Browse files Browse the repository at this point in the history
Bumps [clap](https://github.com/clap-rs/clap) from 4.4.18 to 4.5.2.
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.4.18...v4.5.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 15, 2024
1 parent cd85c63 commit d0a2010
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 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 crates/apid/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
axum = "0.7.4"
clap = { version = "~4.4.18", features = ["derive", "env"] }
clap = { version = "~4.5.2", features = ["derive", "env"] }
nodelib = { path = "../nodelib" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand Down
2 changes: 1 addition & 1 deletion crates/nodelib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "~4.4.18", features = ["derive", "env"] }
clap = { version = "~4.5.2", features = ["derive", "env"] }
dns-types = { git = "https://github.com/barrucadu/resolved.git" }
prost = "0.12"
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion crates/reaperd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "~4.4.18", features = ["derive", "env"] }
clap = { version = "~4.5.2", features = ["derive", "env"] }
nodelib = { path = "../nodelib" }
serde_json = "1"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/schedulerd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "~4.4.18", features = ["derive", "env"] }
clap = { version = "~4.5.2", features = ["derive", "env"] }
nodelib = { path = "../nodelib" }
rand = "0.8.5"
rust_decimal = "1"
Expand Down
2 changes: 1 addition & 1 deletion crates/workerd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
bytes = "1"
clap = { version = "~4.4.18", features = ["derive", "env"] }
clap = { version = "~4.5.2", features = ["derive", "env"] }
dns-resolver = { git = "https://github.com/barrucadu/resolved.git" }
dns-types = { git = "https://github.com/barrucadu/resolved.git" }
nodelib = { path = "../nodelib" }
Expand Down
2 changes: 1 addition & 1 deletion integration-test-tools/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "~4.4.18", features = ["derive", "env"] }
clap = { version = "~4.5.2", features = ["derive", "env"] }
nodelib = { path = "../crates/nodelib" }
rust_decimal = "1"
serde_json = "1"
Expand Down

0 comments on commit d0a2010

Please sign in to comment.