Skip to content

Commit f7c4c8a

Browse files
legendecasnodejs-github-bot
authored andcommitted
deps: update temporal_rs to 0.2.3
1 parent 4293182 commit f7c4c8a

2 files changed

Lines changed: 74 additions & 77 deletions

File tree

deps/crates/Cargo.lock

Lines changed: 64 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deps/crates/Cargo.toml

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,25 @@
55
edition = "2021"
66
name = "node_crates"
77
version = "0.1.0"
8-
rust-version = "1.82"
8+
rust-version = "1.86"
99

1010
[lib]
1111
crate-type = ["staticlib"]
1212

1313
[dependencies]
14-
# Pin all temporal dependencies to the last version support rustc 1.82
15-
icu_collections = "~2.0.0"
16-
icu_locale_core = "~2.0.0"
17-
icu_provider = "~2.0.0"
18-
timezone_provider = "=0.1.0"
14+
# Pin all temporal dependencies to the last version support rustc 1.86
15+
icu_collections = "~2.2.0"
16+
icu_locale_core = "~2.2.0"
17+
icu_provider = "~2.2.0"
18+
timezone_provider = "=0.2.3"
1919

2020
[dependencies.temporal_capi]
21-
version = "=0.1.0"
21+
version = "=0.2.3"
2222
features = ["zoneinfo64"]
2323
default-features = false
2424

2525
[dependencies.temporal_rs]
26-
version = "=0.1.0"
26+
version = "=0.2.3"
2727
default-features = false
2828
# This is necessary to enable a spec-compliance quirk when upgrading to v0.1.2
2929
# features = ["float64_representable_durations"]
@@ -32,16 +32,12 @@ default-features = false
3232
# `compiled_data` features. However these datasets are still enabled until
3333
# https://github.com/boa-dev/temporal/pull/694 lands.
3434
[dependencies.icu_calendar]
35-
version = "~2.0.0"
35+
version = "~2.2.0"
3636
features = [
3737
"ixdtf", # Parser for Internet eXtended DateTime Format
3838
]
3939
default-features = false
4040

4141
[dependencies.icu_locale]
42-
version = "~2.0.0"
42+
version = "~2.2.0"
4343
default-features = false
44-
45-
[patch.crates-io]
46-
# Float https://github.com/unicode-org/icu4x/pull/7658 until crate is updated.
47-
resb = { path="patches/resb" }

0 commit comments

Comments
 (0)