From 2b4d2fab25963712900dda4736432a64189fa876 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Sun, 29 Mar 2026 17:11:27 +0200 Subject: feat: delete transaction schema --- lib/warden-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/warden-core/Cargo.toml') diff --git a/lib/warden-core/Cargo.toml b/lib/warden-core/Cargo.toml index 1f92e87..49b7186 100644 --- a/lib/warden-core/Cargo.toml +++ b/lib/warden-core/Cargo.toml @@ -14,7 +14,7 @@ serde = { workspace = true, features = ["derive"] } thiserror.workspace = true tracing.workspace = true tracing-subscriber = { version = "0.3.23", features = ["env-filter"] } -url.workspace = true +url = { workspace = true, features = ["serde"] } [dependencies.sqlx] workspace = true -- cgit v1.2.3