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
PR#382 updated dependencies and bumped the Minimum Stable Rust Version to 1.56.1.
[0.10.3] - 2021-11-22
Changed
PR#379 updated askalono which got rid of the failure dependency, which was pulling in a lot of additional crates that are now gone.
Fixed
PR#379 fixed #378 which was an edge case where the sources check was executed against a crate that didn't use any crates from crates.io, and the config file was shorter than the crates.io URL.
[0.10.2] - 2021-11-21
Fixed
PR#376 fixed the JSON formatting when using --format json output option. Thanks @dnaka91!
PR#347 resolved #372 by correcting a slight mistake that resulted in an incorrect hash making cargo-deny unable to lookup index or crate information from the local file system.
[0.10.0] - 2021-10-29
Added
PR#353 resolved #351 by adding the sources.private field to blanket allow git repositories sourced from a particular url.
PR#359 resolved #341 and #357 by adding support for the --frozen, --locked, and --offline flags to determine whether network access is allowed, and whether the Cargo.lock file can be created and/or modified.