blob: 100132b1c5d72333c3797a9e9b3efc6a90d25971 [file] [log] [blame]
George Burgess IV24bfe9a2023-01-09 19:08:16 -07001Remove the oldtime feature. This opens up a version of time suceptible to
2https://rustsec.org/advisories/RUSTSEC-2020-0071.html
3
4diff --git a/vendor/chrono-0.4.23/Cargo.toml b/vendor/chrono-0.4.23/Cargo.toml
5index 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",