fix: merge duplicate [dependencies] sections in Cargo.toml
Some checks failed
BotServer CI/CD / build (push) Failing after 6m31s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-04-05 01:10:53 -03:00
parent 8c908ed2f0
commit fd7f48c423

View file

@ -228,7 +228,7 @@ notify = { workspace = true, optional = true }
# Embedded static files
rust-embed = { workspace = true, optional = true }
[dependencies]
# Blocking HTTP for Vault config
ureq = { version = "2", features = ["json"] }
[dev-dependencies]