mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-12-24 23:19:34 -05:00
1286: build(deps): bump rust_decimal_macros from 1.27.0 to 1.28.0 r=delta1 a=dependabot[bot] Bumps [rust_decimal_macros](https://github.com/paupino/rust-decimal) from 1.27.0 to 1.28.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/paupino/rust-decimal/blob/master/CHANGELOG.md">rust_decimal_macros's changelog</a>.</em></p> <blockquote> <h2>1.28.0</h2> <h3>Added</h3> <ul> <li>Implement <code>TryFrom<&str></code> for <code>Decimal</code> (<a href="https://github-redirect.dependabot.com/paupino/rust-decimal/pull/560">#560</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Explicit string deserialize for <code>Option<Decimal></code> when using <code>serde-with-str</code> (<a href="https://github-redirect.dependabot.com/paupino/rust-decimal/pull/565">#565</a>)</li> <li>Fix for <code>rescale</code> preventing <code>Decimal::ZERO</code> to be rescaled to an invalid precision (<a href="https://github-redirect.dependabot.com/paupino/rust-decimal/pull/566">#566</a>)</li> </ul> <h3>Credit</h3> <p>Thank you to <a href="https://github.com/c410-f3r"><code>`@c410-f3r</code></a>` for your diligent help adding features to this library!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="d62fe61025
"><code>d62fe61</code></a> Version 1.28.0 (<a href="https://github-redirect.dependabot.com/paupino/rust-decimal/issues/567">#567</a>)</li> <li><a href="bc8b53a7ca
"><code>bc8b53a</code></a> Fixes rescale internal allowing zeros to scale greater than the maximum possi...</li> <li><a href="2da7a0d134
"><code>2da7a0d</code></a> Explicit string (de)serialize for optional serde-with-str values (<a href="https://github-redirect.dependabot.com/paupino/rust-decimal/issues/565">#565</a>)</li> <li><a href="69c1e7f067
"><code>69c1e7f</code></a> Implement <code>TryFrom\<&str></code> for <code>Decimal</code> (<a href="https://github-redirect.dependabot.com/paupino/rust-decimal/issues/560">#560</a>)</li> <li>See full diff in <a href="https://github.com/paupino/rust-decimal/compare/1.27.0...1.28.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rust_decimal_macros&package-manager=cargo&previous-version=1.27.0&new-version=1.28.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> 1287: build(deps): bump rust_decimal from 1.27.0 to 1.28.0 r=delta1 a=dependabot[bot] Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.27.0 to 1.28.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/paupino/rust-decimal/blob/master/CHANGELOG.md">rust_decimal's changelog</a>.</em></p> <blockquote> <h2>1.28.0</h2> <h3>Added</h3> <ul> <li>Implement <code>TryFrom<&str></code> for <code>Decimal</code> (<a href="https://github-redirect.dependabot.com/paupino/rust-decimal/pull/560">#560</a>)</li> </ul> <h3>Fixed</h3> <ul> <li>Explicit string deserialize for <code>Option<Decimal></code> when using <code>serde-with-str</code> (<a href="https://github-redirect.dependabot.com/paupino/rust-decimal/pull/565">#565</a>)</li> <li>Fix for <code>rescale</code> preventing <code>Decimal::ZERO</code> to be rescaled to an invalid precision (<a href="https://github-redirect.dependabot.com/paupino/rust-decimal/pull/566">#566</a>)</li> </ul> <h3>Credit</h3> <p>Thank you to <a href="https://github.com/c410-f3r"><code>`@c410-f3r</code></a>` for your diligent help adding features to this library!</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="d62fe61025
"><code>d62fe61</code></a> Version 1.28.0 (<a href="https://github-redirect.dependabot.com/paupino/rust-decimal/issues/567">#567</a>)</li> <li><a href="bc8b53a7ca
"><code>bc8b53a</code></a> Fixes rescale internal allowing zeros to scale greater than the maximum possi...</li> <li><a href="2da7a0d134
"><code>2da7a0d</code></a> Explicit string (de)serialize for optional serde-with-str values (<a href="https://github-redirect.dependabot.com/paupino/rust-decimal/issues/565">#565</a>)</li> <li><a href="69c1e7f067
"><code>69c1e7f</code></a> Implement <code>TryFrom\<&str></code> for <code>Decimal</code> (<a href="https://github-redirect.dependabot.com/paupino/rust-decimal/issues/560">#560</a>)</li> <li>See full diff in <a href="https://github.com/paupino/rust-decimal/compare/1.27.0...1.28.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rust_decimal&package-manager=cargo&previous-version=1.27.0&new-version=1.28.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> 1288: build(deps): bump async-trait from 0.1.62 to 0.1.63 r=delta1 a=dependabot[bot] Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.62 to 0.1.63. <details> <summary>Commits</summary> <ul> <li><a href="36bcff4c0d
"><code>36bcff4</code></a> Release 0.1.63</li> <li><a href="f88c287dff
"><code>f88c287</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/235">#235</a> from dtolnay/patterns</li> <li><a href="1c2e90a984
"><code>1c2e90a</code></a> Make expansion of nested _ and .. patterns edition independent</li> <li><a href="80a9c2c8af
"><code>80a9c2c</code></a> Add regression test for issue 234</li> <li><a href="125917ffe0
"><code>125917f</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/233">#233</a> from dtolnay/reference</li> <li><a href="ba930258fa
"><code>ba93025</code></a> Bypass Sync bound implied by non-existent drop of reference</li> <li><a href="70bf4b0243
"><code>70bf4b0</code></a> Add regression test for issue 232</li> <li>See full diff in <a href="https://github.com/dtolnay/async-trait/compare/0.1.62...0.1.63">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=async-trait&package-manager=cargo&previous-version=0.1.62&new-version=0.1.63)](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
58dae512e7
12
Cargo.lock
generated
12
Cargo.lock
generated
@ -120,9 +120,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "async-trait"
|
name = "async-trait"
|
||||||
version = "0.1.62"
|
version = "0.1.63"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "689894c2db1ea643a50834b999abf1c110887402542955ff5451dab8f861f9ed"
|
checksum = "eff18d764974428cf3a9328e23fc5c986f5fbed46e6cd4cdf42544df5d297ec1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
@ -3254,9 +3254,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rust_decimal"
|
name = "rust_decimal"
|
||||||
version = "1.27.0"
|
version = "1.28.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "33c321ee4e17d2b7abe12b5d20c1231db708dd36185c8a21e9de5fed6da4dbe9"
|
checksum = "7fe32e8c89834541077a5c5bbe5691aa69324361e27e6aeb3552a737db4a70c8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arrayvec",
|
"arrayvec",
|
||||||
"borsh",
|
"borsh",
|
||||||
@ -3272,9 +3272,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rust_decimal_macros"
|
name = "rust_decimal_macros"
|
||||||
version = "1.27.0"
|
version = "1.28.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "5a7e2dba1342e9f1166786a4329ba0d6d6b8d9db7e81d702ec9ba3b39591ddff"
|
checksum = "d71a78314ee3b7e684f34f1574fe0935cac8eb453217974473be82f032d9b4ee"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"quote",
|
"quote",
|
||||||
"rust_decimal",
|
"rust_decimal",
|
||||||
|
Loading…
Reference in New Issue
Block a user