Align chrono dev and runtime dependency version specifications.
This commit is contained in:
parent
bed3ebeb37
commit
7ad122e7d9
|
@ -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 }
|
||||
|
|
1
newsfragments/3512.fixed.md
Normal file
1
newsfragments/3512.fixed.md
Normal file
|
@ -0,0 +1 @@
|
|||
Fix minimum version specification for optional `chrono` dependency
|
Loading…
Reference in a new issue