Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cargo: Update dependencies identified by audit
Ran `cargo audit fix` to update the `nix` crate version with available security fixes. Note that although `tokio` also has upstream security fixes, the version is being left since it is specified as a semver major version only. This means the consumer can choose which minor and patch level version of `tokio` they use. Ideally of course they would choose the latest version but this decision should not be enforced by a library crate. Signed-off-by: James O. D. Hunt <[email protected]>
- Loading branch information