diff --git a/Cargo.lock b/Cargo.lock index 195a1847..b27d6b8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -252,9 +252,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/Cargo.toml b/Cargo.toml index eb0bef8d..2e16c1ba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ rustls = ["dep:rustls", "dep:tokio-rustls", "dep:rustls-native-certs"] anyhow = "1.0.38" average = "0.14.1" byte-unit = "4.0.8" -clap = { version = "4.1.4", features = ["derive"] } +clap = { version = "4.4.3", features = ["derive"] } crossterm = "0.27" float-ord = "0.3.1" flume = "0.11"