fix: move ureq to dependencies section
Some checks failed
BotServer CI/CD / build (push) Failing after 22s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-05 00:41:28 -03:00
parent c90c5dc039
commit 10e4f4ac9b

View file

@ -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"] }