Skip to content

Commit

Permalink
Bump thiserror from 1.0.30 to 1.0.31 (#329)
Browse files Browse the repository at this point in the history
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.30 to 1.0.31.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p>
<blockquote>
<h2>1.0.31</h2>
<ul>
<li>Improve diagnostic when there is an enum variant containing <code>#[from] #[backtrace] Error, Backtrace</code> (<a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/163">#163</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/dtolnay/thiserror/commit/cbe821249595aa5e389d5cb96e84da80adca8531"><code>cbe8212</code></a> Release 1.0.31</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/2a29fda0861feecba948e9270ee58d2e96b7b10a"><code>2a29fda</code></a> Add a miri test job in CI</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/244edc83d51432a581cf74ecb5d75535d19487cd"><code>244edc8</code></a> Update workflows to actions/checkout@v3</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/dd9206cfd05836fc5215ee65c47bd5405fc122bf"><code>dd9206c</code></a> Remove clippy deny attributes from test suite</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/625d349ffb2be7855d51a1c1ec88f75417d28f24"><code>625d349</code></a> Disable ui test on miri</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/21c26903e29cb92ba1a7ff11e82ae2001646b60d"><code>21c2690</code></a> Ignore wrong_self_convention clippy lint</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/91333fa18afa2e2afd16a40620f1d24c8447910f"><code>91333fa</code></a> Include global rustflags in rustflags override</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/d2e2ad151c65bf323e1e54f048ae7ced31937779"><code>d2e2ad1</code></a> Detect warnings in CI</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/320d70f691dc93cff8fc4cb17b384d4913be5884"><code>320d70f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/164">#164</a> from dtolnay/frombacktrace</li>
<li><a href="https://github.com/dtolnay/thiserror/commit/c4d7c2b1358d4c1da0c728da7d78a6e4787a1750"><code>c4d7c2b</code></a> Fix miscounting fields when from and backtrace are same field</li>
<li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.30...1.0.31">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thiserror&package-manager=cargo&previous-version=1.0.30&new-version=1.0.31)](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>
  • Loading branch information
dependabot[bot] committed May 2, 2022
1 parent e295da7 commit dbfe44c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -40,7 +40,7 @@ console_error_panic_hook = { version = "0.1.7" }
#
# Unfortunately, `wee_alloc` requires nightly Rust when targeting wasm for now.
wee_alloc = { version = "0.4.5" }
thiserror = "1.0.30"
thiserror = "1.0.31"

[dev-dependencies]
wasm-bindgen-test = "0.3.30"
Expand Down

0 comments on commit dbfe44c

Please sign in to comment.