Upgrade chrono.

- Change the minimum supported version of `chrono` to 0.4.38.

  - This is the version in Debian testing.

  - Upgrading allows us to remove the use of some deprecated
    functions.
This commit is contained in:
Neal H. Walfield 2024-07-04 22:42:19 +02:00
parent dc7d5c4d2b
commit 44973f0fb7
No known key found for this signature in database
GPG Key ID: 6863C9AD5B4D22D3

View File

@ -62,7 +62,7 @@ anyhow = "1.0.18"
buffered-reader = { version = "1.0.0", default-features = false, features = ["compression"] }
clap = { version = "4", features = ["derive", "env", "string", "wrap_help"] }
clap_complete = "4"
chrono = "0.4.10"
chrono = "0.4.38"
dirs = "5"
roff = "0.2.1"
serde = { version = "1.0.137", features = ["derive"] }