Skip to content

Commit

Permalink
Update image-workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 19, 2024
1 parent c53bdf7 commit 01fdb66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion server/feedback/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
4 changes: 2 additions & 2 deletions server/main-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 01fdb66

Please sign in to comment.