From 8bc2f7d2b28d87ad1acac6d9ef80550f49003a9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 00:16:35 +0000 Subject: [PATCH] build(deps): bump unicode-width from 0.1.13 to 0.1.14 Bumps [unicode-width](https://github.com/unicode-rs/unicode-width) from 0.1.13 to 0.1.14. - [Commits](https://github.com/unicode-rs/unicode-width/compare/v0.1.13...v0.1.14) --- updated-dependencies: - dependency-name: unicode-width dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a4a14386..bdf5bb9c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6321,9 +6321,9 @@ dependencies = [ [[package]] name = "unicode-width" -version = "0.1.13" +version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d" +checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" [[package]] name = "unicode-xid" diff --git a/Cargo.toml b/Cargo.toml index 5a05a0811..27da16f98 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -135,7 +135,7 @@ time = { version = "0.3.36", default-features = false } tokio = { version = "1.28.0", default-features = false } trycmd = "0.15.4" # keep in sync with `snapbox` unicode-segmentation = { version = "1.10.1", default-features = false } -unicode-width = { version = "0.1.13", default-features = false } +unicode-width = { version = "0.1.14", default-features = false } wasm-bindgen-futures = "0.4.42" web-time = "1.0.0" wgpu = { version = "22.1.0", default-features = false, features = ["wgsl"] }