diff --git a/deny.toml b/deny.toml index 671288ae47a72..f9453e19a109c 100644 --- a/deny.toml +++ b/deny.toml @@ -38,9 +38,4 @@ license-files = [ [advisories] ignore = [ - # The NATS official Rust clients are vulnerable to MitM when using TLS - # - # Will be resolved when we switch to `async_nats` crate - # https://github.com/vectordotdev/vector/pull/15533 - "RUSTSEC-2023-0029", ]