diff --git a/Cargo.lock b/Cargo.lock index 56c1336..1cb1aa6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -112,9 +112,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.53" +version = "4.5.54" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8" +checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394" dependencies = [ "clap_builder", "clap_derive", @@ -122,9 +122,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.53" +version = "4.5.54" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00" +checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00" dependencies = [ "anstream", "anstyle", diff --git a/components/lifecycle-host-cli/Cargo.toml b/components/lifecycle-host-cli/Cargo.toml index b65a503..44d2f1e 100644 --- a/components/lifecycle-host-cli/Cargo.toml +++ b/components/lifecycle-host-cli/Cargo.toml @@ -8,6 +8,6 @@ license = "Apache-2.0" crate-type = ["cdylib"] [dependencies] -clap = { version = "4.5.53", features = ["derive"] } +clap = { version = "4.5.54", features = ["derive"] } regex-lite = "0.1" wit-bindgen = { workspace = true } diff --git a/tests/service-cli/Cargo.toml b/tests/service-cli/Cargo.toml index 1759727..7d5f117 100644 --- a/tests/service-cli/Cargo.toml +++ b/tests/service-cli/Cargo.toml @@ -5,6 +5,6 @@ edition = "2021" license = "Apache-2.0" [dependencies] -clap = { version = "4.5.53", features = ["derive"] } +clap = { version = "4.5.54", features = ["derive"] } regex-lite = "0.1" wit-bindgen = { workspace = true }