diff options
author | Daniel Schadt <kingdread@gmx.de> | 2022-11-23 23:46:43 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2022-11-23 23:46:43 +0100 |
commit | 7ba6206ec8bd904c53a662a2fce1e5f48961c431 (patch) | |
tree | b25c31eea6e76356aa1b02f54c6fdb5cd4d1d893 /Cargo.toml | |
parent | d6ba356a7573202709c7b0ec2be3a2857b58bd6b (diff) | |
download | kondou-7ba6206ec8bd904c53a662a2fce1e5f48961c431.tar.gz kondou-7ba6206ec8bd904c53a662a2fce1e5f48961c431.tar.bz2 kondou-7ba6206ec8bd904c53a662a2fce1e5f48961c431.zip |
update dependencies
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -7,13 +7,13 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -image = "0.23" -imageproc = "0.22.0" +image = "0.24" +imageproc = "0.23.0" rusttype = "0.9.2" reqwest = { version = "0.11.5", features = ["default-tls", "blocking", "json"] } serde = { version = "1.0", features = ["std", "derive"] } serde_json = "1.0" -clap = "2.33" +clap = "4.0" xdg = "2.2.0" itertools = "0.10.1" md5 = "0.7" |