mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-12-25 23:49:31 -05:00
Merge #659
659: Bump jsonrpc_client from 0.6.0 to 0.7.0 r=thomaseizinger a=dependabot[bot] Bumps [jsonrpc_client](https://github.com/thomaseizinger/rust-jsonrpc-client) from 0.6.0 to 0.7.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/thomaseizinger/rust-jsonrpc-client/releases">jsonrpc_client's releases</a>.</em></p> <blockquote> <h2>0.7.0</h2> <h3>Added</h3> <ul> <li><code>JsonRpcError</code> now includes the optional <code>data</code> field, defined <a href="https://www.jsonrpc.org/specification#error_object">here</a>.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/thomaseizinger/rust-jsonrpc-client/blob/master/CHANGELOG.md">jsonrpc_client's changelog</a>.</em></p> <blockquote> <h2>[0.7.0] - 2021-07-27</h2> <h3>Added</h3> <ul> <li><code>JsonRpcError</code> now includes the optional <code>data</code> field, defined <a href="https://www.jsonrpc.org/specification#error_object">here</a>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="5e6a6b43ba
"><code>5e6a6b4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/thomaseizinger/rust-jsonrpc-client/issues/44">#44</a> from thomaseizinger/thomaseizinger-patch-2</li> <li><a href="61f141d0cc
"><code>61f141d</code></a> Update and rename release-crates-io.yml to release-lib-crates-io.yml</li> <li><a href="496f69f6fa
"><code>496f69f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/thomaseizinger/rust-jsonrpc-client/issues/43">#43</a> from thomaseizinger/thomaseizinger-patch-2</li> <li><a href="b948ff1a3d
"><code>b948ff1</code></a> Update create-release.yml</li> <li><a href="cb889c573a
"><code>cb889c5</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/thomaseizinger/rust-jsonrpc-client/issues/42">#42</a> from thomaseizinger/release/0.7.0</li> <li><a href="35f2fd1433
"><code>35f2fd1</code></a> Fix bad link in changelog</li> <li><a href="e4e9fbc518
"><code>e4e9fbc</code></a> Prepare release 0.7.0</li> <li><a href="9907e7fb1b
"><code>9907e7f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/thomaseizinger/rust-jsonrpc-client/issues/41">#41</a> from thomaseizinger/thomaseizinger-patch-2</li> <li><a href="0c00913982
"><code>0c00913</code></a> Update draft-new-release.yml</li> <li><a href="0fccb30dad
"><code>0fccb30</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/thomaseizinger/rust-jsonrpc-client/issues/40">#40</a> from thomaseizinger/thomaseizinger-patch-2</li> <li>Additional commits viewable in <a href="https://github.com/thomaseizinger/rust-jsonrpc-client/compare/v0.6.0...0.7.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jsonrpc_client&package-manager=cargo&previous-version=0.6.0&new-version=0.7.0)](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
518b812551
6
Cargo.lock
generated
6
Cargo.lock
generated
@ -1786,9 +1786,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "jsonrpc_client"
|
name = "jsonrpc_client"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a85cf2c5ce158eabf30b2ac4f535463d7b09ce7905502e11238b7d6048ef7d02"
|
checksum = "2f2e6b724d546ba449f65c42d02f97d437742962fe4a5735733a5132b3453208"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"jsonrpc_client_macro 0.3.0",
|
"jsonrpc_client_macro 0.3.0",
|
||||||
@ -2408,7 +2408,7 @@ dependencies = [
|
|||||||
"curve25519-dalek",
|
"curve25519-dalek",
|
||||||
"hex 0.4.3",
|
"hex 0.4.3",
|
||||||
"hex-literal",
|
"hex-literal",
|
||||||
"jsonrpc_client 0.6.0",
|
"jsonrpc_client 0.7.0",
|
||||||
"monero",
|
"monero",
|
||||||
"monero-epee-bin-serde",
|
"monero-epee-bin-serde",
|
||||||
"rand 0.7.3",
|
"rand 0.7.3",
|
||||||
|
@ -8,7 +8,7 @@ edition = "2018"
|
|||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
curve25519-dalek = "3.1"
|
curve25519-dalek = "3.1"
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
jsonrpc_client = { version = "0.6", features = [ "reqwest" ] }
|
jsonrpc_client = { version = "0.7", features = [ "reqwest" ] }
|
||||||
monero = "0.12"
|
monero = "0.12"
|
||||||
monero-epee-bin-serde = "1"
|
monero-epee-bin-serde = "1"
|
||||||
rand = "0.7"
|
rand = "0.7"
|
||||||
|
Loading…
Reference in New Issue
Block a user