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]