Skip to content

Commit

Permalink
Update Rust crate image to 0.25.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mrtnzlml committed Nov 5, 2024
1 parent 6014b83 commit 8d41172
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/abacus/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/abacus/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dotenv = { version = "0.15.0", default-features = false }
futures = "0.3.31"
hex = "0.4.3"
http = "0.2.12"
image = { version = "0.25.3", default-features = false, features = ["jpeg", "png"] }
image = { version = "0.25.5", default-features = false, features = ["jpeg", "png"] }
jsonwebtoken = "9.3.0"
juniper = { version = "0.16.1", default-features = false, features = ["schema-language"] }
juniper_axum = { version = "0.1.1" }
Expand Down

0 comments on commit 8d41172

Please sign in to comment.