You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the cargo deny check command, the following deprecated keys in the deny.toml configuration cause the check to fail:
vulnerability = "deny"
unmaintained = "deny"
unsound = "deny"
notice = "deny"
unlicensed = "deny"
default = "deny"
These keys have been removed as per this update. The command throws multiple errors indicating the removal of these keys, preventing the tool from executing successfully.
Expected Behavior
The cargo deny check command should execute without errors after updating to the latest configuration syntax.
Current Behavior
This is the current output when running cargo deny check command locally
Reproduction Steps
Clone the repository.
Run cargo deny check.
Observe the errors regarding deprecated keys in the deny.toml file.
Possible Solution
It appears that the configuration file needs to be updated to remove deprecated keys and adopt the new schema, as outlined in the cargo-deny update.
Additional Information/Context
No response
Client version used
cargo 1.80.1
Engine type and version
rustc 1.80.1
OS
Linux
Language
Go
Language Version
1.22.0
Cluster information
No response
Logs
No response
Other information
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
When running the cargo deny check command, the following deprecated keys in the deny.toml configuration cause the check to fail:
vulnerability = "deny"
unmaintained = "deny"
unsound = "deny"
notice = "deny"
unlicensed = "deny"
default = "deny"
These keys have been removed as per this update. The command throws multiple errors indicating the removal of these keys, preventing the tool from executing successfully.
Expected Behavior
The cargo deny check command should execute without errors after updating to the latest configuration syntax.
Current Behavior
This is the current output when running cargo deny check command locally
Reproduction Steps
Clone the repository.
Run cargo deny check.
Observe the errors regarding deprecated keys in the deny.toml file.
Possible Solution
It appears that the configuration file needs to be updated to remove deprecated keys and adopt the new schema, as outlined in the cargo-deny update.
Additional Information/Context
No response
Client version used
cargo 1.80.1
Engine type and version
rustc 1.80.1
OS
Linux
Language
Go
Language Version
1.22.0
Cluster information
No response
Logs
No response
Other information
No response
The text was updated successfully, but these errors were encountered: