George Burgess IV | 24bfe9a | 2023-01-09 19:08:16 -0700 | [diff] [blame^] | 1 | Remove the oldtime feature. This opens up a version of time suceptible to |
| 2 | https://rustsec.org/advisories/RUSTSEC-2020-0071.html |
| 3 | |
| 4 | diff --git a/vendor/chrono-0.4.23/Cargo.toml b/vendor/chrono-0.4.23/Cargo.toml |
| 5 | index 1472f851..d49875e1 100644 |
| 6 | --- a/Cargo.toml |
| 7 | +++ b/Cargo.toml |
| 8 | @@ -125,11 +125,10 @@ clock = [ |
| 9 | default = [ |
| 10 | "clock", |
| 11 | "std", |
| 12 | - "oldtime", |
| 13 | "wasmbind", |
| 14 | ] |
| 15 | libc = [] |
| 16 | -oldtime = ["time"] |
| 17 | +#oldtime = [] |
| 18 | std = [] |
| 19 | unstable-locales = [ |
| 20 | "pure-rust-locales", |