diff --git a/deny.toml b/deny.toml index c2a147ab9..d158832ba 100644 --- a/deny.toml +++ b/deny.toml @@ -17,6 +17,13 @@ ignore = [ # It is a transitive dependency of iroh 0.35.0, # this should be fixed by upgrading to iroh 1.0 once it is released. "RUSTSEC-2025-0134", + + # rustls-webpki v0.102.8 + # We cannot upgrade to >=0.103.10 because + # it is a transitive dependency of iroh 0.35.0 + # which depends on ^0.102. + # + "RUSTSEC-2026-0049", ] [bans]