Skip to content

Commit

Permalink
build(deps): update jpeg-decoder requirement from 0.2.1 to 0.3.0 (#85)
Browse files Browse the repository at this point in the history
Updates the requirements on [jpeg-decoder](https://github.com/image-rs/jpeg-decoder) to permit the latest version.
- [Changelog](https://github.com/image-rs/jpeg-decoder/blob/master/CHANGELOG.md)
- [Commits](image-rs/jpeg-decoder@v0.2.1...v0.3.0)

---
updated-dependencies:
- dependency-name: jpeg-decoder
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent 63755ad commit 21d6b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ v4l2-sys = { path = "v4l2-sys", version = "0.3.0", package="v4l2-sys-mit", optio

[dev-dependencies]
glium = "0.27.0"
jpeg-decoder = "0.2.1"
jpeg-decoder = "0.3.0"

[features]
default = ["v4l2"]
Expand Down

0 comments on commit 21d6b20

Please sign in to comment.