aws-sdk-rust
aws-sdk-rust copied to clipboard
Fix cargo audit issue RUSTSEC-2020-0071
trafficstars
Describe the bug
cargo audit shows:
Version: 0.1.44
Title: Potential segfault in the time crate
Date: 2020-11-18
ID: RUSTSEC-2020-0071
URL: https://rustsec.org/advisories/RUSTSEC-2020-0071
Solution: Upgrade to >=0.2.23
when using aws-smithy-types-convert-0.49.0
Expected Behavior
No security issues
Current Behavior
Cargo audit shows the issue with the time crate
Reproduction Steps
Run cargo audit
Possible Solution
Use the workaround mentioned in https://github.com/chronotope/chrono/issues/602
Additional Information/Context
No response
Version
aws-smithy-types-convert-0.49.0
Environment details (OS name and version, etc.)
Gentoo Linux 6.0.2, x86_64
Logs
No response