While looking at #66 I found out there are now 3 crates marked as vulnerable by cargo-audit in click. These are untrusted, serde_yaml and yaml-rust (dependency of serde_yaml).
This PR updates serde_yaml to the latest version.
untrusted is going to be a bit harder to update as it's a dependency of hyper and hyper-rustls.
While looking at #66 I found out there are now 3 crates marked as vulnerable by
cargo-audit
in click. These areuntrusted
,serde_yaml
andyaml-rust
(dependency ofserde_yaml
).This PR updates
serde_yaml
to the latest version.untrusted
is going to be a bit harder to update as it's a dependency ofhyper
andhyper-rustls
.