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"