From 29011b9eaae1a3f979a0a9476766c63b0e2f9d38 Mon Sep 17 00:00:00 2001 From: Tobias Bieniek Date: Fri, 20 Dec 2024 14:59:30 +0100 Subject: [PATCH] utoipa-gen: Remove obsolete `assert-json-diff` dev dependency --- utoipa-gen/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/utoipa-gen/Cargo.toml b/utoipa-gen/Cargo.toml index f61e2344..4cf91233 100644 --- a/utoipa-gen/Cargo.toml +++ b/utoipa-gen/Cargo.toml @@ -42,7 +42,6 @@ rocket = { version = "0.5", features = ["json"] } smallvec = { version = "1.10", features = ["serde"] } rust_decimal = { version = "1", default-features = false } chrono = { version = "0.4", features = ["serde"] } -assert-json-diff = "2" time = { version = "0.3", features = ["serde-human-readable"] } serde_with = "3.0" insta = { version = "1.41", features = ["json"] }