diff --git a/Cargo.lock b/Cargo.lock index faa7055e7..b6479a8c2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -129,9 +129,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" [[package]] name = "clap" -version = "4.4.2" +version = "4.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6" +checksum = "84ed82781cea27b43c9b106a979fe450a13a31aab0500595fb3fc06616de08e6" dependencies = [ "clap_builder", "clap_derive", diff --git a/statime-linux/Cargo.toml b/statime-linux/Cargo.toml index 9bf2a5183..a71a08b46 100644 --- a/statime-linux/Cargo.toml +++ b/statime-linux/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] arrayvec = { version = "0.7.4", default-features = false } -clap = { version = "4.4.2", features = ["derive"] } +clap = { version = "4.4.3", features = ["derive"] } fern = { version = "0.6.2", features = ["colored"] } libc = { version = "0.2.147", features = ["extra_traits"] } log = "0.4.20"