diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-04 16:58:31 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-04 16:58:31 +0000 |
commit | 804c74e6e51476aa9481179e90a007728f83331c (patch) | |
tree | b6637d77747c91d73cac365309ebd2492ba31771 | |
parent | d3eb74d7bfee440bb061e633bfea1628d786c68e (diff) | |
download | servo-804c74e6e51476aa9481179e90a007728f83331c.tar.gz servo-804c74e6e51476aa9481179e90a007728f83331c.zip |
build(deps): bump unicode-width from 0.1.12 to 0.1.13 (#32439)
Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.12 to 0.1.13.
- [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.12...v0.1.13)
---
updated-dependencies:
- dependency-name: unicode-width
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 62a12f424eb..eb8c7c8ea08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6668,9 +6668,9 @@ checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202" [[package]] name = "unicode-width" -version = "0.1.12" +version = "0.1.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6" +checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" [[package]] name = "unicode-xid" |