Skip to content

Commit d4a6931

Browse files
committed
cargo upgrade
1 parent ee52e8d commit d4a6931

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = ["ascii", "image", "manifest"]
1111
[workspace.dependencies]
1212
owo-colors = "4.2.2"
1313
anyhow = "1.0"
14-
clap = { version = "4.5.40", features = ["derive"] }
14+
clap = { version = "4.5.43", features = ["derive"] }
1515
image = { version = "0.25.6", default-features = false, features = [
1616
"color_quant",
1717
"jpeg",
@@ -39,7 +39,7 @@ anyhow.workspace = true
3939
askalono = "0.5.0"
4040
byte-unit = "5.1.6"
4141
clap.workspace = true
42-
clap_complete = "4.5.54"
42+
clap_complete = "4.5.55"
4343
crossbeam-channel = "0.5.15"
4444
gix = { version = "0.73.0", default-features = false, features = [
4545
"max-performance-safe",
@@ -50,7 +50,7 @@ gix = { version = "0.73.0", default-features = false, features = [
5050
] }
5151
gix-features = { version = "0.43.1", features = ["zlib-ng"] }
5252
globset = "0.4.16"
53-
human-panic = "2.0.2"
53+
human-panic = "2.0.3"
5454
image.workspace = true
5555
num-format = "0.4.4"
5656
onefetch-ascii = { path = "ascii", version = "2.19.0" }

manifest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ description = "Detect and parse manifest files"
99

1010
[dependencies]
1111
anyhow.workspace = true
12-
cargo_toml = "0.22.1"
12+
cargo_toml = "0.22.3"
1313
npm-package-json = "0.1.3"
1414
strum.workspace = true

0 commit comments

Comments
 (0)