Browse Source

Prepare for release 0.17 (#3083)

pull/3085/head
José Julián Espina 1 year ago committed by GitHub
parent
commit
ce520fa2ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 709
      Cargo.lock
  2. 4
      boa_ast/Cargo.toml
  3. 4
      boa_engine/Cargo.toml
  4. 2
      boa_interner/Cargo.toml
  5. 2
      boa_macros/Cargo.toml
  6. 2
      boa_parser/Cargo.toml
  7. 6
      boa_tester/Cargo.toml
  8. 4108
      package-lock.json

709
Cargo.lock generated

File diff suppressed because it is too large Load Diff

4
boa_ast/Cargo.toml

@ -18,8 +18,8 @@ arbitrary = ["dep:arbitrary", "boa_interner/arbitrary", "num-bigint/arbitrary"]
boa_interner.workspace = true
boa_macros.workspace = true
rustc-hash = "1.1.0"
bitflags = "2.3.2"
bitflags = "2.3.3"
num-bigint = "0.4.3"
serde = { version = "1.0.164", features = ["derive"], optional = true }
arbitrary = { version = "1", features = ["derive"], optional = true }
indexmap = "1.9.3"
indexmap = "2.0.0"

4
boa_engine/Cargo.toml

@ -61,8 +61,8 @@ regress = "0.6.0"
rustc-hash = "1.1.0"
num-bigint = { version = "0.4.3", features = ["serde"] }
num-integer = "0.1.45"
bitflags = "2.3.2"
indexmap = "1.9.3"
bitflags = "2.3.3"
indexmap = "2.0.0"
ryu-js = "0.2.2"
chrono = { version = "0.4.26", default-features = false, features = ["clock", "std"] }
fast-float = "0.2.0"

2
boa_interner/Cargo.toml

@ -21,7 +21,7 @@ phf = { version = "0.11.2", default-features = false, features = ["macros"] }
rustc-hash = { version = "1.1.0", default-features = false }
static_assertions = "1.1.0"
once_cell = {version = "1.18.0", default-features = false, features = ["critical-section"]}
indexmap = "1.9.3"
indexmap = "2.0.0"
serde = { version = "1.0.164", features = ["derive"], optional = true }
arbitrary = { version = "1", features = ["derive"], optional = true }
hashbrown = { version = "0.14.0", default-features = false, features = ["inline-more"] }

2
boa_macros/Cargo.toml

@ -13,6 +13,6 @@ proc-macro = true
[dependencies]
quote = "1.0.28"
syn = { version = "2.0.18", features = ["full"] }
syn = { version = "2.0.22", features = ["full"] }
proc-macro2 = "1.0"
synstructure = "0.13"

2
boa_parser/Cargo.toml

@ -19,7 +19,7 @@ boa_icu_provider.workspace = true
rustc-hash = "1.1.0"
fast-float = "0.2.0"
num-traits = "0.2.15"
bitflags = "2.3.2"
bitflags = "2.3.3"
num-bigint = "0.4.3"
regress = "0.6.0"
icu_properties = "1.2.0"

6
boa_tester/Cargo.toml

@ -16,15 +16,15 @@ boa_engine.workspace = true
boa_gc.workspace = true
clap = { version = "4.3.8", features = ["derive"] }
serde = { version = "1.0.164", features = ["derive"] }
serde_yaml = "0.9.21"
serde_yaml = "0.9.22"
serde_json = "1.0.99"
bitflags = "2.3.2"
bitflags = "2.3.3"
regex = "1.8.4"
once_cell = "1.18.0"
colored = "2.0.0"
fxhash = "0.2.1"
rayon = "1.7.0"
toml = "0.7.4"
toml = "0.7.5"
color-eyre = "0.6.2"
phf = { version = "0.11.2", features = ["macros"] }
comfy-table = "7.0.1"

4108
package-lock.json generated

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save