From 99918a489d8e454d478f535bf45705d9aae94ed3 Mon Sep 17 00:00:00 2001 From: konstin Date: Thu, 29 Aug 2024 12:21:40 +0200 Subject: [PATCH] Cargo shear --- crates/uv-build/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/uv-build/Cargo.toml b/crates/uv-build/Cargo.toml index 9310b3d26f26..952f5d3574ad 100644 --- a/crates/uv-build/Cargo.toml +++ b/crates/uv-build/Cargo.toml @@ -34,7 +34,6 @@ serde_json = { workspace = true } tempfile = { workspace = true } thiserror = { workspace = true } tokio = { workspace = true } -toml = { workspace = true } toml_edit = { workspace = true } tracing = { workspace = true } rustc-hash = { workspace = true }