chore(audit): deny wildcard versions in Cargo.toml
Publish Docker Images / push-docker (push) Has been cancelled
Publish Docker Images / coverage-and-sonar (push) Has been cancelled
Publish Docker Images / build-docker (push) Has been cancelled

This commit is contained in:
2026-06-02 01:23:00 +02:00
parent cb047968c3
commit c067177dab
+1 -1
View File
@@ -31,7 +31,7 @@ registries = []
[bans] [bans]
multiple-versions = "allow" multiple-versions = "allow"
wildcards = "allow" wildcards = "deny"
highlight = "all" highlight = "all"
workspace-default-features = "allow" workspace-default-features = "allow"
external-default-features = "allow" external-default-features = "allow"