Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into jsvalue-variant
Browse files Browse the repository at this point in the history
  • Loading branch information
hansl committed Dec 16, 2024
2 parents ec899f6 + 517ad50 commit d8eef06
Show file tree
Hide file tree
Showing 24 changed files with 1,650 additions and 455 deletions.
58 changes: 43 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ boa_string = { version = "~0.20.0", path = "core/string" }
arbitrary = "1"
bitflags = "2.5.0"
clap = "4.5.23"
colored = "2.1.0"
colored = "2.2.0"
fast-float2 = "0.2.3"
hashbrown = "0.15.2"
indexmap = { version = "2.7.0", default-features = false }
indoc = "2.0.5"
itoa = "1.0.13"
itoa = "1.0.14"
jemallocator = "0.5.4"
num-bigint = "0.4.6"
num-traits = "0.2.19"
Expand All @@ -65,7 +65,7 @@ regex = "1.11.1"
regress = { version = "0.10.1", features = ["utf16"] }
rustc-hash = { version = "2.1.0", default-features = false }
serde_json = "1.0.133"
serde = "1.0.215"
serde = "1.0.216"
static_assertions = "1.1.0"
textwrap = "0.16.0"
thin-vec = "0.2.13"
Expand Down Expand Up @@ -101,7 +101,7 @@ rand = "0.8.5"
num-integer = "0.1.46"
ryu-js = "1.0.1"
tap = "1.0.1"
thiserror = { version = "2.0.6", default-features = false }
thiserror = { version = "2.0.7", default-features = false }
dashmap = "6.1.0"
num_enum = "0.7.3"
itertools = { version = "0.13.0", default-features = false }
Expand All @@ -112,7 +112,7 @@ intrusive-collections = "0.9.7"
cfg-if = "1.0.0"
either = "1.13.0"
sys-locale = "0.3.2"
temporal_rs = "0.0.4"
temporal_rs = { git = "https://github.com/boa-dev/temporal.git", rev = "016bc31d2ce5484973b71ccdb0faeb33c00a9ae6", features = ["tzdb", "now"] }
web-time = "1.1.0"
criterion = "0.5.1"
float-cmp = "0.10.0"
Expand Down
Loading

0 comments on commit d8eef06

Please sign in to comment.