emilk/egui

Remove implicit dependency on `time 0.1`

Open

#2,932 建立於 2023年4月19日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)Rust (2,037 fork)batch import
good first issuehelp wanted

倉庫指標

Star
 (29,051 star)
PR 合併指標
 (平均合併 11天 20小時) (30 天內合併 47 個 PR)

描述

chrono, by default, depends on an old version of time, which has a RUSTSEC: https://github.com/emilk/egui/security/dependabot/7

egui doesn't use chrono, but egui_extras does as does egui_demo_lib. It would be nice to replace it with pure time 0.3 use, or use achrono without the oldtime feature it has.

It's worth noting that next release of chrono seem to have removed the dependency on time completely, so maybe this will sort itself out in time

貢獻者指南