Skip to content

Commit 4e633f5

Browse files
authored
chore(deps): bump the crate-deps group with 6 updates (#106)
2 parents a762a7d + 49bb401 commit 4e633f5

File tree

2 files changed

+30
-30
lines changed

2 files changed

+30
-30
lines changed

Cargo.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ rust-version = "1.85"
1515
resolver = "3"
1616

1717
[dependencies]
18-
clap = { version = "4.5.56", features = ["derive"] }
18+
clap = { version = "4.5.60", features = ["derive"] }
1919
csscolorparser = "0.8.2"
20-
env_logger = "0.11.8"
20+
env_logger = "0.11.9"
2121
image = { version = "0.25.9", features = ["bmp", "gif", "hdr", "ico", "jpeg", "png", "tga", "tiff", "webp", "rayon"], default-features = false }
2222
log = "0.4.29"
2323
rayon = "1.11.0"
2424
walkdir = "2.5.0"
25-
regex = "1.12.2"
26-
strum = { version = "0.27.2", features = ["derive"] }
27-
strum_macros = "0.27.2"
25+
regex = "1.12.3"
26+
strum = { version = "0.28.0", features = ["derive"] }
27+
strum_macros = "0.28.0"
2828
thiserror = "2.0.18"
2929
derive-getters = { version = "0.5.0", features = ["auto_copy_getters"] }
3030

@@ -33,5 +33,5 @@ unexpected_cfgs = { level = "warn", check-cfg = ['cfg(tarpaulin_include)'] }
3333

3434
[dev-dependencies]
3535
fs_extra = "1.3.0"
36-
tempfile = "3.24.0"
36+
tempfile = "3.26.0"
3737
xxhash-rust = { version = "0.8.15", features = ["xxh3"] }

0 commit comments

Comments
 (0)