diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-05-26 08:00:07 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-26 08:00:07 +0000 |
commit | 1df8a71e08eb9d8075fc0aac5f53dd6f0dbcf932 (patch) | |
tree | 2b136de2c12e0949836ada819403336d748cb761 | |
parent | 7170a69695212ba8c24a9f0c4202f0ddfe52f742 (diff) | |
download | servo-1df8a71e08eb9d8075fc0aac5f53dd6f0dbcf932.tar.gz servo-1df8a71e08eb9d8075fc0aac5f53dd6f0dbcf932.zip |
Bump unicode-width from 0.1.4 to 0.1.7
Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.4 to 0.1.7.
- [Release notes](https://github.com/unicode-rs/unicode-width/releases)
- [Commits](https://github.com/unicode-rs/unicode-width/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock index 7a13dc062dc..cfebb298572 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6182,9 +6182,9 @@ checksum = "a8083c594e02b8ae1654ae26f0ade5158b119bd88ad0e8227a5d8fcd72407946" [[package]] name = "unicode-width" -version = "0.1.4" +version = "0.1.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f" +checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479" [[package]] name = "unicode-xid" |