Browse Source

Bump bitflags from 2.1.0 to 2.2.1 (#2868)

Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.1.0 to 2.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/bitflags/bitflags/releases">bitflags's releases</a>.</em></p>
<blockquote>
<h2>2.2.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Refactor attribute filtering to apply per-flag by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/345">bitflags/bitflags#345</a></li>
<li>Prepare for 2.2.1 release by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/346">bitflags/bitflags#346</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/bitflags/bitflags/compare/2.2.0...2.2.1">https://github.com/bitflags/bitflags/compare/2.2.0...2.2.1</a></p>
<h2>2.2.0 (yanked)</h2>
<h2>What's Changed</h2>
<ul>
<li>Create SECURITY.md by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/338">bitflags/bitflags#338</a></li>
<li>add docs to describe the behavior of multi-bit flags by <a href="https://github.com/nicholasbishop"><code>@​nicholasbishop</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/340">bitflags/bitflags#340</a></li>
<li>Add support for bytemuck by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/336">bitflags/bitflags#336</a></li>
<li>Add a top-level macro for filtering attributes by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/341">bitflags/bitflags#341</a></li>
<li>Prepare for 2.2.0 release by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/342">bitflags/bitflags#342</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/nicholasbishop"><code>@​nicholasbishop</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/340">bitflags/bitflags#340</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/bitflags/bitflags/compare/2.1.0...2.2.0">https://github.com/bitflags/bitflags/compare/2.1.0...2.2.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md">bitflags's changelog</a>.</em></p>
<blockquote>
<h1>2.2.1</h1>
<h2>What's Changed</h2>
<ul>
<li>Refactor attribute filtering to apply per-flag by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/345">bitflags/bitflags#345</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/bitflags/bitflags/compare/2.2.0...2.2.1">https://github.com/bitflags/bitflags/compare/2.2.0...2.2.1</a></p>
<h1>2.2.0</h1>
<h2>What's Changed</h2>
<ul>
<li>Create SECURITY.md by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/338">bitflags/bitflags#338</a></li>
<li>add docs to describe the behavior of multi-bit flags by <a href="https://github.com/nicholasbishop"><code>@​nicholasbishop</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/340">bitflags/bitflags#340</a></li>
<li>Add support for bytemuck by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/336">bitflags/bitflags#336</a></li>
<li>Add a top-level macro for filtering attributes by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/341">bitflags/bitflags#341</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/nicholasbishop"><code>@​nicholasbishop</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/340">bitflags/bitflags#340</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/bitflags/bitflags/compare/2.1.0...2.2.0">https://github.com/bitflags/bitflags/compare/2.1.0...2.2.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="0c318c0d77"><code>0c318c0</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/346">#346</a> from KodrAus/cargo/2.2.1</li>
<li><a href="a51c053286"><code>a51c053</code></a> prepare for 2.2.1 release</li>
<li><a href="638707f0f0"><code>638707f</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/345">#345</a> from KodrAus/fix/recursion</li>
<li><a href="f3f3b6a7b0"><code>f3f3b6a</code></a> add docs to example generated flags</li>
<li><a href="588d13298e"><code>588d132</code></a> refactor attribute filtering to apply per-flag</li>
<li><a href="cbcafa710f"><code>cbcafa7</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/342">#342</a> from KodrAus/cargo/2.2.0</li>
<li><a href="61df53a791"><code>61df53a</code></a> prepare for 2.2.0 release</li>
<li><a href="780f456840"><code>780f456</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/341">#341</a> from KodrAus/fix/doc-alias</li>
<li><a href="405e7de8ee"><code>405e7de</code></a> updates macro field names</li>
<li><a href="561fe509b0"><code>561fe50</code></a> add a top-level macro for filtering attributes</li>
<li>Additional commits viewable in <a href="https://github.com/bitflags/bitflags/compare/2.1.0...2.2.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bitflags&package-manager=cargo&previous-version=2.1.0&new-version=2.2.1)](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)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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)


</details>
pull/2871/head
dependabot[bot] 1 year ago
parent
commit
cebec9da90
  1. 12
      Cargo.lock
  2. 2
      boa_ast/Cargo.toml
  3. 2
      boa_engine/Cargo.toml
  4. 2
      boa_parser/Cargo.toml
  5. 2
      boa_tester/Cargo.toml

12
Cargo.lock generated

@ -326,9 +326,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]] [[package]]
name = "bitflags" name = "bitflags"
version = "2.1.0" version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c70beb79cbb5ce9c4f8e20849978f34225931f665bb49efa6982875a4d5facb3" checksum = "24a6904aef64d73cf10ab17ebace7befb918b82164785cb89907993be7f83813"
dependencies = [ dependencies = [
"serde", "serde",
] ]
@ -362,7 +362,7 @@ name = "boa_ast"
version = "0.16.0" version = "0.16.0"
dependencies = [ dependencies = [
"arbitrary", "arbitrary",
"bitflags 2.1.0", "bitflags 2.2.1",
"boa_interner", "boa_interner",
"boa_macros", "boa_macros",
"num-bigint", "num-bigint",
@ -394,7 +394,7 @@ dependencies = [
name = "boa_engine" name = "boa_engine"
version = "0.16.0" version = "0.16.0"
dependencies = [ dependencies = [
"bitflags 2.1.0", "bitflags 2.2.1",
"boa_ast", "boa_ast",
"boa_gc", "boa_gc",
"boa_icu_provider", "boa_icu_provider",
@ -523,7 +523,7 @@ dependencies = [
name = "boa_parser" name = "boa_parser"
version = "0.16.0" version = "0.16.0"
dependencies = [ dependencies = [
"bitflags 2.1.0", "bitflags 2.2.1",
"boa_ast", "boa_ast",
"boa_interner", "boa_interner",
"boa_macros", "boa_macros",
@ -560,7 +560,7 @@ dependencies = [
name = "boa_tester" name = "boa_tester"
version = "0.16.0" version = "0.16.0"
dependencies = [ dependencies = [
"bitflags 2.1.0", "bitflags 2.2.1",
"boa_engine", "boa_engine",
"boa_gc", "boa_gc",
"clap 4.2.4", "clap 4.2.4",

2
boa_ast/Cargo.toml

@ -18,7 +18,7 @@ arbitrary = ["dep:arbitrary", "boa_interner/arbitrary", "num-bigint/arbitrary"]
boa_interner.workspace = true boa_interner.workspace = true
boa_macros.workspace = true boa_macros.workspace = true
rustc-hash = "1.1.0" rustc-hash = "1.1.0"
bitflags = "2.1.0" bitflags = "2.2.1"
num-bigint = "0.4.3" num-bigint = "0.4.3"
serde = { version = "1.0.160", features = ["derive"], optional = true } serde = { version = "1.0.160", features = ["derive"], optional = true }
arbitrary = { version = "1", features = ["derive"], optional = true } arbitrary = { version = "1", features = ["derive"], optional = true }

2
boa_engine/Cargo.toml

@ -61,7 +61,7 @@ regress = "0.5.0"
rustc-hash = "1.1.0" rustc-hash = "1.1.0"
num-bigint = { version = "0.4.3", features = ["serde"] } num-bigint = { version = "0.4.3", features = ["serde"] }
num-integer = "0.1.45" num-integer = "0.1.45"
bitflags = "2.1.0" bitflags = "2.2.1"
indexmap = "1.9.3" indexmap = "1.9.3"
ryu-js = "0.2.2" ryu-js = "0.2.2"
chrono = { version = "0.4.24", default-features = false, features = ["clock", "std"] } chrono = { version = "0.4.24", default-features = false, features = ["clock", "std"] }

2
boa_parser/Cargo.toml

@ -19,7 +19,7 @@ boa_unicode.workspace = true
rustc-hash = "1.1.0" rustc-hash = "1.1.0"
fast-float = "0.2.0" fast-float = "0.2.0"
num-traits = "0.2.15" num-traits = "0.2.15"
bitflags = "2.1.0" bitflags = "2.2.1"
num-bigint = "0.4.3" num-bigint = "0.4.3"
regress = "0.5.0" regress = "0.5.0"

2
boa_tester/Cargo.toml

@ -18,7 +18,7 @@ clap = { version = "4.2.4", features = ["derive"] }
serde = { version = "1.0.160", features = ["derive"] } serde = { version = "1.0.160", features = ["derive"] }
serde_yaml = "0.9.21" serde_yaml = "0.9.21"
serde_json = "1.0.96" serde_json = "1.0.96"
bitflags = "2.1.0" bitflags = "2.2.1"
regex = "1.8.0" regex = "1.8.0"
once_cell = "1.17.1" once_cell = "1.17.1"
colored = "2.0.0" colored = "2.0.0"

Loading…
Cancel
Save