mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Merge #1132
1132: build(deps): bump thiserror from 1.0.32 to 1.0.34 r=delta1 a=dependabot[bot] Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.32 to 1.0.34. <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.34</h2> <ul> <li>Tweak "generic member access" based Backtrace implementation (<a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/184">#184</a>)</li> </ul> <h2>1.0.33</h2> <ul> <li>Expose backtraces via the new "generic member access" API on the Error trait (<a href="https://github-redirect.dependabot.com/rust-lang/rust/issues/99301">rust-lang/rust#99301</a>, <a href="https://github-redirect.dependabot.com/rust-lang/rust/issues/96024">rust-lang/rust#96024</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="48f697af3d
"><code>48f697a</code></a> Release 1.0.34</li> <li><a href="76c5568135
"><code>76c5568</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/184">#184</a> from dtolnay/provide</li> <li><a href="f924c251ec
"><code>f924c25</code></a> Directly call source.provide instead of going through dyn error</li> <li><a href="2f093b5fbc
"><code>2f093b5</code></a> GitHub Workflows security hardening</li> <li><a href="63420ea04e
"><code>63420ea</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/183">#183</a> from dtolnay/deprecated</li> <li><a href="8adf113f0a
"><code>8adf113</code></a> Revert "Delete broken #[deprecated] test"</li> <li><a href="fdb266af29
"><code>fdb266a</code></a> Release 1.0.33</li> <li><a href="905680eee0
"><code>905680e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/182">#182</a> from dtolnay/provider</li> <li><a href="e11c97babf
"><code>e11c97b</code></a> Update backtrace test to provider API</li> <li><a href="986e106172
"><code>986e106</code></a> Revert "Disable nightly backtrace testing until converted to provider API"</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.32...1.0.34">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.32&new-version=1.0.34)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
commit
7792ea1461
8
Cargo.lock
generated
8
Cargo.lock
generated
@ -4135,18 +4135,18 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
version = "1.0.32"
|
||||
version = "1.0.34"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f5f6586b7f764adc0231f4c79be7b920e766bb2f3e51b3661cdb263828f19994"
|
||||
checksum = "8c1b05ca9d106ba7d2e31a9dab4a64e7be2cce415321966ea3132c49a656e252"
|
||||
dependencies = [
|
||||
"thiserror-impl",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "thiserror-impl"
|
||||
version = "1.0.32"
|
||||
version = "1.0.34"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "12bafc5b54507e0149cdf1b145a5d80ab80a90bcd9275df43d4fff68460f6c21"
|
||||
checksum = "e8f2591983642de85c921015f3f070c665a197ed69e417af436115e3a1407487"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
Loading…
Reference in New Issue
Block a user