From fd7f48c42332c005dc571dcce6a3a72a3241f4b3 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Sun, 5 Apr 2026 01:10:53 -0300 Subject: [PATCH] fix: merge duplicate [dependencies] sections in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fc2cff3b..b5192934 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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]