diff --git a/Cargo.lock b/Cargo.lock index 32c8ba3417..8ec0ad269a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2391,9 +2391,9 @@ checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36" [[package]] name = "unicode-width" -version = "0.1.10" +version = "0.1.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b" +checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85" [[package]] name = "url" diff --git a/Cargo.toml b/Cargo.toml index 07c4d737e7..6841be4d08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ tracing-subscriber = { version = "0.3.17", default-features = false, features = "fmt", ] } tokio = { version = "1.32.0" } -unicode-width = "0.1.10" +unicode-width = "0.1.11" watchman_client = { version = "0.8.0" } whoami = "1.4.1" version_check = "0.9.4"