From 60b74e1f5165bfa7c32fb8af1bfc55b0b5431c91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 12:39:45 +0000 Subject: [PATCH] Bump once_cell from 1.9.0 to 1.10.0 (#1893) Bumps [once_cell](https://github.com/matklad/once_cell) from 1.9.0 to 1.10.0.
Changelog

Sourced from once_cell's changelog.

Changelog

1.11

1.10

1.9

1.8.0

1.7.2

1.7.1

1.7.0

1.6.0

1.5.2

1.5.1

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=once_cell&package-manager=cargo&previous-version=1.9.0&new-version=1.10.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_profiler/Cargo.toml | 2 +- boa_tester/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 35b1b82dc3..06f150ecff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -887,9 +887,9 @@ dependencies = [ [[package]] name = "once_cell" -version = "1.9.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "da32515d9f6e6e489d7bc9d84c71b060db7247dc035bbe44eac88cf87486d8d5" +checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9" [[package]] name = "oorandom" diff --git a/boa_engine/Cargo.toml b/boa_engine/Cargo.toml index 5acfcf8da9..a1f7cb29d1 100644 --- a/boa_engine/Cargo.toml +++ b/boa_engine/Cargo.toml @@ -56,7 +56,7 @@ chrono = "0.4.19" fast-float = "0.2.0" unicode-normalization = "0.1.19" dyn-clone = "1.0.4" -once_cell = "1.9.0" +once_cell = "1.10.0" [dev-dependencies] criterion = "0.3.5" diff --git a/boa_profiler/Cargo.toml b/boa_profiler/Cargo.toml index ed8c34746a..1bb148d453 100644 --- a/boa_profiler/Cargo.toml +++ b/boa_profiler/Cargo.toml @@ -33,4 +33,4 @@ profiler = ["measureme", "once_cell"] [dependencies] measureme = { version = "10.0.0", optional = true } -once_cell = { version = "1.9.0", optional = true } \ No newline at end of file +once_cell = { version = "1.10.0", optional = true } \ No newline at end of file diff --git a/boa_tester/Cargo.toml b/boa_tester/Cargo.toml index 84d758a3b3..15a9d75656 100644 --- a/boa_tester/Cargo.toml +++ b/boa_tester/Cargo.toml @@ -37,7 +37,7 @@ serde_yaml = "0.8.23" serde_json = "1.0.79" bitflags = "1.3.2" regex = "1.5.4" -once_cell = "1.9.0" +once_cell = "1.10.0" colored = "2.0.0" fxhash = "0.2.1" git2 = "0.14.1"