Skip to content

Commit

Permalink
Merge branch 'main' of github.com:o2sh/onefetch
Browse files Browse the repository at this point in the history
  • Loading branch information
o2sh committed Dec 23, 2024
2 parents 1b07378 + 5555b11 commit 3ea5cbb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ askalono = "0.5.0"
byte-unit = "5.1.6"
clap.workspace = true
clap_complete = "4.5.38"
crossbeam-channel = "0.5.13"
crossbeam-channel = "0.5.14"
gix = { version = "0.68.0", default-features = false, features = [
"max-performance-safe",
"blob-diff",
Expand All @@ -64,7 +64,7 @@ serde_yaml = "0.9.34"
# TODO With the new value parsers, we're really close to being able to eliminate
# the strum dependency
strum.workspace = true
time = { version = "0.3.36", features = ["formatting"] }
time = { version = "0.3.37", features = ["formatting"] }
time-humanize = { version = "0.1.3", features = ["time"] }
tokei = "12.1.2"
typetag = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion image/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ image.workspace = true
[target.'cfg(not(windows))'.dependencies]
color_quant = "1.1.0"
base64 = "0.22.1"
libc = "0.2.158"
libc = "0.2.169"

0 comments on commit 3ea5cbb

Please sign in to comment.