RUSTSEC-2020-0159 (chrono): add patched version (#1306)

The 0.4.20 release of `chrono` includes a pure-Rust replacement for
`localtime_r` which eliminates this issue.
This commit is contained in:
Tony Arcieri
2022-08-04 10:20:07 -06:00
committed by GitHub
parent f1c5d4de52
commit 6f3502cf6d

View File

@@ -11,7 +11,7 @@ withdrawn = "2022-05-12" # see rustsec/advisory-db#1190
yanked = true
[versions]
patched = []
patched = [">=0.4.20"]
```
# Potential segfault in `localtime_r` invocations