From 04e89c4c5119c45ad37289bf7e07c8d1b33e8deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=8F=E7=99=BD?= <364772080@qq.com> Date: Fri, 12 Apr 2024 22:53:10 +0800 Subject: [PATCH] Use workspace `uuid` (#10475) Release Notes: - N/A --- Cargo.toml | 2 +- crates/gpui/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 97c399ed8f45cd14a10b35c3b013b2a937bf1029..17a96c5a36bad5f057a2c6ad4254e38b80e77b30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -343,7 +343,7 @@ unindent = "0.1.7" unicase = "2.6" unicode-segmentation = "1.10" url = "2.2" -uuid = { version = "1.1.2", features = ["v4"] } +uuid = { version = "1.1.2", features = ["v4", "v5"] } wasmparser = "0.201" wasm-encoder = "0.201" wasmtime = { version = "19.0.0", default-features = false, features = [ diff --git a/crates/gpui/Cargo.toml b/crates/gpui/Cargo.toml index 03123f4f1072079722ec59df05f5782e6d903ce9..471e0a7347f8b44e564a47a3d7369ba99fffd1bc 100644 --- a/crates/gpui/Cargo.toml +++ b/crates/gpui/Cargo.toml @@ -66,7 +66,7 @@ taffy = { git = "https://github.com/DioxusLabs/taffy", rev = "1876f72bee5e376023 thiserror.workspace = true time.workspace = true util.workspace = true -uuid = { version = "1.1.2", features = ["v4", "v5"] } +uuid.workspace = true waker-fn = "1.1.0" [dev-dependencies]