Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroicKatora committed Jan 31, 2022
1 parent 9d70ecf commit 35feee4
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 @@ -35,15 +35,15 @@ ravif = { version = "0.8.0", optional = true }
rgb = { version = "0.8.25", optional = true }
mp4parse = { version = "0.12.0", optional = true }
dav1d = { version = "0.6.0", optional = true }
dcv-color-primitives = { version = "0.3.0", optional = true }
dcv-color-primitives = { version = "0.4.0", optional = true }
exr = { version = "1.4.1", optional = true }
color_quant = "1.1"

[dev-dependencies]
crc32fast = "1.2.0"
num-complex = "0.3"
num-complex = "0.4"
glob = "0.3"
quickcheck = "0.9"
quickcheck = "1"
criterion = "0.3"

[features]
Expand Down

0 comments on commit 35feee4

Please sign in to comment.