File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ inventory = { version = "0.3.0", optional = true }
34
34
# crate integrations that can be added using the eponymous features
35
35
anyhow = { version = " 1.0.1" , optional = true }
36
36
chrono = { version = " 0.4.25" , default-features = false , optional = true }
37
- chrono-tz = { version = " >= 0.6, < 0.10 " , default-features = false , optional = true }
37
+ chrono-tz = { version = " >= 0.6, < 0.11 " , default-features = false , optional = true }
38
38
either = { version = " 1.9" , optional = true }
39
39
eyre = { version = " >= 0.4, < 0.7" , optional = true }
40
40
hashbrown = { version = " >= 0.9, < 0.15" , optional = true }
@@ -52,7 +52,7 @@ portable-atomic = "1.0"
52
52
[dev-dependencies ]
53
53
assert_approx_eq = " 1.1.0"
54
54
chrono = " 0.4.25"
55
- chrono-tz = " >= 0.6, < 0.10 "
55
+ chrono-tz = " >= 0.6, < 0.11 "
56
56
# Required for "and $N others" normalization
57
57
trybuild = " >=1.0.70"
58
58
proptest = { version = " 1.0" , default-features = false , features = [" std" ] }
You can’t perform that action at this time.
0 commit comments