diff --git a/Cargo.lock b/Cargo.lock index 87b7c99..4a53a9d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,9 +133,9 @@ checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" [[package]] name = "clap" -version = "4.5.49" +version = "4.5.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f" +checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5" dependencies = [ "clap_builder", "clap_derive", @@ -143,9 +143,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.5.49" +version = "4.5.51" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730" +checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a" dependencies = [ "anstream", "anstyle", diff --git a/Cargo.toml b/Cargo.toml index 604aaf5..067cc0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ opt-level = "z" [dependencies] bytes = "1.10.1" -clap = { version = "4.5.49", features = ["derive", "color", "error-context", "help", "usage", "std"], default-features = false } +clap = { version = "4.5.51", features = ["derive", "color", "error-context", "help", "usage", "std"], default-features = false } image = { version = "0.25.8", features = ["gif", "jpeg", "png", "tiff", "webp"], default-features = false } reqwest = { version = "0.12.24", features = ["default-tls", "json"], default-features = false } thiserror = { version = "2.0.17", default-features = false }