mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
1144: build(deps): bump anyhow from 1.0.64 to 1.0.65 r=delta1 a=dependabot[bot] Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.64 to 1.0.65. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/anyhow/releases">anyhow's releases</a>.</em></p> <blockquote> <h2>1.0.65</h2> <ul> <li><!-- raw HTML omitted -->impl <!-- raw HTML omitted -->Provider<!-- raw HTML omitted --> for anyhow::Error<!-- raw HTML omitted --></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="4de2068f71
"><code>4de2068</code></a> Release 1.0.65</li> <li><a href="07acdacfea
"><code>07acdac</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/271">#271</a> from dtolnay/provider</li> <li><a href="ee49ec0d49
"><code>ee49ec0</code></a> Add impl Provider in build.rs probe</li> <li><a href="b7448d3ad6
"><code>b7448d3</code></a> impl std::any::Provider for anyhow::Error</li> <li>See full diff in <a href="https://github.com/dtolnay/anyhow/compare/1.0.64...1.0.65">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=anyhow&package-manager=cargo&previous-version=1.0.64&new-version=1.0.65)](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> 1145: build(deps): bump thiserror from 1.0.34 to 1.0.35 r=delta1 a=dependabot[bot] Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.34 to 1.0.35. <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.35</h2> <ul> <li>More work on integrating <a href="https://doc.rust-lang.org/std/any/trait.Provider.html">std::any::Provider</a> for backtrace support</li> <li>Fix <em>"Multiple applicable <code>provide</code> methods in scope"</em> error when the caller has both std::error::Error and std::any::Provide traits in scope (<a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/185">#185</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="10ffe03817
"><code>10ffe03</code></a> Release 1.0.35</li> <li><a href="9be0f4121e
"><code>9be0f41</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/191">#191</a> from dtolnay/anyhowprovider</li> <li><a href="1a90b77165
"><code>1a90b77</code></a> Pull in Provider impl from anyhow 1.0.65</li> <li><a href="2ca76edd6e
"><code>2ca76ed</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/190">#190</a> from dtolnay/provider</li> <li><a href="01e7c18310
"><code>01e7c18</code></a> Temporarily disable AnyhowBacktrace test</li> <li><a href="aaf8449dcb
"><code>aaf8449</code></a> Use ThiserrorProvide to disambiguate 'provide' method calls</li> <li><a href="460396e8f3
"><code>460396e</code></a> Add trait with method that won't collide between Provider and Error</li> <li><a href="293b127bc8
"><code>293b127</code></a> Add build script to detect Provider support</li> <li><a href="3bcad5957d
"><code>3bcad59</code></a> Revert "Directly call source.provide instead of going through dyn error"</li> <li><a href="21198c9c0a
"><code>21198c9</code></a> Move multiple-provide test into test_backtrace</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/thiserror/compare/1.0.34...1.0.35">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.34&new-version=1.0.35)](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
d483651ef4
12
Cargo.lock
generated
12
Cargo.lock
generated
@ -83,9 +83,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "anyhow"
|
||||
version = "1.0.64"
|
||||
version = "1.0.65"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b9a8f622bcf6ff3df478e9deba3e03e4e04b300f8e6a139e192c05fa3490afc7"
|
||||
checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602"
|
||||
|
||||
[[package]]
|
||||
name = "arrayref"
|
||||
@ -4144,18 +4144,18 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "thiserror"
|
||||
version = "1.0.34"
|
||||
version = "1.0.35"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8c1b05ca9d106ba7d2e31a9dab4a64e7be2cce415321966ea3132c49a656e252"
|
||||
checksum = "c53f98874615aea268107765aa1ed8f6116782501d18e53d08b471733bea6c85"
|
||||
dependencies = [
|
||||
"thiserror-impl",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "thiserror-impl"
|
||||
version = "1.0.34"
|
||||
version = "1.0.35"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e8f2591983642de85c921015f3f070c665a197ed69e417af436115e3a1407487"
|
||||
checksum = "f8b463991b4eab2d801e724172285ec4195c650e8ec79b149e6c2a8e6dd3f783"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
|
Loading…
Reference in New Issue
Block a user