Browse Source

cargo upgrade

pull/1600/head
o2sh 4 months ago
parent
commit
d4a69317a2
No known key found for this signature in database
GPG Key ID: D099D76E63AD9E67
  1. 4
      Cargo.lock
  2. 6
      Cargo.toml
  3. 2
      manifest/Cargo.toml

4
Cargo.lock generated

@ -504,7 +504,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" @@ -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" @@ -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]]

6
Cargo.toml

@ -11,7 +11,7 @@ members = ["ascii", "image", "manifest"] @@ -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 @@ -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 = [ @@ -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" }

2
manifest/Cargo.toml

@ -9,6 +9,6 @@ description = "Detect and parse manifest files" @@ -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

Loading…
Cancel
Save