Skip to content

Commit

Permalink
Bump once_cell from 1.17.1 to 1.17.2 (#2978)
Browse files Browse the repository at this point in the history
Bumps [once_cell](https://github.com/matklad/once_cell) from 1.17.1 to 1.17.2.
- [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md)
- [Commits](matklad/once_cell@v1.17.1...v1.17.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 30, 2023
1 parent c013cac commit 867685e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion boa_engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ indexmap = "1.9.3"
ryu-js = "0.2.2"
chrono = { version = "0.4.24", default-features = false, features = ["clock", "std"] }
fast-float = "0.2.0"
once_cell = "1.17.1"
once_cell = "1.17.2"
tap = "1.0.1"
sptr = "0.3.2"
static_assertions = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion boa_icu_provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1", default-features = false, features = [
once_cell = { version = "1.17.2", default-features = false, features = [
"critical-section",
], optional = true }
log = { version = "0.4.18", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion boa_interner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1", default-features = false, features = ["critical-section"]}
once_cell = {version = "1.17.2", 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 }
Expand Down
2 changes: 1 addition & 1 deletion boa_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"
once_cell = "1.17.2"

[features]
annex-b = []
2 changes: 1 addition & 1 deletion boa_profiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ profiler = ["measureme", "once_cell", "rustc-hash"]

[dependencies]
measureme = { version = "10.1.1", optional = true }
once_cell = { version = "1.17.1", optional = true }
once_cell = { version = "1.17.2", optional = true }
rustc-hash = { version = "1.1.0", optional = true }
2 changes: 1 addition & 1 deletion boa_tester/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1"
once_cell = "1.17.2"
colored = "2.0.0"
fxhash = "0.2.1"
rayon = "1.7.0"
Expand Down

0 comments on commit 867685e

Please sign in to comment.