Align chrono dev and runtime dependency version specifications.

This commit is contained in:
Adam Reichold 2023-10-14 09:05:37 +02:00 committed by David Hewitt
parent 826fa973b6
commit d468f570ae
2 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,7 @@ inventory = { version = "0.3.0", optional = true }
# crate integrations that can be added using the eponymous features
anyhow = { version = "1.0", optional = true }
chrono = { version = "0.4", default-features = false, optional = true }
chrono = { version = "0.4.25", default-features = false, optional = true }
eyre = { version = ">= 0.4, < 0.7", optional = true }
hashbrown = { version = ">= 0.9, < 0.15", optional = true }
indexmap = { version = ">= 1.6, < 3", optional = true }

View File

@ -0,0 +1 @@
Fix minimum version specification for optional `chrono` dependency