Skip to content

Commit 3ea5cbb

Browse files
committed
Merge branch 'main' of github.com:o2sh/onefetch
2 parents 1b07378 + 5555b11 commit 3ea5cbb

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ askalono = "0.5.0"
4040
byte-unit = "5.1.6"
4141
clap.workspace = true
4242
clap_complete = "4.5.38"
43-
crossbeam-channel = "0.5.13"
43+
crossbeam-channel = "0.5.14"
4444
gix = { version = "0.68.0", default-features = false, features = [
4545
"max-performance-safe",
4646
"blob-diff",
@@ -64,7 +64,7 @@ serde_yaml = "0.9.34"
6464
# TODO With the new value parsers, we're really close to being able to eliminate
6565
# the strum dependency
6666
strum.workspace = true
67-
time = { version = "0.3.36", features = ["formatting"] }
67+
time = { version = "0.3.37", features = ["formatting"] }
6868
time-humanize = { version = "0.1.3", features = ["time"] }
6969
tokei = "12.1.2"
7070
typetag = "0.2"

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.158"
18+
libc = "0.2.169"

0 commit comments

Comments
 (0)