Browse Source

Bump once_cell from 1.17.2 to 1.18.0 (#2999)

Bumps [once_cell](https://github.com/matklad/once_cell) from 1.17.2 to 1.18.0.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](https://github.com/matklad/once_cell/compare/v1.17.2...v1.18.0)

---
updated-dependencies:
- dependency-name: once_cell
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/2989/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
f18b3be672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      Cargo.lock
  2. 2
      boa_engine/Cargo.toml
  3. 2
      boa_icu_provider/Cargo.toml
  4. 2
      boa_interner/Cargo.toml
  5. 2
      boa_parser/Cargo.toml
  6. 2
      boa_profiler/Cargo.toml
  7. 2
      boa_tester/Cargo.toml

4
Cargo.lock generated

@ -2851,9 +2851,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.17.2"
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b"
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
dependencies = [
"atomic-polyfill",
"critical-section",

2
boa_engine/Cargo.toml

@ -66,7 +66,7 @@ indexmap = "1.9.3"
ryu-js = "0.2.2"
chrono = { version = "0.4.26", default-features = false, features = ["clock", "std"] }
fast-float = "0.2.0"
once_cell = "1.17.2"
once_cell = "1.18.0"
tap = "1.0.1"
sptr = "0.3.2"
static_assertions = "1.1.0"

2
boa_icu_provider/Cargo.toml

@ -22,7 +22,7 @@ zerovec = "0.9.4"
icu_datagen = { version = "1.2.5", optional = true }
icu_provider_blob = { version = "1.2.0", optional = true }
icu_provider_adapters = { version = "1.2.0", features = ["serde"], optional = true }
once_cell = { version = "1.17.2", default-features = false, features = [
once_cell = { version = "1.18.0", default-features = false, features = [
"critical-section",
], optional = true }
log = { version = "0.4.18", optional = true }

2
boa_interner/Cargo.toml

@ -20,7 +20,7 @@ boa_gc.workspace = true
phf = { version = "0.11.1", default-features = false, features = ["macros"] }
rustc-hash = { version = "1.1.0", default-features = false }
static_assertions = "1.1.0"
once_cell = {version = "1.17.2", default-features = false, features = ["critical-section"]}
once_cell = {version = "1.18.0", default-features = false, features = ["critical-section"]}
indexmap = "1.9.3"
serde = { version = "1.0.163", features = ["derive"], optional = true }
arbitrary = { version = "1", features = ["derive"], optional = true }

2
boa_parser/Cargo.toml

@ -23,7 +23,7 @@ bitflags = "2.3.1"
num-bigint = "0.4.3"
regress = "0.6.0"
icu_properties = "1.2.0"
once_cell = "1.17.2"
once_cell = "1.18.0"
[features]
annex-b = []

2
boa_profiler/Cargo.toml

@ -15,5 +15,5 @@ profiler = ["measureme", "once_cell", "rustc-hash"]
[dependencies]
measureme = { version = "10.1.1", optional = true }
once_cell = { version = "1.17.2", optional = true }
once_cell = { version = "1.18.0", optional = true }
rustc-hash = { version = "1.1.0", optional = true }

2
boa_tester/Cargo.toml

@ -20,7 +20,7 @@ serde_yaml = "0.9.21"
serde_json = "1.0.96"
bitflags = "2.3.1"
regex = "1.8.3"
once_cell = "1.17.2"
once_cell = "1.18.0"
colored = "2.0.0"
fxhash = "0.2.1"
rayon = "1.7.0"

Loading…
Cancel
Save