Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-09-14 | chore(cli): update chrono to remove broken time dep (#20508) | Matt Mastracci | |
Fixes the last dependabot security warning | |||
2023-07-26 | chore: update chrono dependency (#19943) | Bartek IwaĆczuk | |
Pulled from https://github.com/denoland/deno/pull/19747 Authored-by: Cooper Benson <skycoop@gmail.com> | |||
2023-03-15 | perf: do not depend on iana-time-zone (#18088) | Divy Srivastava | |
Chrono's `clock` feature pulls in `iana-time-zone` which links to macOS core_foundation. This PR itself is not enough to get rid of CoreFoundation. Removal depends on getting rid of security framework, see #18071 |