From 9383cf0e3ab8e986572d226c5392bb91a1a94dd2 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sun, 5 Apr 2026 01:04:05 -0300 Subject: [PATCH] fix: move ureq to dependencies section --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c1758410..2853c48b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -234,5 +234,6 @@ tempfile = { workspace = true } bigdecimal = { workspace = true } ureq = { version = "2", features = ["json"] } -[lints] -workspace = true +[dev-dependencies] +mockito = { workspace = true } +tempfile = { workspace = true }