Skip to content

Commit

Permalink
deps: update chrono-tz dev-dependency
Browse files Browse the repository at this point in the history
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
  • Loading branch information
musicinmybrain authored Dec 9, 2024
1 parent 87830c6 commit b482926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ wasm-bindgen = { version = "0.2.70", optional = true }
[dev-dependencies]
anyhow = "1.0.81"
chrono = { version = "0.4.38", features = ["serde"] }
chrono-tz = "0.9.0"
chrono-tz = "0.10.0"
# This adds approximately 50 new compilation units when running `cargo test`
# locally on Unix. Blech.
icu = { version = "1.5.0", features = ["std"] }
Expand Down

0 comments on commit b482926

Please sign in to comment.