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 Aug 28, 2024
1 parent 01de487 commit 3ad5280
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 62 deletions.
94 changes: 36 additions & 58 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cached = { version = "0.53.1", features = [
camino = "1.1.9"
cfg-if = "1.0.0"
clap = { version = "4.5.16", features = ["derive"] }
clap_complete = "4.5.23"
clap_complete = "4.5.24"
clap_mangen = "0.2.23"
clru = "0.6.2"
color-eyre = "0.6.3"
Expand All @@ -41,7 +41,7 @@ globset = "0.4.14"
ignore = { version = "0.4.22", features = ["simd-accel"] }
indoc = "2.0.5"
itertools = "0.13.0"
lasso = { version = "0.7.2", features = [
lasso = { version = "0.7.3", features = [
"ahasher",
"inline-more",
"multi-threaded",
Expand Down Expand Up @@ -70,7 +70,7 @@ rune-modules = { version = "0.13.4", features = [
] }
rust-ini = "0.21.1"
scopeguard = "1.2.0"
serde = { version = "1.0.208", features = ["derive"] }
serde = { version = "1.0.209", features = ["derive"] }
serde_bytes = "0.11.15"
serde_json = "1.0.127"
smallvec = { version = "1.13.2", features = [
Expand All @@ -80,7 +80,7 @@ smallvec = { version = "1.13.2", features = [
"union",
] }
strum = { version = "0.26.3", features = ["derive"] }
sysinfo = { version = "0.31.2", default-features = false, features = [
sysinfo = { version = "0.31.3", default-features = false, features = [
"multithread",
"system",
] }
Expand Down

0 comments on commit 3ad5280

Please sign in to comment.