diff --git a/deny.toml b/deny.toml
index d6591f437dccb8cdca55e4748d0969dad05b7cf6..d2073a29089076e5ba6b201049d5c219e9dcaf8f 100644
--- a/deny.toml
+++ b/deny.toml
@@ -4,11 +4,6 @@ yanked = "deny"
 ignore = [
   "RUSTSEC-2023-0071",  # side-channel attacks are not relevant for our use-case (only used in tests)
   "RUSTSEC-2023-0050",  # nethsm-sdk-rs uses unmaintained multipart until something else becomes available: https://github.com/Nitrokey/nethsm-sdk-rs/issues/29
-  # The ring crate is unmaintained.
-  # Via nethsm-sdk-rs->ureq->ring we currently have to rely on it.
-  # Ureq is working on adapting its use of rustls: https://github.com/algesten/ureq/issues/1013
-  # A new nethsm-sdk-rs needs releasing (support for ureq>3 already present in default branch).
-  "RUSTSEC-2025-0007",
 ]
 
 [bans]