Browse Source

Bump bitflags from 2.0.0 to 2.0.1 (#2677)

Bumps [bitflags](https://github.com/bitflags/bitflags) from 2.0.0 to 2.0.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.0.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix up some docs issues by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/309">bitflags/bitflags#309</a></li>
<li>Make empty_flag() const. by <a href="https://github.com/tormeh"><code>@​tormeh</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/313">bitflags/bitflags#313</a></li>
<li>Fix formatting of multi-bit flags with partial overlap by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/316">bitflags/bitflags#316</a></li>
<li>Prepare for 2.0.1 release by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/317">bitflags/bitflags#317</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/tormeh"><code>@​tormeh</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/313">bitflags/bitflags#313</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/bitflags/bitflags/compare/2.0.0...2.0.1">https://github.com/bitflags/bitflags/compare/2.0.0...2.0.1</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.0.1</h1>
<h2>What's Changed</h2>
<ul>
<li>Fix up some docs issues by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/309">bitflags/bitflags#309</a></li>
<li>Make empty_flag() const. by <a href="https://github.com/tormeh"><code>@​tormeh</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/313">bitflags/bitflags#313</a></li>
<li>Fix formatting of multi-bit flags with partial overlap by <a href="https://github.com/KodrAus"><code>@​KodrAus</code></a> in <a href="https://redirect.github.com/bitflags/bitflags/pull/316">bitflags/bitflags#316</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/tormeh"><code>@​tormeh</code></a> made their first contribution in <a href="https://redirect.github.com/bitflags/bitflags/pull/313">bitflags/bitflags#313</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/bitflags/bitflags/compare/2.0.0...2.0.1">https://github.com/bitflags/bitflags/compare/2.0.0...2.0.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="8b43d2bb7e"><code>8b43d2b</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/317">#317</a> from KodrAus/cargo/2.0.1</li>
<li><a href="836eabbab2"><code>836eabb</code></a> update changelog</li>
<li><a href="11de329ef1"><code>11de329</code></a> prepare for 2.0.1 release</li>
<li><a href="af44dcc322"><code>af44dcc</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/316">#316</a> from KodrAus/fix/multi-bit-flag-fmt</li>
<li><a href="5ba27cfd4b"><code>5ba27cf</code></a> use the iterator state as the source of extra bits</li>
<li><a href="c4c13dc177"><code>c4c13dc</code></a> add repro for multi-bit flags</li>
<li><a href="ad0271116e"><code>ad02711</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/313">#313</a> from tormeh/tormod/const-empty-flag</li>
<li><a href="242f5e7789"><code>242f5e7</code></a> Make empty_flag() const.</li>
<li><a href="2c12c2e635"><code>2c12c2e</code></a> Merge pull request <a href="https://redirect.github.com/bitflags/bitflags/issues/309">#309</a> from bitflags/KodrAus-patch-3</li>
<li><a href="d1d153b4cb"><code>d1d153b</code></a> fix up some docs issues</li>
<li>See full diff in <a href="https://github.com/bitflags/bitflags/compare/2.0.0...2.0.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.0.0&new-version=2.0.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/2682/head
dependabot[bot] 2 years ago
parent
commit
65bb0d890e
  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

@ -269,9 +269,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
version = "2.0.0"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f6e5df9abedba5099a01a6567c6086a6fbcff57af07c360d356737f9e0c644"
checksum = "d5dd14596c0e5b954530d0e6f1fd99b89c03e313aa2086e8da4303701a09e1cf"
dependencies = [
"serde",
]
@ -304,7 +304,7 @@ name = "boa_ast"
version = "0.16.0"
dependencies = [
"arbitrary",
"bitflags 2.0.0",
"bitflags 2.0.1",
"boa_interner",
"boa_macros",
"num-bigint",
@ -333,7 +333,7 @@ dependencies = [
name = "boa_engine"
version = "0.16.0"
dependencies = [
"bitflags 2.0.0",
"bitflags 2.0.1",
"boa_ast",
"boa_gc",
"boa_icu_provider",
@ -442,7 +442,7 @@ dependencies = [
name = "boa_parser"
version = "0.16.0"
dependencies = [
"bitflags 2.0.0",
"bitflags 2.0.1",
"boa_ast",
"boa_interner",
"boa_macros",
@ -468,7 +468,7 @@ dependencies = [
name = "boa_tester"
version = "0.16.0"
dependencies = [
"bitflags 2.0.0",
"bitflags 2.0.1",
"boa_engine",
"boa_gc",
"clap 4.1.8",

2
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.0"
bitflags = "2.0.1"
num-bigint = "0.4.3"
serde = { version = "1.0.156", features = ["derive"], optional = true }
arbitrary = { version = "1", features = ["derive"], optional = true }

2
boa_engine/Cargo.toml

@ -51,7 +51,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.0"
bitflags = "2.0.1"
indexmap = "1.9.2"
ryu-js = "0.2.2"
chrono = { version = "0.4.24", default-features = false, features = ["clock", "std", "wasmbind"] }

2
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.0"
bitflags = "2.0.1"
num-bigint = "0.4.3"
regress = "0.5.0"

2
boa_tester/Cargo.toml

@ -18,7 +18,7 @@ clap = { version = "4.1.8", features = ["derive"] }
serde = { version = "1.0.156", features = ["derive"] }
serde_yaml = "0.9.19"
serde_json = "1.0.94"
bitflags = "2.0.0"
bitflags = "2.0.1"
regex = "1.7.1"
once_cell = "1.17.1"
colored = "2.0.0"

Loading…
Cancel
Save