Skip to content

Commit

Permalink
Update Rust crate image to 0.24.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mrtnzlml committed Jan 14, 2024
1 parent 6e74105 commit b643b4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
16 changes: 2 additions & 14 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 @@ -22,7 +22,7 @@ dotenv = { version = "0.15.0", default-features = false }
futures = "0.3.30"
hex = "0.4.3"
http = "0.2.11"
image = { version = "0.24.7", default-features = false, features = ["jpeg", "png"] }
image = { version = "0.24.8", default-features = false, features = ["jpeg", "png"] }
jsonwebtoken = "9.2.0"
juniper = { version = "0.15.12", default-features = false, features = ["schema-language"] }
lazy_static = "1.4.0"
Expand Down

0 comments on commit b643b4b

Please sign in to comment.