diff --git a/Cargo.lock b/Cargo.lock index 6a2fab8..92d0456 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -227,9 +227,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.50" +version = "4.5.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c2cfd7bf8a6017ddaa4e32ffe7403d547790db06bd171c1c53926faab501623" +checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5" dependencies = [ "clap_builder", "clap_derive", @@ -237,9 +237,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.50" +version = "4.5.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0a4c05b9e80c5ccd3a7ef080ad7b6ba7d6fc00a985b8b157197075677c82c7a0" +checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 61141bf..c696e2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ build = "build.rs" [dependencies] anyhow = "1.0.100" -clap = { version = "4.5.50", features = ["derive"] } +clap = { version = "4.5.51", features = ["derive"] } reqwest = { version = "0.12.24", features = ["brotli", "charset", "deflate", "gzip", "http2", "json", "rustls-tls-native-roots", "system-proxy", "zstd"], default-features = false } serde_json = { version = "1.0.145", features = ["raw_value", "alloc", "preserve_order"] } serde_yaml_bw = "2.4.1"