From f5d8074511c80277382ade0c389c11c768b119a9 Mon Sep 17 00:00:00 2001 From: "Shane F. Carr" Date: Fri, 22 Nov 2024 17:20:28 -0800 Subject: [PATCH] Use workspace deps in potential_utf (#5867) #5635 #5866 --- utils/potential_utf/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/potential_utf/Cargo.toml b/utils/potential_utf/Cargo.toml index 06dad94b467..0971500189c 100644 --- a/utils/potential_utf/Cargo.toml +++ b/utils/potential_utf/Cargo.toml @@ -21,8 +21,8 @@ zerovec = { workspace = true, optional = true } writeable = { workspace = true, optional = true } [dev-dependencies] -serde_json = "1" -bincode = "1" +serde_json = { workspace = true } +bincode = { workspace = true } [features] alloc = ["serde?/alloc"]