Skip to content

Commit 4d7501b

Browse files
authored
Merge pull request #3962 from reubenmiller/chore-fix-cargo-deny-issues-2
build: remove unused cargo-deny configuration
2 parents fb5efe3 + 6cbf84e commit 4d7501b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pull-request-checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ jobs:
4747
- 'plugins/**'
4848
- 'Cargo.*'
4949
- '**/Cargo.toml'
50+
- '.cargo/audit.toml'
51+
- 'clippy.toml'
52+
- 'deny.toml'
5053
workflows:
5154
- '.github/workflows/**'
5255
docs:

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)