From 10e4f4ac9b4d1b3ced0bc1dd871276fa09852033 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sun, 5 Apr 2026 00:41:28 -0300 Subject: [PATCH] fix: move ureq to dependencies section --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 01e53b32..c1758410 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -232,7 +232,7 @@ rust-embed = { workspace = true, optional = true } mockito = { workspace = true } tempfile = { workspace = true } bigdecimal = { workspace = true } +ureq = { version = "2", features = ["json"] } [lints] workspace = true -ureq = { version = "2", features = ["json"] }