Skip to content

Commit

Permalink
Merge pull request #358 from sparsemat/dependabot/cargo/image-0.25.2
Browse files Browse the repository at this point in the history
deps: update image requirement from 0.24.6 to 0.25.2
  • Loading branch information
mulimoen authored Sep 13, 2024
2 parents dc695f3 + 86d2f16 commit 24480e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sprs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ bencher = "0.1.0"
tempfile = "3.1.0"
bincode = "1.2.0"
tobj = "4.0"
image = { version = "0.24.6", default-features = false, features = ["png"] }
image = { version = "0.25.2", default-features = false, features = ["png"] }
rand = { version = "0.8", default-features = false, features = ["small_rng"] }

[[bench]]
Expand Down

0 comments on commit 24480e0

Please sign in to comment.