Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
magiclen committed Sep 19, 2021
1 parent cd66e6d commit f20b9b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "image-resizer"
version = "0.2.9"
version = "0.2.10"
authors = ["Magic Len <len@magiclen.org>"]
edition = "2018"
repository = "https://github.com/magiclen/image-resizer"
Expand All @@ -22,7 +22,7 @@ clap = "2.33.1"
concat-with = "0.2"
terminal_size = "0.1"

image-convert = "0.10"
image-convert = "0.11"
num_cpus = "1.10.0"
scanner-rust = "2.0.8"
str-utils = "0.1"
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Expand Up @@ -323,7 +323,7 @@ fn main() -> Result<(), Box<dyn Error>> {
force_to_chroma_quartered,
&sc,
&overwriting,
&input_path,
input_path,
output_path,
)?;
}
Expand Down

0 comments on commit f20b9b2

Please sign in to comment.