Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
laurmaedje committed Jun 1, 2024
1 parent 84bf42b commit 1d3dadd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ categories = ["encoding", "multimedia"]
keywords = ["pdf", "writer"]

[dependencies]
bitflags = "1.1"
bitflags = "2"
itoa = "1"
memchr = "2"
ryu = "1"

[dev-dependencies]
iai = "0.1"
miniz_oxide = "0.5"
image = { version = "0.24", default-features = false, features = ["png", "jpeg"] }
miniz_oxide = "0.7"
image = { version = "0.25", default-features = false, features = ["png", "jpeg"] }
jpeg-decoder = "0.3.1"
jpeg-encoder = "0.6.0"

Expand Down

0 comments on commit 1d3dadd

Please sign in to comment.