Skip to content

Commit

Permalink
chore(deps): update image requirement from 0.24.5 to 0.25.0
Browse files Browse the repository at this point in the history
Updates the requirements on [image](https://github.com/image-rs/image) to permit the latest version.
- [Changelog](https://github.com/image-rs/image/blob/main/CHANGES.md)
- [Commits](image-rs/image@v0.24.5...v0.25.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 360b3d1 commit 377e2ce
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 @@ -17,7 +17,7 @@ compression-tar = ["flate2", "tar", "xz2", "zstd"]
compression-zip = ["zip"]

[dependencies]
image = { version = "0.24.5", default-features = false }
image = { version = "0.25.0", default-features = false }
mime = "0.3.16"
reqwest = { version = "0.11.13", optional = true, default-features = false, features = ["json", "rustls-tls"] }
thiserror = "1.0.37"
Expand Down

0 comments on commit 377e2ce

Please sign in to comment.