Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update image requirement from 0.23.12 to 0.24.5 in /app_rust #65

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update image requirement from 0.23.12 to 0.24.5 in /app_rust
Updates the requirements on [image](https://github.com/image-rs/image) to permit the latest version.
- [Release notes](https://github.com/image-rs/image/releases)
- [Changelog](https://github.com/image-rs/image/blob/master/CHANGES.md)
- [Commits](image-rs/image@v0.23.12...v0.24.5)

---
updated-dependencies:
- dependency-name: image
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 14, 2022
commit d45a3dd14401ac00135ba2db361e5a76750224eb
2 changes: 1 addition & 1 deletion app_rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ nfd = "0.0.4"
hex-serde = "0.1.0"
chrono = "0.4.19"
hex = "0.4.2"
image = "0.23.12"
image = "0.24.5"
dialog = "0.3.0"
backtrace = "0.3.59"

Expand Down