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
Since some of hyper-old-types types are re-exported by swagger-rs, removing the dependency on hyper-old-types would be a breaking change, which we'd need to manage carefully. This is probably the right long-term direction, though - @richardwhiuk, do you agree?
Looking at the code, the only dependencies that swagger-rs has on hyper-old-types is for the Authorization header and its related basic, bearer, raw and scheme types. The dependency that hyper-old-types has on time is related to the Date header. As a result, I don't think swagger-rs is actually vulnerable to https://rustsec.org/advisories/RUSTSEC-2020-0071... but it would be good to get this tidied up anyway!
There is an indirect dependency on the
time
crate version 0.1 which has security vulnerability https://rustsec.org/advisories/RUSTSEC-2020-0071This is the dependency tree:
Not sure if this can be fixed in
hyper-old-types
or if this menas that the dependency onhyper-old-types
should be removed.The text was updated successfully, but these errors were encountered: