Don't use `chrono` default features
authorElias Rohrer <dev@tnull.de>
Sun, 6 Aug 2023 17:00:50 +0000 (19:00 +0200)
committerElias Rohrer <dev@tnull.de>
Sun, 6 Aug 2023 17:05:12 +0000 (19:05 +0200)
The `chrono` crate has a dependency on an old version of `time` which
has a potential segfault. We therefore disable the default features.


No differences found