Skip to content

Commit

Permalink
chore(deps): bump rgb from 0.8.37 to 0.8.44
Browse files Browse the repository at this point in the history
Bumps [rgb](https://github.com/kornelski/rust-rgb) from 0.8.37 to 0.8.44.
- [Changelog](https://github.com/kornelski/rust-rgb/blob/v0.8.44/CHANGELOG.md)
- [Commits](kornelski/rust-rgb@v0.8.37...v0.8.44)

---
updated-dependencies:
- dependency-name: rgb
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 13, 2024
1 parent abc78f5 commit 3943a63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ log = "0.4.21"
zune-image = { version = "0.5.0-rc0", default-features = false }
fast_image_resize = { version = "3.0.4", optional = true }
imagequant = { version = "4.3.1", default-features = false, optional = true }
rgb = { version = "0.8.37", optional = true }
rgb = { version = "0.8.44", optional = true }
mozjpeg = { version = "0.10.7", default-features = false, features = ["with_simd"], optional = true }
oxipng = { version = "9.1", default-features = false, features = ["zopfli", "filetime"], optional = true }
webp = { version = "0.3.0", default-features = false, optional = true }
Expand Down

0 comments on commit 3943a63

Please sign in to comment.