@@ -12,7 +12,7 @@ members = [
1212[workspace .package ]
1313edition = " 2021"
1414version = " 0.1.0"
15- rust-version = " 1.82 .0"
15+ rust-version = " 1.83 .0"
1616authors = [" boa-dev" ]
1717license = " MIT OR Apache-2.0"
1818repository = " https://github.com/boa-dev/temporal"
@@ -34,22 +34,22 @@ timezone_provider = { version = "~0.1.0", path = "./provider" }
3434zoneinfo_rs = { version = " ~0.0.17" , path = " ./zoneinfo" }
3535
3636# Dependencies
37- tinystr = { git = " https://github.com/unicode-org/icu4x" , rev = " 5a56323558 " }
38- icu_calendar = { git = " https://github.com/unicode-org/icu4x" , rev = " 5a56323558 " , default-features = false }
39- icu_locale = { git = " https://github.com/unicode-org/icu4x" , rev = " 5a56323558 " }
37+ tinystr = { git = " https://github.com/unicode-org/icu4x" , rev = " 0a2a4cdf " }
38+ icu_calendar = { git = " https://github.com/unicode-org/icu4x" , rev = " 0a2a4cdf " , default-features = false }
39+ icu_locale = { git = " https://github.com/unicode-org/icu4x" , rev = " 0a2a4cdf " }
4040rustc-hash = " 2.1.0"
4141num-traits = { version = " 0.2.19" , default-features = false }
42- ixdtf = { git = " https://github.com/unicode-org/icu4x" , rev = " 5a56323558 " }
42+ ixdtf = { git = " https://github.com/unicode-org/icu4x" , rev = " 0a2a4cdf " }
4343iana-time-zone = " 0.1.64"
4444log = " 0.4.28"
4545tzif = " 0.4.0"
4646jiff-tzdb = " 0.1.4"
4747combine = " 4.6.7"
4848web-time = " 1.1.0"
49- zerovec = { git = " https://github.com/unicode-org/icu4x" , rev = " 5a56323558 " }
50- databake = { git = " https://github.com/unicode-org/icu4x" , rev = " 5a56323558 " }
51- zerotrie = { git = " https://github.com/unicode-org/icu4x" , rev = " 5a56323558 " }
52- writeable = { git = " https://github.com/unicode-org/icu4x" , rev = " 5a56323558 " }
49+ zerovec = { git = " https://github.com/unicode-org/icu4x" , rev = " 0a2a4cdf " }
50+ databake = { git = " https://github.com/unicode-org/icu4x" , rev = " 0a2a4cdf " }
51+ zerotrie = { git = " https://github.com/unicode-org/icu4x" , rev = " 0a2a4cdf " }
52+ writeable = { git = " https://github.com/unicode-org/icu4x" , rev = " 0a2a4cdf " }
5353zoneinfo64 = " 0.2.0"
5454
5555# Diplomat
0 commit comments