Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
m4tx committed Apr 1, 2024
1 parent cd98240 commit 13c62dd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@ exclude = [
rust-version = "1.65.0"

[dependencies]
image = { version = "0.24.8", default-features = false, optional = true }
image = { version = "0.25.1", default-features = false, optional = true }
lazy_static = { version = "1.4.0", optional = true }
num-traits = "0.2.17"
num-traits = "0.2.18"

[build-dependencies]
image = { version = "0.24.8", default-features = false, optional = true }
rayon = { version = "1.8.1", optional = true }
image = { version = "0.25.1", default-features = false, optional = true }
rayon = { version = "1.10.0", optional = true }
resvg = { version = "0.40.0", optional = true }
tiny-skia = { version = "0.11.4", optional = true }
usvg = { version = "0.40.0", optional = true }

[dev-dependencies]
csv = "1.3.0"
serde = { version = "1.0.196", features = ["derive"] }
serde = { version = "1.0.197", features = ["derive"] }
num-bigint = "0.4.4"

[features]
Expand Down

0 comments on commit 13c62dd

Please sign in to comment.