From f18b3be6722c02974f2c0238606413a4a953a298 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 10:21:28 +0000 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- boa_engine/Cargo.toml | 2 +- boa_icu_provider/Cargo.toml | 2 +- boa_interner/Cargo.toml | 2 +- boa_parser/Cargo.toml | 2 +- boa_profiler/Cargo.toml | 2 +- boa_tester/Cargo.toml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 483d21dee6..73228af596 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/boa_engine/Cargo.toml b/boa_engine/Cargo.toml index fa667fbc20..d8045e1c53 100644 --- a/boa_engine/Cargo.toml +++ b/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" diff --git a/boa_icu_provider/Cargo.toml b/boa_icu_provider/Cargo.toml index 09fe676704..3755ea77d7 100644 --- a/boa_icu_provider/Cargo.toml +++ b/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 } diff --git a/boa_interner/Cargo.toml b/boa_interner/Cargo.toml index 756b4852fc..0f7b1b6c14 100644 --- a/boa_interner/Cargo.toml +++ b/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 } diff --git a/boa_parser/Cargo.toml b/boa_parser/Cargo.toml index 3a2443c7b2..4d866503a3 100644 --- a/boa_parser/Cargo.toml +++ b/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 = [] diff --git a/boa_profiler/Cargo.toml b/boa_profiler/Cargo.toml index bda0ffd64f..9e25a6bca8 100644 --- a/boa_profiler/Cargo.toml +++ b/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 } diff --git a/boa_tester/Cargo.toml b/boa_tester/Cargo.toml index 3a14ad9898..f69fca364a 100644 --- a/boa_tester/Cargo.toml +++ b/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"