Skip to content

Commit 7bc4c17

Browse files
Renegade334aduh95
authored andcommitted
deps: update Rust crates for V8 14.6.202.34-node.26
Fixes: #63145 PR-URL: #64543 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
1 parent 308c6b2 commit 7bc4c17

1,877 files changed

Lines changed: 185269 additions & 14638 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

deps/crates/Cargo.lock

Lines changed: 34 additions & 73 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: 18 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,31 @@
1-
# This file defines all third-party Rust dependencies approved for use
2-
# in Node.js.
1+
# This manifest is generated by node-core-utils. Do not modify it directly.
32

43
[package]
54
edition = "2021"
65
name = "node_crates"
7-
version = "0.1.2"
8-
rust-version = "1.83"
6+
version = "14.6.202"
7+
rust-version = "1.86"
98

109
[lib]
11-
crate-type = ["staticlib"]
10+
crate-type = [ "staticlib" ]
1211

13-
[dependencies]
14-
# Pin all temporal dependencies to be in sync with the version defined in deps/v8/DEPS:deps[third_party/rust]
15-
icu_collections = "=2.1.1"
16-
icu_locale_core = "=2.1.1"
17-
icu_provider = "=2.1.1"
18-
timezone_provider = "=0.1.2"
19-
20-
[dependencies.temporal_capi]
21-
version = "=0.1.2" # Should be in sync with the version defined in deps/v8/DEPS:deps[third_party/rust]
22-
features = ["zoneinfo64"]
12+
[dependencies.icu_locale_core]
13+
version = "2.2.0"
2314
default-features = false
2415

25-
[dependencies.temporal_rs]
26-
version = "=0.1.2" # Should be in sync with the version defined in deps/v8/DEPS:deps[third_party/rust]
16+
[dependencies.icu_provider]
17+
version = "2.2.0"
2718
default-features = false
28-
# This is necessary to enable a spec-compliance quirk
29-
features = ["float64_representable_durations"]
3019

31-
# Disable `icu_calendar_data` and `icu_locale_data` crates with disabling
32-
# `compiled_data` features. However these datasets are still enabled until
33-
# https://github.com/boa-dev/temporal/pull/694 ships.
34-
[dependencies.icu_calendar]
35-
version = "~2.1.1"
36-
features = [
37-
"ixdtf", # Parser for Internet eXtended DateTime Format
38-
]
39-
default-features = false
20+
[dependencies.syn]
21+
version = "2"
22+
features = [ "full" ]
4023

41-
[dependencies.icu_locale]
42-
version = "~2.1.1"
43-
default-features = false
24+
[dependencies.temporal_capi]
25+
version = "0.2.3"
26+
features = [ "zoneinfo64" ]
4427

45-
[patch.crates-io]
46-
# Float https://github.com/unicode-org/icu4x/pull/7658 until crate is updated.
47-
resb = { path="patches/resb" }
28+
[dependencies.temporal_rs]
29+
version = "0.2.3"
30+
default-features = false
31+
features = [ "float64_representable_durations" ]

deps/crates/crates.gyp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
'variables': {
33
'cargo%': 'cargo',
44
'cargo_vendor_dir': './vendor',
5-
'temporal_capi_dir': 'temporal_capi',
5+
'temporal_capi_dir': 'temporal_capi-v0_2',
66
'cargo_rust_target%': '',
77
},
88
'conditions': [

deps/crates/patches/resb/.cargo-checksum.json

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"files":{}}
File renamed without changes.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
/target
3+
**/*.rs.bk
4+
Cargo.lock
File renamed without changes.

0 commit comments

Comments
 (0)