From 303d8d4b6972b6740fd8558e5efdb66a562c7142 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Apr 2023 15:11:47 +0000 Subject: [PATCH] Bump bitflags from 2.0.2 to 2.1.0 (#2788) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.0.2 to 2.1.0.
Release notes

Sourced from bitflags's releases.

2.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/bitflags/bitflags/compare/2.0.2...2.1.0

Changelog

Sourced from bitflags's changelog.

2.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/bitflags/bitflags/compare/2.0.2...2.1.0

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bitflags&package-manager=cargo&previous-version=2.0.2&new-version=2.1.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 | 12 ++++++------ boa_ast/Cargo.toml | 2 +- boa_engine/Cargo.toml | 2 +- boa_parser/Cargo.toml | 2 +- boa_tester/Cargo.toml | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 050cc7fa0e..9a11985cc1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -317,9 +317,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" [[package]] name = "bitflags" -version = "2.0.2" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "487f1e0fcbe47deb8b0574e646def1c903389d95241dd1bbcc6ce4a715dfc0c1" +checksum = "c70beb79cbb5ce9c4f8e20849978f34225931f665bb49efa6982875a4d5facb3" dependencies = [ "serde", ] @@ -352,7 +352,7 @@ name = "boa_ast" version = "0.16.0" dependencies = [ "arbitrary", - "bitflags 2.0.2", + "bitflags 2.1.0", "boa_interner", "boa_macros", "num-bigint", @@ -383,7 +383,7 @@ dependencies = [ name = "boa_engine" version = "0.16.0" dependencies = [ - "bitflags 2.0.2", + "bitflags 2.1.0", "boa_ast", "boa_gc", "boa_icu_provider", @@ -503,7 +503,7 @@ dependencies = [ name = "boa_parser" version = "0.16.0" dependencies = [ - "bitflags 2.0.2", + "bitflags 2.1.0", "boa_ast", "boa_interner", "boa_macros", @@ -529,7 +529,7 @@ dependencies = [ name = "boa_tester" version = "0.16.0" dependencies = [ - "bitflags 2.0.2", + "bitflags 2.1.0", "boa_engine", "boa_gc", "clap 4.2.1", diff --git a/boa_ast/Cargo.toml b/boa_ast/Cargo.toml index e4572d94e6..e19370687c 100644 --- a/boa_ast/Cargo.toml +++ b/boa_ast/Cargo.toml @@ -18,7 +18,7 @@ arbitrary = ["dep:arbitrary", "boa_interner/arbitrary", "num-bigint/arbitrary"] boa_interner.workspace = true boa_macros.workspace = true rustc-hash = "1.1.0" -bitflags = "2.0.2" +bitflags = "2.1.0" num-bigint = "0.4.3" serde = { version = "1.0.159", features = ["derive"], optional = true } arbitrary = { version = "1", features = ["derive"], optional = true } diff --git a/boa_engine/Cargo.toml b/boa_engine/Cargo.toml index b2960f24b6..c1bf2c0ad1 100644 --- a/boa_engine/Cargo.toml +++ b/boa_engine/Cargo.toml @@ -57,7 +57,7 @@ regress = "0.5.0" rustc-hash = "1.1.0" num-bigint = { version = "0.4.3", features = ["serde"] } num-integer = "0.1.45" -bitflags = "2.0.2" +bitflags = "2.1.0" indexmap = "1.9.3" ryu-js = "0.2.2" chrono = { version = "0.4.24", default-features = false, features = ["clock", "std", "wasmbind"] } diff --git a/boa_parser/Cargo.toml b/boa_parser/Cargo.toml index 194cf49786..ed3257bbe9 100644 --- a/boa_parser/Cargo.toml +++ b/boa_parser/Cargo.toml @@ -19,6 +19,6 @@ boa_unicode.workspace = true rustc-hash = "1.1.0" fast-float = "0.2.0" num-traits = "0.2.15" -bitflags = "2.0.2" +bitflags = "2.1.0" num-bigint = "0.4.3" regress = "0.5.0" diff --git a/boa_tester/Cargo.toml b/boa_tester/Cargo.toml index 76b8aa8be7..b0022031cd 100644 --- a/boa_tester/Cargo.toml +++ b/boa_tester/Cargo.toml @@ -18,7 +18,7 @@ clap = { version = "4.2.1", features = ["derive"] } serde = { version = "1.0.159", features = ["derive"] } serde_yaml = "0.9.19" serde_json = "1.0.95" -bitflags = "2.0.2" +bitflags = "2.1.0" regex = "1.7.3" once_cell = "1.17.1" colored = "2.0.0"