We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a50cf commit 25b2994Copy full SHA for 25b2994
1 file changed
deny.toml
@@ -24,8 +24,10 @@ version = 2
24
yanked = "warn"
25
# rustls-pemfile is unmaintained but not vulnerable - waiting for rumqttc to migrate
26
# See: https://github.com/rustls/pemfile/issues/61
27
+# rustls-webpki 0.102.x has no patch (fix only in 0.103.10+) - transitive via rumqttc
28
ignore = [
29
"RUSTSEC-2025-0134", # rustls-pemfile unmaintained (transitive via rumqttc)
30
+ "RUSTSEC-2026-0049", # rustls-webpki 0.102.x CRL issue (no patch in 0.102.x line, rumqttc transitive)
31
]
32
33
[sources]
0 commit comments