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

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-05 01:04:05 -03:00
parent 985ba63e38
commit 9383cf0e3a

View file

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