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 Mar 25, 2024
1 parent d79b280 commit 2fad112
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 25 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resolver = "2"
[workspace.dependencies]
ahash = "0.8.11"
anyhow = "1.0.81"
bitflags = "2.4.2"
bitflags = "2.5.0"
bstr = "1.9.1"
clap = "4.5.3"
clap_complete = "4.5.1"
Expand All @@ -19,21 +19,21 @@ faster-hex = { version = "0.9.0", default-features = false }
flate2 = "1.0.28"
flume = { version = "0.11.0", default-features = false }
ignore = "0.4.22"
indoc = "2.0.4"
indoc = "2.0.5"
lasso = "0.7.2"
log = "0.4.21"
md-5 = "0.10.6"
memchr = "2.7.1"
num_cpus = "1.16.0"
os_info = { version = "3.8.1", default-features = false }
os_info = { version = "3.8.2", default-features = false }
phf = "0.11.2"
pretty_assertions = "1.4.0"
proc-exit = "2.0.1"
rayon = "1.9.0"
regex = "1.10.3"
rayon = "1.10.0"
regex = "1.10.4"
ring = "0.17.8"
rust-ini = "0.21.0"
smallvec = "1.13.1"
smallvec = "1.13.2"
strum = "0.26.2"

[profile.dev]
Expand Down

0 comments on commit 2fad112

Please sign in to comment.