Skip to content

Commit 672efdc

Browse files
Update chrono-tz requirement from >= 0.6, < 0.10 to >= 0.6, < 0.11 (#4541)
Updates the requirements on [chrono-tz](https://github.com/chronotope/chrono-tz) to permit the latest version. - [Release notes](https://github.com/chronotope/chrono-tz/releases) - [Commits](chronotope/chrono-tz@v0.6.0...v0.10.0) --- updated-dependencies: - dependency-name: chrono-tz dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ef8ee64 commit 672efdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ inventory = { version = "0.3.0", optional = true }
3434
# crate integrations that can be added using the eponymous features
3535
anyhow = { version = "1.0.1", optional = true }
3636
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 }
3838
either = { version = "1.9", optional = true }
3939
eyre = { version = ">= 0.4, < 0.7", optional = true }
4040
hashbrown = { version = ">= 0.9, < 0.15", optional = true }
@@ -52,7 +52,7 @@ portable-atomic = "1.0"
5252
[dev-dependencies]
5353
assert_approx_eq = "1.1.0"
5454
chrono = "0.4.25"
55-
chrono-tz = ">= 0.6, < 0.10"
55+
chrono-tz = ">= 0.6, < 0.11"
5656
# Required for "and $N others" normalization
5757
trybuild = ">=1.0.70"
5858
proptest = { version = "1.0", default-features = false, features = ["std"] }

0 commit comments

Comments
 (0)