Skip to content

Commit

Permalink
fix(deps): update rust crate image to v0.25.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 21, 2024
1 parent 4c5c9de commit 3c79413
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
12 changes: 9 additions & 3 deletions Cargo.lock

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

7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ required-features = ["image"]

[dependencies]
image = { version = "0.25", optional = true }
serde = { version = "1.0.200", features = ["derive"], optional = true }
serde = { version = "1", features = ["derive"], optional = true }
# transitive dependencies
rayon = { version = ">=1.1", optional = true }
cfg-if = { version = ">=0.1.2", optional = true }
Expand All @@ -65,7 +65,6 @@ criterion = "0.5.1"

[profile.release]
panic = "abort"
strip = true
lto = "fat"
strip = "symbols"
lto = true
codegen-units = 1
debug = false

0 comments on commit 3c79413

Please sign in to comment.