build(deps): bump unicase from 2.7.0 to 2.8.0 (#33914)

Bumps [unicase](https://github.com/seanmonstar/unicase) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/seanmonstar/unicase/releases)
- [Commits](https://github.com/seanmonstar/unicase/compare/v2.7.0...v2.8.0)

---
updated-dependencies:
- dependency-name: unicase
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-10-19 19:06:47 +05:30 committed by GitHub
parent caaa786a8a
commit 3eebb60b36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

7
Cargo.lock generated
View file

@ -7727,12 +7727,9 @@ dependencies = [
[[package]]
name = "unicase"
version = "2.7.0"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
dependencies = [
"version_check",
]
checksum = "7e51b68083f157f853b6379db119d1c1be0e6e4dec98101079dec41f6f5cf6df"
[[package]]
name = "unicode-bidi"