Skip to content

Commit

Permalink
chore(deps): bump the crate-deps group with 4 updates (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
calteran authored Feb 2, 2025
2 parents b9dc508 + 90483ef commit c5068ca
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 22 deletions.
67 changes: 49 additions & 18 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,23 +14,23 @@ exclude = ["samples/", ".github/"]
rust-version = "1.75.0"

[dependencies]
clap = { version = "4.5.23", features = ["derive"] }
clap = { version = "4.5.27", features = ["derive"] }
csscolorparser = "0.7.0"
env_logger = "0.11.6"
image = { version = "0.25.5", features = ["rayon"] }
log = "0.4.22"
log = "0.4.25"
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.9"
thiserror = "2.0.11"
derive-getters = { version = "0.5.0", features = ["auto_copy_getters"] }

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }

[dev-dependencies]
fs_extra = "1.3.0"
tempfile = "3.14.0"
tempfile = "3.16.0"
xxhash-rust = { version = "0.8.15", features = ["xxh3"] }

0 comments on commit c5068ca

Please sign in to comment.