11[package ]
22name = " jiff"
3- version = " 0.2.22 " # :version
3+ version = " 0.2.23 " # :version
44authors = [" Andrew Gallant <jamslam@gmail.com>" ]
55license = " Unlicense OR MIT"
66repository = " https://github.com/BurntSushi/jiff"
@@ -179,7 +179,7 @@ perf-inline = []
179179
180180[dependencies ]
181181jiff-static = { version = " 0.2" , path = " crates/jiff-static" , optional = true }
182- jiff-tzdb = { version = " 0.1.5 " , path = " crates/jiff-tzdb" , optional = true }
182+ jiff-tzdb = { version = " 0.1.6 " , path = " crates/jiff-tzdb" , optional = true }
183183log = { version = " 0.4.21" , optional = true , default-features = false }
184184serde_core = { version = " 1.0.221" , optional = true , default-features = false }
185185
@@ -196,7 +196,7 @@ serde_core = { version = "1.0.221", optional = true, default-features = false }
196196#
197197# See: https://github.com/matklad/macro-dep-test
198198[target .'cfg(any())' .dependencies ]
199- jiff-static = { version = " =0.2.22 " , path = " crates/jiff-static" }
199+ jiff-static = { version = " =0.2.23 " , path = " crates/jiff-static" }
200200
201201# Note that the `cfg` gate for the `tzdb-bundle-platform` must repeat the
202202# target gate on this dependency. The intent is that `tzdb-bundle-platform`
0 commit comments