Skip to content

Commit 171201b

Browse files
committed
remove unused cargo-deny configuration
Signed-off-by: reubenmiller <reuben.d.miller@gmail.com>
1 parent fb5efe3 commit 171201b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

deny.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ feature-depth = 1
7171
# output a note when they are encountered.
7272
ignore = [
7373
{ id = "RUSTSEC-2024-0384", reason = "crate: instant. Used by backoff and requires refactoring to remove this dependency" },
74-
{ id = "RUSTSEC-2024-0320", reason = "crate: yaml-rust. Only used for tests but rumqttd needs updating to remove this dependency" },
7574
{ id = "RUSTSEC-2025-0012", reason = "crate: backoff. Needs refactoring to remove dependency" },
7675
{ id = "RUSTSEC-2024-0436", reason = "crate: paste. Used by cryptoki dependency" },
7776
{ id = "RUSTSEC-2023-0071", reason = "crate: rsa. No patch available, not using affected API, added rules to clippy to forbid using these APIs" },
@@ -102,7 +101,6 @@ allow = [
102101
"BSD-3-Clause",
103102
"CC0-1.0",
104103
"MPL-2.0",
105-
"Unicode-DFS-2016",
106104
"Zlib",
107105
]
108106
# The confidence threshold for detecting a license from license text.
@@ -237,7 +235,6 @@ unknown-git = "warn"
237235
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
238236
# List of URLs for allowed Git repositories
239237
allow-git = [
240-
"git+https://github.com/jarhodes314/rumqtt",
241238
"git+https://github.com/Bravo555/rust_libloading.git",
242239
]
243240

0 commit comments

Comments
 (0)