From e32fbfb61ae1d1ab606deb43c92864a1caf60347 Mon Sep 17 00:00:00 2001 From: "Andrew J. Stone" Date: Wed, 18 Dec 2024 22:01:27 +0000 Subject: [PATCH] cleanup Cargo.toml --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b831bc489b..639064580b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -364,7 +364,6 @@ derive-where = "1.2.7" # Having the i-implement-... feature here makes diesel go away from the workspace-hack diesel = { version = "2.2.4", features = ["i-implement-a-third-party-backend-and-opt-into-breaking-changes", "postgres", "r2d2", "chrono", "serde_json", "network-address", "uuid"] } diesel-dtrace = "0.4.2" -#diffus = { version = "0.10.0", features = ["uuid-impl", "derive"] } diffus = { git = "https://github.com/oxidecomputer/diffus", branch = "oxide/main", features = ["uuid-impl", "derive", "newtype-uuid-impl", "oxnet-impl"] } dns-server = { path = "dns-server" } dns-server-api = { path = "dns-server-api" }