diff --git a/server/feedback/Cargo.toml b/server/feedback/Cargo.toml index c3ad98c9f..8672dfc89 100644 --- a/server/feedback/Cargo.toml +++ b/server/feedback/Cargo.toml @@ -36,7 +36,7 @@ actix-governor = { version = "0.5.0", features = ["logger"] } # proposing feedback tempfile = "3.10.1" -image = { version = "0.24.9", default-features = false, features = ["jpeg", "png", "webp", "webp-encoder"] } +image = { version = "0.25.0", default-features = false, features = ["jpeg", "png", "webp", "webp-encoder"] } base64 = "0.22.0" serde_yaml = "0.9" diff --git a/server/main-api/Cargo.toml b/server/main-api/Cargo.toml index a496eb01e..c1065e735 100644 --- a/server/main-api/Cargo.toml +++ b/server/main-api/Cargo.toml @@ -47,8 +47,8 @@ oauth2 = { version = "4.4.2", default-features = false, features = ["rustls-tls" reqwest = { version = "0.11.26", default-features = false, features = ["tokio-rustls", "rustls-tls-webpki-roots", "rustls", "webpki-roots", "json", "gzip"] } # image production -image = { version = "0.24.9", default-features = false, features = ["jpeg", "png", "webp", "webp-encoder"] } -imageproc = "0.23.0" +image = { version = "0.25.0", default-features = false, features = ["jpeg", "png", "webp", "webp-encoder"] } +imageproc = "0.24.0" rusttype = "0.9.3" lazy_static = "1.4.0"