diff --git a/rust/tool/Cargo.lock b/rust/tool/Cargo.lock index 1c35651..db7da21 100644 --- a/rust/tool/Cargo.lock +++ b/rust/tool/Cargo.lock @@ -181,9 +181,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.1" +version = "4.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c918d541ef2913577a0f9566e9ce27cb35b6df072075769e0b26cb5a554520da" +checksum = "b230ab84b0ffdf890d5a10abdbc8b83ae1c4918275daea1ab8801f71536b2651" dependencies = [ "clap_builder", "clap_derive", @@ -191,9 +191,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.1" +version = "4.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f3e7391dad68afb0c2ede1bf619f579a3dc9c2ec67f089baa397123a2f3d1eb" +checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4" dependencies = [ "anstream", "anstyle", diff --git a/rust/tool/systemd/Cargo.toml b/rust/tool/systemd/Cargo.toml index 725ba7d..99d6cfb 100644 --- a/rust/tool/systemd/Cargo.toml +++ b/rust/tool/systemd/Cargo.toml @@ -10,7 +10,7 @@ anyhow = "1.0.80" base32ct = { version = "0.2.0", features = ["alloc"] } stderrlog = "0.6.0" log = { version = "0.4.21", features = ["std"] } -clap = { version = "4.5.1", features = ["derive"] } +clap = { version = "4.5.2", features = ["derive"] } lanzaboote_tool = { path = "../shared" } indoc = "2.0.4" serde_json = "1.0.114"