diff --git a/Cargo.toml b/Cargo.toml index 8aabe45..c4a70eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] image = "0.24.7" actix-web = "4.4.1" -thiserror = "1.0.52" +thiserror = "2.0.17" url = "2.5.0" env_logger = "0.10.1" reqwest = { version = "0.11.23", features = ["json", "blocking"] }