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:
parent
dc7d5c4d2b
commit
44973f0fb7
@ -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"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user