Skip to content

Commit e3257a9

Browse files
committed
Merge branch 'main' of github.com:o2sh/onefetch
2 parents 4797271 + fa58f97 commit e3257a9

File tree

4 files changed

+44
-43
lines changed

4 files changed

+44
-43
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ members = ["ascii", "image", "manifest"]
1111
[workspace.dependencies]
1212
owo-colors = "3.5.0"
1313
anyhow = "1.0"
14-
clap = { version = "4.5.9", features = ["derive"] }
14+
clap = { version = "4.5.16", features = ["derive"] }
1515
image = "0.24.9"
1616
strum = { version = "0.25.0", features = ["derive"] }
1717

@@ -35,7 +35,7 @@ askalono = "0.4.6"
3535
byte-unit = "5.1.4"
3636
bytecount = "0.6.8"
3737
clap.workspace = true
38-
clap_complete = "4.5.8"
38+
clap_complete = "4.5.19"
3939
crossbeam-channel = "0.5.13"
4040
gix = { version = "0.64.0", default-features = false, features = [
4141
"max-performance-safe",
@@ -46,14 +46,14 @@ gix = { version = "0.64.0", default-features = false, features = [
4646
] }
4747
gix-features = { version = "0.38.0", features = ["zlib-ng"] }
4848
globset = "0.4.14"
49-
human-panic = "2.0.0"
49+
human-panic = "2.0.1"
5050
image.workspace = true
5151
num-format = "0.4.4"
5252
onefetch-ascii = { path = "ascii", version = "2.19.0" }
5353
onefetch-image = { path = "image", version = "2.19.0" }
5454
onefetch-manifest = { path = "manifest", version = "2.19.0" }
5555
owo-colors.workspace = true
56-
regex = "1.10.5"
56+
regex = "1.10.6"
5757
serde = "1.0"
5858
serde_json = "1.0"
5959
serde_yaml = "0.9.34"
@@ -71,7 +71,7 @@ criterion = "0.5.1"
7171
gix-testtools = "0.15.0"
7272
insta = { version = "1.39.0", features = ["json", "redactions"] }
7373
pretty_assertions = "1.4.0"
74-
rstest = "0.21.0"
74+
rstest = "0.22.0"
7575

7676
[[bench]]
7777
name = "repo"

image/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ image.workspace = true
1515
[target.'cfg(not(windows))'.dependencies]
1616
color_quant = "1.1.0"
1717
base64 = "0.22.1"
18-
libc = "0.2.155"
18+
libc = "0.2.158"

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.20.3"
12+
cargo_toml = "0.20.4"
1313
npm-package-json = "0.1.3"
1414
strum.workspace = true

0 commit comments

Comments
 (0)