Skip to content

Commit

Permalink
chore(deps): Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
VorpalBlade committed Oct 6, 2024
1 parent 66e2e63 commit 621cf5f
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 34 deletions.
68 changes: 37 additions & 31 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ cached = { version = "0.53.1", features = [
], default-features = false }
camino = "1.1.9"
cfg-if = "1.0.0"
clap = { version = "4.5.18", features = ["derive"] }
clap_complete = "4.5.29"
clap = { version = "4.5.19", features = ["derive"] }
clap_complete = "4.5.32"
clap_mangen = "0.2.23"
clru = "0.6.2"
color-eyre = "0.6.3"
Expand Down Expand Up @@ -80,7 +80,7 @@ smallvec = { version = "1.13.2", features = [
"union",
] }
strum = { version = "0.26.3", features = ["derive"] }
sysinfo = { version = "0.31.4", default-features = false, features = [
sysinfo = { version = "0.32.0", default-features = false, features = [
"multithread",
"system",
] }
Expand Down

0 comments on commit 621cf5f

Please sign in to comment.