Browse Source

Bump num_enum from 0.5.9 to 0.5.10 (#2613)

Bumps [num_enum](https://github.com/illicitonion/num_enum) from 0.5.9 to 0.5.10.
<details>
<summary>Commits</summary>
<ul>
<li><a href="92a7a52b1c"><code>92a7a52</code></a> Bump to 0.5.10 (<a href="https://github-redirect.dependabot.com/illicitonion/num_enum/issues/105">#105</a>)</li>
<li><a href="b860dba7e3"><code>b860dba</code></a> Avoid format - fix clippy warning (<a href="https://github-redirect.dependabot.com/illicitonion/num_enum/issues/104">#104</a>)</li>
<li><a href="d5a4caa439"><code>d5a4caa</code></a> fix(<a href="https://github-redirect.dependabot.com/illicitonion/num_enum/issues/102">#102</a>): Fixed shift error on &gt;64 bit enums (<a href="https://github-redirect.dependabot.com/illicitonion/num_enum/issues/103">#103</a>)</li>
<li><a href="476ef4bce0"><code>476ef4b</code></a> Fix tests since 1.67.0 was released (<a href="https://github-redirect.dependabot.com/illicitonion/num_enum/issues/100">#100</a>)</li>
<li>See full diff in <a href="https://github.com/illicitonion/num_enum/compare/0.5.9...0.5.10">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=num_enum&package-manager=cargo&previous-version=0.5.9&new-version=0.5.10)](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/2616/head
dependabot[bot] 2 years ago
parent
commit
fa2c3c1e99
  1. 8
      Cargo.lock
  2. 2
      boa_engine/Cargo.toml

8
Cargo.lock generated

@ -2469,18 +2469,18 @@ dependencies = [
[[package]]
name = "num_enum"
version = "0.5.9"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d829733185c1ca374f17e52b762f24f535ec625d2cc1f070e34c8a9068f341b"
checksum = "3e0072973714303aa6e3631c7e8e777970cf4bdd25dc4932e41031027b8bcc4e"
dependencies = [
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
version = "0.5.9"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2be1598bf1c313dcdd12092e3f1920f463462525a21b7b4e11b4168353d0123e"
checksum = "0629cbd6b897944899b1f10496d9c4a7ac5878d45fd61bc22e9e79bfbbc29597"
dependencies = [
"proc-macro-crate",
"proc-macro2",

2
boa_engine/Cargo.toml

@ -63,7 +63,7 @@ sptr = "0.3.2"
static_assertions = "1.1.0"
thiserror = "1.0.38"
dashmap = "5.4.0"
num_enum = "0.5.9"
num_enum = "0.5.10"
# intl deps
boa_icu_provider = { workspace = true, optional = true }

Loading…
Cancel
Save