diff --git a/Cargo.lock b/Cargo.lock index 89afd412..4c8d45e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -504,7 +504,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" dependencies = [ "lazy_static", - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]] @@ -4238,7 +4238,7 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" dependencies = [ - "windows-sys 0.59.0", + "windows-sys 0.48.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 1c0efb48..6285e30a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ members = ["ascii", "image", "manifest"] [workspace.dependencies] owo-colors = "4.2.2" anyhow = "1.0" -clap = { version = "4.5.40", features = ["derive"] } +clap = { version = "4.5.43", features = ["derive"] } image = { version = "0.25.6", default-features = false, features = [ "color_quant", "jpeg", @@ -39,7 +39,7 @@ anyhow.workspace = true askalono = "0.5.0" byte-unit = "5.1.6" clap.workspace = true -clap_complete = "4.5.54" +clap_complete = "4.5.55" crossbeam-channel = "0.5.15" gix = { version = "0.73.0", default-features = false, features = [ "max-performance-safe", @@ -50,7 +50,7 @@ gix = { version = "0.73.0", default-features = false, features = [ ] } gix-features = { version = "0.43.1", features = ["zlib-ng"] } globset = "0.4.16" -human-panic = "2.0.2" +human-panic = "2.0.3" image.workspace = true num-format = "0.4.4" onefetch-ascii = { path = "ascii", version = "2.19.0" } diff --git a/manifest/Cargo.toml b/manifest/Cargo.toml index b1edab27..78797694 100644 --- a/manifest/Cargo.toml +++ b/manifest/Cargo.toml @@ -9,6 +9,6 @@ description = "Detect and parse manifest files" [dependencies] anyhow.workspace = true -cargo_toml = "0.22.1" +cargo_toml = "0.22.3" npm-package-json = "0.1.3" strum.workspace = true