Skip to content

Commit

Permalink
chore(deps): bump the crate-deps group with 4 updates (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
calteran authored Jan 3, 2025
2 parents 8dc9eee + c5418c6 commit 8535524
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 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 @@ -14,17 +14,17 @@ exclude = ["samples/", ".github/"]
rust-version = "1.75.0"

[dependencies]
clap = { version = "4.5.21", features = ["derive"] }
clap = { version = "4.5.23", features = ["derive"] }
csscolorparser = "0.7.0"
env_logger = "0.11.5"
env_logger = "0.11.6"
image = { version = "0.25.5", features = ["rayon"] }
log = "0.4.22"
rayon = "1.10.0"
walkdir = "2.5.0"
regex = "1.11.1"
strum = { version = "0.26.3", features = ["derive"] }
strum_macros = "0.26.4"
thiserror = "2.0.3"
thiserror = "2.0.9"
derive-getters = { version = "0.5.0", features = ["auto_copy_getters"] }

[lints.rust]
Expand All @@ -33,4 +33,4 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
[dev-dependencies]
fs_extra = "1.3.0"
tempfile = "3.14.0"
xxhash-rust = { version = "0.8.12", features = ["xxh3"] }
xxhash-rust = { version = "0.8.15", features = ["xxh3"] }

0 comments on commit 8535524

Please sign in to comment.