Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential segfault in the time crate #1189

Closed
robindeleu opened this issue Jul 17, 2023 · 2 comments
Closed

Potential segfault in the time crate #1189

robindeleu opened this issue Jul 17, 2023 · 2 comments

Comments

@robindeleu
Copy link

Crate: time
Version: 0.1.45
Title: Potential segfault in the time crate
Date: 2020-11-18
ID: RUSTSEC-2020-0071
URL: https://rustsec.org/advisories/RUSTSEC-2020-0071
Severity: 6.2 (medium)
Solution: Upgrade to >=0.2.23
Dependency tree:
time 0.1.45
└── chrono 0.4.26

@pitdicker
Copy link
Collaborator

Thank you for the report, but this is a very known issue. To avoid the dependency on time 0.1 you can use chrono with:

[dependencies]
chrono = { version = "0.4", default-features = false, features = ["clock", "std"] }

@djc
Copy link
Member

djc commented Jul 24, 2023

See #602 and further linked issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants