Skip to content

Commit 519928f

Browse files
authored
chore(deps): bump the crate-deps group with 6 updates (#97)
2 parents a5f2c63 + eec661f commit 519928f

File tree

3 files changed

+103
-56
lines changed

3 files changed

+103
-56
lines changed

Cargo.lock

Lines changed: 95 additions & 48 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,23 +15,23 @@ rust-version = "1.85"
1515
resolver = "3"
1616

1717
[dependencies]
18-
clap = { version = "4.5.46", features = ["derive"] }
18+
clap = { version = "4.5.48", features = ["derive"] }
1919
csscolorparser = "0.7.2"
2020
env_logger = "0.11.8"
21-
image = { version = "0.25.6", features = ["bmp", "gif", "hdr", "ico", "jpeg", "png", "tga", "tiff", "webp", "rayon"], default-features = false }
22-
log = "0.4.27"
21+
image = { version = "0.25.8", features = ["bmp", "gif", "hdr", "ico", "jpeg", "png", "tga", "tiff", "webp", "rayon"], default-features = false }
22+
log = "0.4.28"
2323
rayon = "1.11.0"
2424
walkdir = "2.5.0"
25-
regex = "1.11.2"
25+
regex = "1.11.3"
2626
strum = { version = "0.27.2", features = ["derive"] }
2727
strum_macros = "0.27.2"
28-
thiserror = "2.0.16"
28+
thiserror = "2.0.17"
2929
derive-getters = { version = "0.5.0", features = ["auto_copy_getters"] }
3030

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

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

src/frame/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ mod tests {
130130
let result = Frame::process(file_pair, &config, false);
131131
assert!(result.is_ok());
132132
assert_eq!(
133-
"ecc66af0173bb87c".to_string(),
133+
"1f05a717a8e5aa33".to_string(),
134134
hash_file(&temp_dir.path().join("test_01.jpg"))
135135
);
136136
}
@@ -155,7 +155,7 @@ mod tests {
155155
assert!(result.is_ok());
156156
assert_eq!(
157157
hash_file(&temp_dir.path().join("test_02.jpeg")),
158-
"136bf883d5ad6df6".to_string()
158+
"4d7278839f0955ac".to_string()
159159
);
160160
}
161161

0 commit comments

Comments
 (0)