Skip to content

Commit b482926

Browse files
deps: update chrono-tz dev-dependency
I confirmed that `cargo test --workspace` still passes. From the [release notes](https://github.com/chronotope/chrono-tz/releases/tag/v0.10.0): ``` ### Changes - Make `OffsetName::abbreviation` return an `Option`. This reflects that numeric values such as `+11` are no longer encoded in the upstream TZDB as abbreviations (chronotope/chrono-tz#185). ``` Since jiff and its tests don’t use this type, there is no impact and no code changes are required. PR #167
1 parent 87830c6 commit b482926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ wasm-bindgen = { version = "0.2.70", optional = true }
9999
[dev-dependencies]
100100
anyhow = "1.0.81"
101101
chrono = { version = "0.4.38", features = ["serde"] }
102-
chrono-tz = "0.9.0"
102+
chrono-tz = "0.10.0"
103103
# This adds approximately 50 new compilation units when running `cargo test`
104104
# locally on Unix. Blech.
105105
icu = { version = "1.5.0", features = ["std"] }

0 commit comments

Comments
 (0)