fix: move ureq to dependencies section
Some checks failed
BotServer CI/CD / build (push) Failing after 22s
Some checks failed
BotServer CI/CD / build (push) Failing after 22s
This commit is contained in:
parent
c90c5dc039
commit
10e4f4ac9b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue