fix: merge duplicate [dependencies] sections in Cargo.toml
Some checks failed
BotServer CI/CD / build (push) Failing after 6m31s
Some checks failed
BotServer CI/CD / build (push) Failing after 6m31s
This commit is contained in:
parent
8c908ed2f0
commit
fd7f48c423
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue