Skip to content

Commit

Permalink
Update Rust crate image to 0.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mrtnzlml committed Jul 22, 2024
1 parent 4bef560 commit 854e4f2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 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.30"
hex = "0.4.3"
http = "0.2.12"
image = { version = "0.25.1", default-features = false, features = ["jpeg", "png"] }
image = { version = "0.25.2", 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.0" }
Expand Down

0 comments on commit 854e4f2

Please sign in to comment.