build(deps): bump unicode-segmentation from 1.11.0 to 1.12.0 (#33478)

Bumps [unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) from 1.11.0 to 1.12.0.
- [Commits](https://github.com/unicode-rs/unicode-segmentation/compare/v1.11.0...v1.12.0)

---
updated-dependencies:
- dependency-name: unicode-segmentation
  dependency-type: direct:production
  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-09-16 18:56:24 +00:00 committed by GitHub
parent 4405b26035
commit b0cae28c83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -7416,9 +7416,9 @@ checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd"
[[package]]
name = "unicode-segmentation"
version = "1.11.0"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
[[package]]
name = "unicode-width"

View file

@ -134,7 +134,7 @@ uluru = "3.0"
unicode-bidi = "0.3.15"
unicode-properties = { version = "0.1.2", features = ["emoji"] }
unicode-script = "0.5"
unicode-segmentation = "1.1.0"
unicode-segmentation = "1.12.0"
url = "2.5"
uuid = { version = "1.10.0", features = ["v4"] }
webdriver = "0.49.0"