chore(deps): bump rgb in the rust-dependencies group
Bumps the rust-dependencies group with 1 update: [rgb](https://github.com/kornelski/rust-rgb). Updates `rgb` from 0.8.50 to 0.8.51 - [Changelog](https://github.com/kornelski/rust-rgb/blob/main/CHANGELOG.md) - [Commits](https://github.com/kornelski/rust-rgb/commits) --- updated-dependencies: - dependency-name: rgb dependency-version: 0.8.51 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
420ea940bc
commit
7a0fa4da00
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -468,9 +468,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rgb"
|
name = "rgb"
|
||||||
version = "0.8.50"
|
version = "0.8.51"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
|
checksum = "a457e416a0f90d246a4c3288bd7a25b2304ca727f253f95be383dd17af56be8f"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytemuck",
|
"bytemuck",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -39,7 +39,7 @@ required-features = ["zopfli"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
zopfli = { version = "0.8.2", optional = true, default-features = false, features = ["std", "zlib"] }
|
zopfli = { version = "0.8.2", optional = true, default-features = false, features = ["std", "zlib"] }
|
||||||
rgb = "0.8.50"
|
rgb = "0.8.51"
|
||||||
indexmap = "2.10.0"
|
indexmap = "2.10.0"
|
||||||
libdeflater = "1.24.0"
|
libdeflater = "1.24.0"
|
||||||
log = "0.4.27"
|
log = "0.4.27"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue