From 5aac69c27d8ab773e825be308743b8741ddb709d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 18:57:15 +0000 Subject: [PATCH] Bump once_cell from 1.16.0 to 1.17.0 (#2510) Bumps [once_cell](https://github.com/matklad/once_cell) from 1.16.0 to 1.17.0.
Changelog

Sourced from once_cell's changelog.

1.17.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=once_cell&package-manager=cargo&previous-version=1.16.0&new-version=1.17.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
--- Cargo.lock | 4 ++-- boa_engine/Cargo.toml | 2 +- boa_icu_provider/Cargo.toml | 2 +- boa_interner/Cargo.toml | 2 +- boa_profiler/Cargo.toml | 2 +- boa_tester/Cargo.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c4ad1a819b..8f05e29a11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2377,9 +2377,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.16.0" +version = "1.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860" +checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66" [[package]] name = "oorandom" diff --git a/boa_engine/Cargo.toml b/boa_engine/Cargo.toml index f4f1becd5d..361e21e0f7 100644 --- a/boa_engine/Cargo.toml +++ b/boa_engine/Cargo.toml @@ -58,7 +58,7 @@ chrono = "0.4.23" fast-float = "0.2.0" unicode-normalization = "0.1.22" dyn-clone = "1.0.10" -once_cell = "1.16.0" +once_cell = "1.17.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 fd92fccd2a..48c0f8f1fa 100644 --- a/boa_icu_provider/Cargo.toml +++ b/boa_icu_provider/Cargo.toml @@ -19,7 +19,7 @@ icu_provider_adapters = { version = "1.0.0", features = ["serde"]} icu_datagen = { version = "1.0.2", optional = true } log = { version = "0.4.17", optional = true } simple_logger = { version = "4.0.0", optional = true } -once_cell = "1.16.0" +once_cell = "1.17.0" [features] bin = ["dep:icu_datagen", "dep:simple_logger", "dep:log"] diff --git a/boa_interner/Cargo.toml b/boa_interner/Cargo.toml index d9eef0d78b..e0995df3df 100644 --- a/boa_interner/Cargo.toml +++ b/boa_interner/Cargo.toml @@ -19,6 +19,6 @@ serde = { version = "1.0.152", features = ["derive"], optional = true } phf = { version = "0.11.1", features = ["macros"] } rustc-hash = "1.1.0" static_assertions = "1.1.0" -once_cell = "1.16.0" +once_cell = "1.17.0" indexmap = "1.9.2" arbitrary = { version = "1", optional = true, features = ["derive"] } diff --git a/boa_profiler/Cargo.toml b/boa_profiler/Cargo.toml index f74c067e5d..a3e4fb8d3b 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.0", optional = true } -once_cell = { version = "1.16.0", optional = true } +once_cell = { version = "1.17.0", optional = true } rustc-hash = { version = "1.1.0", optional = true } diff --git a/boa_tester/Cargo.toml b/boa_tester/Cargo.toml index 565449c2f8..4eeed04eca 100644 --- a/boa_tester/Cargo.toml +++ b/boa_tester/Cargo.toml @@ -21,7 +21,7 @@ serde_yaml = "0.9.16" serde_json = "1.0.91" bitflags = "1.3.2" regex = "1.7.0" -once_cell = "1.16.0" +once_cell = "1.17.0" colored = "2.0.0" fxhash = "0.2.1" rayon = "1.6.1"