Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
VorpalBlade committed Feb 29, 2024
1 parent cd9a635 commit 967ca45
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 39 deletions.
64 changes: 32 additions & 32 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 crates/paketkoll/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ debian = ["paketkoll_core/debian"]

[dependencies]
ahash = "0.8.10"
anyhow = { version = "1.0.79", features = ["backtrace"] }
anyhow = { version = "1.0.80", features = ["backtrace"] }
clap = { version = "4.5.1", features = ["derive"] }
env_logger = "0.11.2"
log = "0.4.20"
log = "0.4.21"
os_info = { version = "3.7.0", default-features = false }
paketkoll_core = { version = "0.1.1", path = "../paketkoll_core" }
proc-exit = "2.0.1"
Expand Down
10 changes: 5 additions & 5 deletions crates/paketkoll_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ __md5 = ["dep:md-5"]
__sha256 = ["dep:ring"]

[dependencies]
anyhow = { version = "1.0.79", features = ["backtrace"] }
anyhow = { version = "1.0.80", features = ["backtrace"] }
bitflags = "2.4.2"
bstr = "1.9.0"
bstr = "1.9.1"
compact_str = { version = "0.7.1", features = ["smallvec"] }
dashmap = { version = "5.5.3", optional = true }
either = "1.10.0"
Expand All @@ -50,13 +50,13 @@ lasso = { version = "0.7.2", features = [
"inline-more",
"multi-threaded",
] }
log = "0.4.20"
log = "0.4.21"
md-5 = { version = "0.10.6", optional = true }
#mtree = { version = "0.5.0", optional = true }
phf = { version = "0.11.2", features = ["macros"] }
rayon = "1.8.1"
rayon = "1.9.0"
regex = "1.10.3"
ring = { version = "0.17.7", optional = true }
ring = { version = "0.17.8", optional = true }
rust-ini = { version = "0.20.0", optional = true }
smallvec = { version = "1.13.1", features = [
"const_generics",
Expand Down

0 comments on commit 967ca45

Please sign in to comment.