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
Rust security advisory RUSTSEC-2020-0071 while running cargo deny check advisories is flagged for this crate due to using the old time dependency (due to potential SEGFAULT). The recommendation is to upgrade to time>=0.2.23
The text was updated successfully, but these errors were encountered:
Despite this issue being closed and also about the vulnerability (which, as you say, doesn't affect chrono), I notice that the current version of time used by this crate lacks features such as certain const functions. It would be nice to be able to create a chrono::Duration in a const context.
I'd be open to having more const functions if those would be helpful, though we are somewhat restricted by the current minimum supported Rust version. See also discussion in #638.
Rust security advisory
RUSTSEC-2020-0071
while runningcargo deny check advisories
is flagged for this crate due to using the oldtime
dependency (due to potential SEGFAULT). The recommendation is to upgrade totime>=0.2.23
The text was updated successfully, but these errors were encountered: