Commit Graph

2140 Commits

Author SHA1 Message Date
bors[bot]
ee4273d2d5
Merge #1231
1231:  feat(asb): allow config overrides from env vars r=delta1 a=delta1

- upgrades config crate to 0.13.2 #1087
- adds environment source for config overrides 

This change allows the ASB config to be overridden by env vars starting with `ASB__`. 
Adds a test to check this, and updates the de/serialization of the network `listen` and `external_addresses` fields to be a comma separated string from the environment. The `separator` is a pair of underscores, which is necessary since some of the fields already have underscores in their names. 

Example env var: `ASB__NETWORK__EXTERNAL_ADDRESSES="/dns4/example.org/tcp/9939,/ip4/1.2.3.4/tcp/9940"` 

This particular change will help when running the ASB as a docker container (wip), allowing the config to be set in the env for docker-compose etc. 

Co-authored-by: Byron Hambly <bhambly@blockstream.com>
2022-12-09 07:50:13 +00:00
bors[bot]
27cd39227e
Merge #1234
1234: build(deps): bump bdk from 0.24.0 to 0.25.0 r=delta1 a=dependabot[bot]

Bumps [bdk](https://github.com/bitcoindevkit/bdk) from 0.24.0 to 0.25.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/bitcoindevkit/bdk/releases">bdk's releases</a>.</em></p>
<blockquote>
<h2>Release 0.25.0</h2>
<h3>Summary</h3>
<p>This release fixes slow sync time and big script_pubkeys table with SQLite, the wallet rescan height for the FullyNodedExport and setting the network for keys in the KeyMap when using descriptor templates. Also added are new blockchain and mnemonic examples.</p>
<h3>Changelog</h3>
<h4>Fixed</h4>
<ul>
<li>Slow sync time and big script_pubkeys table with SQLite.</li>
<li>Wallet rescan height for the FullyNodedExport.</li>
<li>Setting the network for keys in the KeyMap when using descriptor templates.</li>
</ul>
<h4>Added</h4>
<ul>
<li>Examples for connecting to Esplora, Electrum Server, Neutrino and Bitcoin Core.</li>
<li>Example for using a mnemonic in a descriptors.</li>
</ul>
<h2>What's Changed</h2>
<ul>
<li>Fix wallet export rescan height by <a href="https://github.com/LLFourn"><code>`@​LLFourn</code></a>` in <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/pull/785">bitcoindevkit/bdk#785</a></li>
<li>Add code example for each supported backend by <a href="https://github.com/w0xlt"><code>`@​w0xlt</code></a>` in <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/pull/526">bitcoindevkit/bdk#526</a></li>
<li>fix: ensure the key network is updated in the KeyMap as well by <a href="https://github.com/afilini"><code>`@​afilini</code></a>` in <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/pull/800">bitcoindevkit/bdk#800</a></li>
<li>Add mnemonic_to_descriptors example by <a href="https://github.com/vladimirfomene"><code>`@​vladimirfomene</code></a>` in <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/pull/746">bitcoindevkit/bdk#746</a></li>
<li>Bump version to 0.25.0 by <a href="https://github.com/notmandatory"><code>`@​notmandatory</code></a>` in <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/pull/803">bitcoindevkit/bdk#803</a></li>
<li>Ensure there are no duplicated script_pubkeys in sqlite by <a href="https://github.com/afilini"><code>`@​afilini</code></a>` in <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/pull/806">bitcoindevkit/bdk#806</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/bitcoindevkit/bdk/compare/v0.24.0...v0.25.0">https://github.com/bitcoindevkit/bdk/compare/v0.24.0...v0.25.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="d288cbbbbc"><code>d288cbb</code></a> Bump version to 0.25.0</li>
<li><a href="005447c81e"><code>005447c</code></a> Downgrade ubuntu to 20.04 for test_hardware_wallet CI job</li>
<li><a href="5168d41a93"><code>5168d41</code></a> Bump version to 0.25.0-rc.1</li>
<li><a href="4c5ceaff14"><code>4c5ceaf</code></a> Merge <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/issues/806">bitcoindevkit/bdk#806</a>: Ensure there are no duplicated script_pubkeys in...</li>
<li><a href="b5fcddcf1a"><code>b5fcddc</code></a> Add sqlite migration to drop duplicated script_pubkeys rows</li>
<li><a href="d570ff2c65"><code>d570ff2</code></a> Merge <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/issues/803">bitcoindevkit/bdk#803</a>: Bump version to 0.25.0</li>
<li><a href="21c96c9c81"><code>21c96c9</code></a> Add test for issue <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/issues/801">#801</a></li>
<li><a href="c51d544932"><code>c51d544</code></a> [wip] Ensure there are no duplicated script_pubkeys in sqlite</li>
<li><a href="5e56c3b3c1"><code>5e56c3b</code></a> Bump version to 0.25.0</li>
<li><a href="235961a934"><code>235961a</code></a> Merge <a href="https://github-redirect.dependabot.com/bitcoindevkit/bdk/issues/746">bitcoindevkit/bdk#746</a>: Add mnemonic_to_descriptors example</li>
<li>Additional commits viewable in <a href="https://github.com/bitcoindevkit/bdk/compare/v0.24.0...v0.25.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bdk&package-manager=cargo&previous-version=0.24.0&new-version=0.25.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>
2022-12-06 16:55:36 +00:00
bors[bot]
6cbd258950
Merge #1235
1235: build(deps): bump data-encoding from 2.3.2 to 2.3.3 r=delta1 a=dependabot[bot]

Bumps [data-encoding](https://github.com/ia0/data-encoding) from 2.3.2 to 2.3.3.
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/ia0/data-encoding/commits">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=data-encoding&package-manager=cargo&previous-version=2.3.2&new-version=2.3.3)](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>
2022-12-06 14:45:38 +00:00
dependabot[bot]
1198cd7fcd
build(deps): bump data-encoding from 2.3.2 to 2.3.3
Bumps [data-encoding](https://github.com/ia0/data-encoding) from 2.3.2 to 2.3.3.
- [Release notes](https://github.com/ia0/data-encoding/releases)
- [Commits](https://github.com/ia0/data-encoding/commits)

---
updated-dependencies:
- dependency-name: data-encoding
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-06 11:03:54 +00:00
dependabot[bot]
2401c2f38f
build(deps): bump bdk from 0.24.0 to 0.25.0
Bumps [bdk](https://github.com/bitcoindevkit/bdk) from 0.24.0 to 0.25.0.
- [Release notes](https://github.com/bitcoindevkit/bdk/releases)
- [Changelog](https://github.com/bitcoindevkit/bdk/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bitcoindevkit/bdk/compare/v0.24.0...v0.25.0)

---
updated-dependencies:
- dependency-name: bdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-06 11:03:41 +00:00
bors[bot]
b033b48861
Merge #1233
1233: build(deps): bump serde from 1.0.148 to 1.0.149 r=delta1 a=dependabot[bot]

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.148 to 1.0.149.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p>
<blockquote>
<h2>v1.0.149</h2>
<ul>
<li>Relax some trait bounds from the <code>Serialize</code> impl of <code>BinaryHeap</code>, <code>BTreeSet</code>, and <code>HashSet</code> (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2333">#2333</a>, thanks <a href="https://github.com/jonasbb"><code>`@​jonasbb</code></a>)</li>`
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="0353354d61"><code>0353354</code></a> Release 1.0.149</li>
<li><a href="34ae0422f4"><code>34ae042</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2333">#2333</a> from jonasbb/remove-trait-bounds</li>
<li><a href="cc128feb4c"><code>cc128fe</code></a> Remove some Serialize trait bounds</li>
<li>See full diff in <a href="https://github.com/serde-rs/serde/compare/v1.0.148...v1.0.149">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.148&new-version=1.0.149)](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>
2022-12-05 17:58:23 +00:00
Byron Hambly
6848f64385
build(deps): bump config to 0.13.3 2022-12-05 14:31:55 +02:00
dependabot[bot]
6f8f381500
build(deps): bump serde from 1.0.148 to 1.0.149
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.148 to 1.0.149.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.148...v1.0.149)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-05 11:04:15 +00:00
Byron Hambly
98296d8fa6
feat(asb): allow config overrides from env vars
- upgrades config crate to 0.13.2 #1087
- adds environment source for config overrides
2022-12-05 11:27:47 +02:00
bors[bot]
e279b20629
Merge #1230
1230: docs: update sqlx script and add ci r=delta1 a=delta1

- upgrades sqlx to 0.6
- fixes `sqlite_dev_setup.sh` script
- adds ci to test the script

Co-authored-by: Byron Hambly <bhambly@blockstream.com>
2022-11-30 14:42:42 +00:00
Byron Hambly
f0e059c814
docs: update sqlx script and add ci
- upgrades sqlx to 0.6
- fixes sqlite_dev_setup.sh script
- adds ci to test the script
2022-11-30 15:30:32 +02:00
bors[bot]
96398b1db4
Merge #1229
1229: build(deps): bump vergen from 7.0.0 to 7.4.3 r=delta1 a=dependabot[bot]

Bumps [vergen](https://github.com/rustyhorde/vergen) from 7.0.0 to 7.4.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/rustyhorde/vergen/releases">vergen's releases</a>.</em></p>
<blockquote>
<h2>v7.4.3</h2>
<ul>
<li>Documentation update</li>
<li>Fix for <code>sysinfo</code> memory reporting for machine with large amounts of memory</li>
</ul>
<h2>v7.4.2</h2>
<ul>
<li>Added support for <code>SOURCE_DATE_EPOCH</code> timestamps from <a href="https://reproducible-builds.org/docs/source-date-epoch/">https://reproducible-builds.org/docs/source-date-epoch/</a></li>
</ul>
<h2>v7.4.1</h2>
<ul>
<li>Pined <code>enum-iterator</code> dependency to <code>1.1.3</code> to avoid issue caused by more recent versions using unstable features causing builds to fail.</li>
</ul>
<h2>v7.4.0</h2>
<ul>
<li>Pinned all dependencies.</li>
<li>Added the ability to ignore errors to continue processing other enabled environment variables.</li>
</ul>
<h2>v7.3.2</h2>
<ul>
<li>Pinned git dependency to &quot;0.14&quot;.   Version 0.15 was causing issues within docker builds (can't determine 'safe.directory').  Pinning to the last usable version for now until I can determine the underlying cause of that issue.</li>
</ul>
<h2>v7.3.1</h2>
<ul>
<li>Updated <code>enum-iterator</code> to latest</li>
<li>Updated <code>sysinfo</code> to latest</li>
<li>MSRV to 1.62.0</li>
</ul>
<h2>v7.2.1</h2>
<ul>
<li>Added support for git commit message output</li>
</ul>
<h2>v7.2.0</h2>
<ul>
<li>Added the ability to generate the git author and git email independently.</li>
</ul>
<h2>v7.1.0</h2>
<ul>
<li>Added support for git commit count</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="198027cf0e"><code>198027c</code></a> version bump for next release</li>
<li><a href="8f28441e3f"><code>8f28441</code></a> Updated let else as the feature is unstable with</li>
<li><a href="1fa8357c07"><code>1fa8357</code></a> lint</li>
<li><a href="8b0aa4fd84"><code>8b0aa4f</code></a> Fix memory reporting with sysinfo 0.16 (<a href="https://github-redirect.dependabot.com/rustyhorde/vergen/issues/142">#142</a>)</li>
<li><a href="a157623087"><code>a157623</code></a> Fix documentation for <code>SOURCE_DATE_EPOCH</code> variable (<a href="https://github-redirect.dependabot.com/rustyhorde/vergen/issues/139">#139</a>)</li>
<li><a href="fad821d4de"><code>fad821d</code></a> removed lint</li>
<li><a href="3e9e68f102"><code>3e9e68f</code></a> format lints</li>
<li><a href="dad72cd131"><code>dad72cd</code></a> removed unstable lints</li>
<li><a href="bc8030ef0c"><code>bc8030e</code></a> lints</li>
<li><a href="8f6c8a2f74"><code>8f6c8a2</code></a> version bump for next release</li>
<li>Additional commits viewable in <a href="https://github.com/rustyhorde/vergen/compare/7.0.0...7.4.3">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=vergen&package-manager=cargo&previous-version=7.0.0&new-version=7.4.3)](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>
2022-11-30 12:12:37 +00:00
dependabot[bot]
fa38208ffa
build(deps): bump vergen from 7.0.0 to 7.4.3
Bumps [vergen](https://github.com/rustyhorde/vergen) from 7.0.0 to 7.4.3.
- [Release notes](https://github.com/rustyhorde/vergen/releases)
- [Commits](https://github.com/rustyhorde/vergen/compare/7.0.0...7.4.3)

---
updated-dependencies:
- dependency-name: vergen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-30 11:03:01 +00:00
bors[bot]
f0e28b1bc6
Merge #1228
1228: build(deps): bump async-trait from 0.1.58 to 0.1.59 r=delta1 a=dependabot[bot]

Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.58 to 0.1.59.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/dtolnay/async-trait/releases">async-trait's releases</a>.</em></p>
<blockquote>
<h2>0.1.59</h2>
<ul>
<li>Support <code>self: Arc&lt;Self&gt;</code> async methods that have a default implementation provided by the trait (<a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/210">#210</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="c1fba00e2e"><code>c1fba00</code></a> Release 0.1.59</li>
<li><a href="b0466bb302"><code>b0466bb</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/223">#223</a> from dtolnay/arc</li>
<li><a href="066f06ec0d"><code>066f06e</code></a> Match specifically Arc&lt;Self&gt;, not any other Arc</li>
<li><a href="d1a4a23e97"><code>d1a4a23</code></a> Infer Sync+Send bound for Arc&lt;Self&gt; methods with default body</li>
<li><a href="e5828bf9e1"><code>e5828bf</code></a> Add regression test for issue 210</li>
<li><a href="9ed6489ee0"><code>9ed6489</code></a> Format with rustfmt 1.5.1-nightly</li>
<li><a href="b100ace3bc"><code>b100ace</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/222">#222</a> from dtolnay/bound</li>
<li><a href="643c07c0d1"><code>643c07c</code></a> Generalize support for inferred multiple bounds</li>
<li><a href="6c13d6fb80"><code>6c13d6f</code></a> Move absolute path of bound into InferredBound</li>
<li><a href="cfa9c10f53"><code>cfa9c10</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/async-trait/issues/221">#221</a> from dtolnay/bound</li>
<li>Additional commits viewable in <a href="https://github.com/dtolnay/async-trait/compare/0.1.58...0.1.59">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.58&new-version=0.1.59)](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>
2022-11-29 12:38:18 +00:00
dependabot[bot]
27dd595dfa
build(deps): bump async-trait from 0.1.58 to 0.1.59
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.58 to 0.1.59.
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](https://github.com/dtolnay/async-trait/compare/0.1.58...0.1.59)

---
updated-dependencies:
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-29 11:04:22 +00:00
bors[bot]
a6c5f42aea
Merge #1227
1227: build(deps): bump serde from 1.0.147 to 1.0.148 r=delta1 a=dependabot[bot]

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.147 to 1.0.148.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/serde-rs/serde/releases">serde's releases</a>.</em></p>
<blockquote>
<h2>v1.0.148</h2>
<ul>
<li>Support <code>remote</code> derive for generic types that have private fields (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2327">#2327</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="7766103174"><code>7766103</code></a> Release 1.0.148</li>
<li><a href="30f7c7110d"><code>30f7c71</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2331">#2331</a> from dtolnay/remote</li>
<li><a href="50354c2d0b"><code>50354c2</code></a> Improve error message on remote derive duplicate generics</li>
<li><a href="c4f67e679f"><code>c4f67e6</code></a> Add ui test of duplicate generics in remote derive</li>
<li><a href="0daafe423f"><code>0daafe4</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2330">#2330</a> from dtolnay/remote</li>
<li><a href="37021910c9"><code>3702191</code></a> Fix Into conversion involving generic remote derive with getter</li>
<li><a href="7328b34810"><code>7328b34</code></a> Add test of generic remote derive with getter</li>
<li><a href="fabbd2b097"><code>fabbd2b</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2329">#2329</a> from dtolnay/safety</li>
<li><a href="6814f978d7"><code>6814f97</code></a> Revert Buf::as_str safety change from PR 2319</li>
<li><a href="4ea403c54a"><code>4ea403c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2328">#2328</a> from dtolnay/remote</li>
<li>Additional commits viewable in <a href="https://github.com/serde-rs/serde/compare/v1.0.147...v1.0.148">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde&package-manager=cargo&previous-version=1.0.147&new-version=1.0.148)](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>
2022-11-28 12:29:22 +00:00
dependabot[bot]
ec44077b61
build(deps): bump serde from 1.0.147 to 1.0.148
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.147 to 1.0.148.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.147...v1.0.148)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-28 11:03:49 +00:00
bors[bot]
ee06b2a0e4
Merge #1226
1226: ci: use cargo cross for binary builds r=delta1 a=delta1

related to #1218

see: https://github.com/comit-network/xmr-btc-swap/pull/1225#issuecomment-1327637918 

Co-authored-by: Byron Hambly <bhambly@blockstream.com>
2022-11-25 16:13:52 +00:00
Byron Hambly
206040d9d6
ci: use cargo cross for binary builds
related to #1218
2022-11-25 18:05:55 +02:00
bors[bot]
e5e7de757e
Merge #1225
1225: fix(cli, asb): print update warning correctly formatted r=delta1 a=binarybaron



Co-authored-by: binarybaron <86064887+binarybaron@users.noreply.github.com>
2022-11-25 13:45:12 +00:00
bors[bot]
54875bb30b
Merge #1224
1224: build(deps): bump rust_decimal_macros from 1.26.1 to 1.27.0 r=delta1 a=dependabot[bot]

Bumps [rust_decimal_macros](https://github.com/paupino/rust-decimal) from 1.26.1 to 1.27.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.27.0</h2>
<h3>Added</h3>
<ul>
<li>Added <code>Copy</code>/<code>Clone</code> traits for <code>rkvy::Archive</code> (<a href="https://github-redirect.dependabot.com/paupino/rust-decimal/pull/539">#539</a>)</li>
<li>Support precision for scientific notation formatting (<a href="https://github-redirect.dependabot.com/paupino/rust-decimal/pull/555">#555</a>, <a href="https://github-redirect.dependabot.com/paupino/rust-decimal/pull/557">#557</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fixed edge case parsing of strings whereby it would incorrectly error instead of round (<a href="https://github-redirect.dependabot.com/paupino/rust-decimal/pull/541">#541</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Update diesel feature to use release version (<a href="https://github-redirect.dependabot.com/paupino/rust-decimal/pull/546">#546</a>)</li>
<li>Updated documentation to include <code>cargo-edit</code> instructions (<a href="https://github-redirect.dependabot.com/paupino/rust-decimal/pull/538">#538</a>)</li>
<li>Start using new feature resolver for cargo dependencies (<a href="https://github-redirect.dependabot.com/paupino/rust-decimal/pull/551">#551</a>)</li>
<li>Optional serde deserialization avoids using <code>deserialize_any</code> except in explicit use cases (<a href="https://github-redirect.dependabot.com/paupino/rust-decimal/pull/558">#558</a>)</li>
</ul>
<h3>Credit</h3>
<p>This release wouldn't have been possible without the help of the community. Special call out and thank you to <a href="https://github.com/icy-ux"><code>`@​icy-ux</code></a>,` <a href="https://github.com/CAD97"><code>`@​CAD97</code></a>,` <a href="https://github.com/nicksenger"><code>`@​nicksenger</code></a>,`
<a href="https://github.com/c410-f3r"><code>`@​c410-f3r</code></a>` and <a href="https://github.com/yongqli"><code>`@​yongqli</code></a>.</p>`
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/paupino/rust-decimal/commits">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.26.1&new-version=1.27.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>
2022-11-25 13:11:08 +00:00
binarybaron
52871c9fc8 Print update warning correctly formatted 2022-11-25 13:58:58 +01:00
bors[bot]
5344e6d66c
Merge #1223
1223: build(deps): bump sigma_fun from `7f1ae3d` to `da6ffd2` r=delta1 a=dependabot[bot]

Bumps [sigma_fun](https://github.com/LLFourn/secp256kfun) from `7f1ae3d` to `da6ffd2`.
<details>
<summary>Commits</summary>
<ul>
<li><a href="da6ffd2ef4"><code>da6ffd2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/LLFourn/secp256kfun/issues/132">#132</a> from LLFourn/clean_up_feature_falgs</li>
<li><a href="147896ac92"><code>147896a</code></a> Add feature flag docs</li>
<li><a href="5c01ec45ec"><code>5c01ec4</code></a> Use v1.60 cargo features to clean up dependencies</li>
<li><a href="026aaa8e24"><code>026aaa8</code></a> Clean up feature flags</li>
<li><a href="e041ac0811"><code>e041ac0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/LLFourn/secp256kfun/issues/133">#133</a> from delta1/secp256k1-0.24</li>
<li><a href="b666877ce0"><code>b666877</code></a> build(deps): update to secp256k1 0.24</li>
<li>See full diff in <a href="7f1ae3db39...da6ffd2ef4">compare view</a></li>
</ul>
</details>
<br />


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>
2022-11-25 12:55:51 +00:00
bors[bot]
814177dcb7
Merge #1222
1222: build(deps): bump ecdsa_fun from `7f1ae3d` to `da6ffd2` r=delta1 a=dependabot[bot]

Bumps [ecdsa_fun](https://github.com/LLFourn/secp256kfun) from `7f1ae3d` to `da6ffd2`.
<details>
<summary>Commits</summary>
<ul>
<li><a href="da6ffd2ef4"><code>da6ffd2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/LLFourn/secp256kfun/issues/132">#132</a> from LLFourn/clean_up_feature_falgs</li>
<li><a href="147896ac92"><code>147896a</code></a> Add feature flag docs</li>
<li><a href="5c01ec45ec"><code>5c01ec4</code></a> Use v1.60 cargo features to clean up dependencies</li>
<li><a href="026aaa8e24"><code>026aaa8</code></a> Clean up feature flags</li>
<li><a href="e041ac0811"><code>e041ac0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/LLFourn/secp256kfun/issues/133">#133</a> from delta1/secp256k1-0.24</li>
<li><a href="b666877ce0"><code>b666877</code></a> build(deps): update to secp256k1 0.24</li>
<li>See full diff in <a href="7f1ae3db39...da6ffd2ef4">compare view</a></li>
</ul>
</details>
<br />


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>
2022-11-25 12:25:10 +00:00
bors[bot]
6f87e69530
Merge #1216 #1217
1216: build(deps): bump comfy-table from 6.1.2 to 6.1.3 r=delta1 a=dependabot[bot]

Bumps [comfy-table](https://github.com/nukesor/comfy-table) from 6.1.2 to 6.1.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/nukesor/comfy-table/releases">comfy-table's releases</a>.</em></p>
<blockquote>
<h2>v6.1.3</h2>
<h3>Fixed</h3>
<ul>
<li>Disable unneded crossterm <code>bracketed-paste</code> feature.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/Nukesor/comfy-table/blob/main/CHANGELOG.md">comfy-table's changelog</a>.</em></p>
<blockquote>
<h2>[6.1.3] - 2022-11-21</h2>
<h3>Fixed</h3>
<ul>
<li>Disable unneded crossterm <code>bracketed-paste</code> feature.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="2c018c3bd9"><code>2c018c3</code></a> chore: Release comfy-table version 6.1.3</li>
<li><a href="c237599001"><code>c237599</code></a> fix: Remove unneded crossterm feature</li>
<li><a href="e42e800183"><code>e42e800</code></a> chore: Sort Cargo.toml</li>
<li>See full diff in <a href="https://github.com/nukesor/comfy-table/compare/v6.1.2...v6.1.3">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=comfy-table&package-manager=cargo&previous-version=6.1.2&new-version=6.1.3)](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>

1217: build(deps): bump serde_json from 1.0.87 to 1.0.89 r=delta1 a=dependabot[bot]

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.87 to 1.0.89.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/serde-rs/json/releases">serde_json's releases</a>.</em></p>
<blockquote>
<h2>v1.0.89</h2>
<ul>
<li>Fix invalid JSON incorrectly accepted when a large number has no digits after decimal point (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/953">#953</a>)</li>
</ul>
<h2>v1.0.88</h2>
<ul>
<li>Optimize serde_json::Map's implementation of <code>append</code> and <code>clone_from</code> (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/952">#952</a>, thanks <a href="https://github.com/Lucretiel"><code>`@​Lucretiel</code></a>)</li>`
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="d2f936855d"><code>d2f9368</code></a> Release 1.0.89</li>
<li><a href="0b898369f9"><code>0b89836</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/956">#956</a> from dtolnay/decimal</li>
<li><a href="9d94e920ef"><code>9d94e92</code></a> Require at least one digit after decimal point</li>
<li><a href="c27b02334b"><code>c27b023</code></a> Add regression test for issue 953</li>
<li><a href="586fefb5a1"><code>586fefb</code></a> Resolve semicolon_if_nothing_returned pedantic clippy lint</li>
<li><a href="9eb66da7e0"><code>9eb66da</code></a> Release 1.0.88</li>
<li><a href="057957ccf4"><code>057957c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/952">#952</a> from Lucretiel/map-traits</li>
<li><a href="3347248d82"><code>3347248</code></a> Add <code>clone_from</code> to <code>Map</code>; <code>Map::append</code> now uses <code>IndexMap::extend</code></li>
<li><a href="ca41bdd563"><code>ca41bdd</code></a> Update ui test suite to nightly-2022-11-16</li>
<li><a href="4f194c9141"><code>4f194c9</code></a> Resolve needless_borrow pedantic clippy lint in test</li>
<li>See full diff in <a href="https://github.com/serde-rs/json/compare/v1.0.87...v1.0.89">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=serde_json&package-manager=cargo&previous-version=1.0.87&new-version=1.0.89)](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>
2022-11-25 11:48:40 +00:00
dependabot[bot]
f123802619
build(deps): bump comfy-table from 6.1.2 to 6.1.3
Bumps [comfy-table](https://github.com/nukesor/comfy-table) from 6.1.2 to 6.1.3.
- [Release notes](https://github.com/nukesor/comfy-table/releases)
- [Changelog](https://github.com/Nukesor/comfy-table/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nukesor/comfy-table/compare/v6.1.2...v6.1.3)

---
updated-dependencies:
- dependency-name: comfy-table
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-25 11:43:24 +00:00
dependabot[bot]
42b090a66f
build(deps): bump ecdsa_fun from 7f1ae3d to da6ffd2
Bumps [ecdsa_fun](https://github.com/LLFourn/secp256kfun) from `7f1ae3d` to `da6ffd2`.
- [Release notes](https://github.com/LLFourn/secp256kfun/releases)
- [Commits](7f1ae3db39...da6ffd2ef4)

---
updated-dependencies:
- dependency-name: ecdsa_fun
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-25 11:43:17 +00:00
dependabot[bot]
bb1e17c65b
build(deps): bump serde_json from 1.0.87 to 1.0.89
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.87 to 1.0.89.
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](https://github.com/serde-rs/json/compare/v1.0.87...v1.0.89)

---
updated-dependencies:
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-25 11:43:17 +00:00
dependabot[bot]
d604ad8b92
build(deps): bump sigma_fun from 7f1ae3d to da6ffd2
Bumps [sigma_fun](https://github.com/LLFourn/secp256kfun) from `7f1ae3d` to `da6ffd2`.
- [Release notes](https://github.com/LLFourn/secp256kfun/releases)
- [Commits](7f1ae3db39...da6ffd2ef4)

---
updated-dependencies:
- dependency-name: sigma_fun
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-25 11:43:13 +00:00
dependabot[bot]
ecfc4ac324
build(deps): bump rust_decimal_macros from 1.26.1 to 1.27.0
Bumps [rust_decimal_macros](https://github.com/paupino/rust-decimal) from 1.26.1 to 1.27.0.
- [Release notes](https://github.com/paupino/rust-decimal/releases)
- [Changelog](https://github.com/paupino/rust-decimal/blob/master/CHANGELOG.md)
- [Commits](https://github.com/paupino/rust-decimal/commits)

---
updated-dependencies:
- dependency-name: rust_decimal_macros
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-25 10:10:05 +00:00
bors[bot]
dcd8abd34e
Merge #1219
1219: feat: add wallet database migration from older bdk r=delta1 a=delta1

- upgrades to bdk 0.24 #1198
- adds a regression test for opening older wallets #1183
- adds a migration for older wallets that encounter the ChecksumMismatch error #1182


Co-authored-by: Byron Hambly <bhambly@blockstream.com>
2022-11-25 09:43:58 +00:00
Byron Hambly
dee51dc069
Merge branch 'master' into bdk-0.24 2022-11-23 13:51:43 +02:00
bors[bot]
0e242110bd
Merge #1218
1218: ci: use cargo cross for armv7 build r=delta1 a=delta1

armv7 builds have started failing, presumably due to some change in the CI runners. 

this change updates the CI to use `cargo cross` for more reliable cross compilation 

example failure: https://github.com/comit-network/xmr-btc-swap/actions/runs/3496339850/jobs/5855083680 

```
error: failed to run custom build command for `ring v0.16.20`

Caused by:
  process didn't exit successfully: `/home/runner/work/xmr-btc-swap/xmr-btc-swap/target/debug/build/ring-3b88841cfec2d8d7/build-script-build` (exit status: 101)
  --- stdout
  OPT_LEVEL = Some("0")
  TARGET = Some("armv7-unknown-linux-gnueabihf")
  HOST = Some("x86_64-unknown-linux-gnu")
  CC_armv7-unknown-linux-gnueabihf = None
  CC_armv7_unknown_linux_gnueabihf = None
  TARGET_CC = None
  CC = None
  CROSS_COMPILE = None
  CFLAGS_armv7-unknown-linux-gnueabihf = None
  CFLAGS_armv7_unknown_linux_gnueabihf = None
  TARGET_CFLAGS = None
  CFLAGS = None
  CRATE_CC_NO_DEFAULTS = None
  DEBUG = Some("true")
  CARGO_CFG_TARGET_FEATURE = None

  --- stderr
  running "arm-linux-gnueabihf-gcc" "-O0" "-ffunction-sections" "-fdata-sections" "-fPIC" "-g" "-fno-omit-frame-pointer" "-march=armv7-a" "-I" "include" "-Wall" "-Wextra" "-pedantic" "-pedantic-errors" "-Wall" "-Wextra" "-Wcast-align" "-Wcast-qual" "-Wconversion" "-Wenum-compare" "-Wfloat-equal" "-Wformat=2" "-Winline" "-Winvalid-pch" "-Wmissing-field-initializers" "-Wmissing-include-dirs" "-Wredundant-decls" "-Wshadow" "-Wsign-compare" "-Wsign-conversion" "-Wundef" "-Wuninitialized" "-Wwrite-strings" "-fno-strict-aliasing" "-fvisibility=hidden" "-fstack-protector" "-g3" "-DNDEBUG" "-c" "-o/home/runner/work/xmr-btc-swap/xmr-btc-swap/target/armv7-unknown-linux-gnueabihf/debug/build/ring-34b63fa28ccdbd48/out/aesv8-armx-linux32.o" "/home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/pregenerated/aesv8-armx-linux32.S"
  cc1: error: ‘-mfloat-abi=hard’: selected architecture lacks an FPU
  thread 'main' panicked at 'execution failed', /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/ring-0.16.20/build.rs:656:9
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
Error: Process completed with exit code 101.
```

Co-authored-by: Byron Hambly <bhambly@blockstream.com>
2022-11-23 11:20:03 +00:00
Byron Hambly
4c16367d9e
ci: use cargo cross for armv7 build 2022-11-23 12:28:03 +02:00
Byron Hambly
cd3ba4905a
feat: add wallet database migration from older bdk
- upgrades to bdk 0.24 #1198
- adds a regression test for opening older wallets #1183
- adds a migration for older wallets that encounter the ChecksumMismatch
  error #1182
2022-11-23 12:23:21 +02:00
bors[bot]
496482d302
Merge #1212
1212: build(deps): bump reqwest from 0.11.12 to 0.11.13 r=delta1 a=dependabot[bot]

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.12 to 0.11.13.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/releases">reqwest's releases</a>.</em></p>
<blockquote>
<h2>v0.11.13</h2>
<h2>What's Changed</h2>
<ul>
<li>Add <code>ClientBuilder::dns_resolver()</code> option for custom DNS resolvers.</li>
<li>Add <code>ClientBuilder::tls_sni(bool)</code> option to enable or disable TLS Server Name Indication.</li>
<li>Add <code>Identity::from_pkcs8_pem()</code> constructor when using <code>native-tls</code>.</li>
<li>Fix <code>redirect::Policy::limited(0)</code> from following any redirects.</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/NobodyXu"><code>`@​NobodyXu</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/pull/1647">seanmonstar/reqwest#1647</a></li>
<li><a href="https://github.com/anhcuky"><code>`@​anhcuky</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/pull/1645">seanmonstar/reqwest#1645</a></li>
<li><a href="https://github.com/mirecl"><code>`@​mirecl</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/pull/1655">seanmonstar/reqwest#1655</a></li>
<li><a href="https://github.com/irrelevelephant"><code>`@​irrelevelephant</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/pull/1653">seanmonstar/reqwest#1653</a></li>
<li><a href="https://github.com/Alvenix"><code>`@​Alvenix</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/pull/1669">seanmonstar/reqwest#1669</a></li>
<li><a href="https://github.com/kianmeng"><code>`@​kianmeng</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/pull/1562">seanmonstar/reqwest#1562</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md">reqwest's changelog</a>.</em></p>
<blockquote>
<h2>v0.11.13</h2>
<ul>
<li>Add <code>ClientBuilder::dns_resolver()</code> option for custom DNS resolvers.</li>
<li>Add <code>ClientBuilder::tls_sni(bool)</code> option to enable or disable TLS Server Name Indication.</li>
<li>Add <code>Identity::from_pkcs8_pem()</code> constructor when using <code>native-tls</code>.</li>
<li>Fix <code>redirect::Policy::limited(0)</code> from following any redirects.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="3c39260cf7"><code>3c39260</code></a> v0.11.13</li>
<li><a href="81fc85a689"><code>81fc85a</code></a> docs: fix some typos (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1562">#1562</a>)</li>
<li><a href="e302f75b60"><code>e302f75</code></a> Add option to configure TLS server name indication (SNI) (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1669">#1669</a>)</li>
<li><a href="f11e958433"><code>f11e958</code></a> Add support for custom DNS resolution (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1653">#1653</a>)</li>
<li><a href="231b18f835"><code>231b18f</code></a> native-tls: add Identiy::from_pkcs8_pem (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1655">#1655</a>)</li>
<li><a href="110c3aee33"><code>110c3ae</code></a> Fix redirect limited(0) should not follow redirects (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1645">#1645</a>)</li>
<li><a href="4c377661bb"><code>4c37766</code></a> Bump dep trust-dns-resolver to v0.22 (<a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/issues/1647">#1647</a>)</li>
<li>See full diff in <a href="https://github.com/seanmonstar/reqwest/compare/v0.11.12...v0.11.13">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=reqwest&package-manager=cargo&previous-version=0.11.12&new-version=0.11.13)](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>
2022-11-17 12:31:38 +00:00
dependabot[bot]
b757022b39
build(deps): bump reqwest from 0.11.12 to 0.11.13
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.12 to 0.11.13.
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.12...v0.11.13)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-17 11:07:29 +00:00
bors[bot]
2ff8f096a1
Merge #1211
1211: build(deps): bump uuid from 1.2.1 to 1.2.2 r=delta1 a=dependabot[bot]

Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.2.1 to 1.2.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/uuid-rs/uuid/releases">uuid's releases</a>.</em></p>
<blockquote>
<h2>1.2.2</h2>
<h2>What's Changed</h2>
<ul>
<li>CI Cleanups by <a href="https://github.com/KodrAus"><code>`@​KodrAus</code></a>` in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/640">uuid-rs/uuid#640</a></li>
<li>Remove extern crate alloc by <a href="https://github.com/KodrAus"><code>`@​KodrAus</code></a>` in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/645">uuid-rs/uuid#645</a></li>
<li>Prepare for 1.2.2 release by <a href="https://github.com/KodrAus"><code>`@​KodrAus</code></a>` in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/646">uuid-rs/uuid#646</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/uuid-rs/uuid/compare/1.2.1...1.2.2">https://github.com/uuid-rs/uuid/compare/1.2.1...1.2.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="60ca9af4c1"><code>60ca9af</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/issues/646">#646</a> from uuid-rs/cargo/1.2.2</li>
<li><a href="d413ed6e63"><code>d413ed6</code></a> prepare for 1.2.2 release</li>
<li><a href="ce445a23c0"><code>ce445a2</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/issues/645">#645</a> from uuid-rs/fix/extern-alloc</li>
<li><a href="b7c845fa67"><code>b7c845f</code></a> remove extern crate alloc</li>
<li><a href="f5a29cf3d1"><code>f5a29cf</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/issues/640">#640</a> from uuid-rs/ci/cleanups</li>
<li><a href="876e466f1d"><code>876e466</code></a> remove missing moniker from job names</li>
<li><a href="6944c0d3f0"><code>6944c0d</code></a> simplify CI and unpin arbitrary</li>
<li>See full diff in <a href="https://github.com/uuid-rs/uuid/compare/1.2.1...1.2.2">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=uuid&package-manager=cargo&previous-version=1.2.1&new-version=1.2.2)](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>
2022-11-15 16:25:34 +00:00
dependabot[bot]
857dcbcf48
build(deps): bump uuid from 1.2.1 to 1.2.2
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](https://github.com/uuid-rs/uuid/compare/1.2.1...1.2.2)

---
updated-dependencies:
- dependency-name: uuid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-15 11:02:30 +00:00
bors[bot]
b2e1c84bd6
Merge #1201 #1203
1201: build(deps): bump tokio-util from 0.7.2 to 0.7.3 r=delta1 a=dependabot[bot]

Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.2 to 0.7.3.
<details>
<summary>Commits</summary>
<ul>
<li><a href="14c77bc434"><code>14c77bc</code></a> chore: prepare tokio-util 0.7.3 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4744">#4744</a>)</li>
<li><a href="0241f1c54d"><code>0241f1c</code></a> chore: fix changelog typo (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4740">#4740</a>)</li>
<li><a href="674d77d4ef"><code>674d77d</code></a> chore: prepare Tokio v1.19.0 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4738">#4738</a>)</li>
<li><a href="42b4c27b88"><code>42b4c27</code></a> net: add <code>take_error</code> to <code>TcpSocket</code> and <code>TcpStream</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4739">#4739</a>)</li>
<li><a href="0d4d3c34f1"><code>0d4d3c3</code></a> sync: replace non-binding <code>if let</code> statements (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4735">#4735</a>)</li>
<li><a href="4941fbf7c4"><code>4941fbf</code></a> tokio: add 1.18.x as LTS release (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4733">#4733</a>)</li>
<li><a href="cc6c2f40cb"><code>cc6c2f4</code></a> tokio: check page capacity before obtaining base pointer (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4731">#4731</a>)</li>
<li><a href="925314ba43"><code>925314b</code></a> doc: clarify semantics of tasks outliving block_on (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4729">#4729</a>)</li>
<li><a href="f948cd7b33"><code>f948cd7</code></a> chore: fix clippy warnings (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4727">#4727</a>)</li>
<li><a href="83d0e7f8b3"><code>83d0e7f</code></a> runtime: add <code>is_finished</code> method for <code>JoinHandle</code> and <code>AbortHandle</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4709">#4709</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.2...tokio-util-0.7.3">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio-util&package-manager=cargo&previous-version=0.7.2&new-version=0.7.3)](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>

1203: build(deps): bump tokio from 1.16.1 to 1.19.2 r=delta1 a=dependabot[bot]

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.16.1 to 1.19.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/tokio-rs/tokio/releases">tokio's releases</a>.</em></p>
<blockquote>
<h2>Tokio v1.19.2</h2>
<h1>1.19.2 (June 6, 2022)</h1>
<p>This release fixes another bug in <code>Notified::enable</code>. (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4751">#4751</a>)</p>
<p><a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4751">#4751</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4751">tokio-rs/tokio#4751</a></p>
<h2>Tokio v1.19.1</h2>
<h1>1.19.1 (June 5, 2022)</h1>
<p>This release fixes a bug in <code>Notified::enable</code>. (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4747">#4747</a>)</p>
<p><a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4747">#4747</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4747">tokio-rs/tokio#4747</a></p>
<h2>Tokio v1.19.0</h2>
<h1>1.19.0 (June 3, 2022)</h1>
<h3>Added</h3>
<ul>
<li>runtime: add <code>is_finished</code> method for <code>JoinHandle</code> and <code>AbortHandle</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4709">#4709</a>)</li>
<li>runtime: make global queue and event polling intervals configurable (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4671">#4671</a>)</li>
<li>sync: add <code>Notified::enable</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4705">#4705</a>)</li>
<li>sync: add <code>watch::Sender::send_if_modified</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4591">#4591</a>)</li>
<li>sync: add resubscribe method to broadcast::Receiver (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4607">#4607</a>)</li>
<li>net: add <code>take_error</code> to <code>TcpSocket</code> and <code>TcpStream</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4739">#4739</a>)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>io: refactor out usage of Weak in the io handle (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4656">#4656</a>)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>macros: avoid starvation in <code>join!</code> and <code>try_join!</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4624">#4624</a>)</li>
</ul>
<h3>Documented</h3>
<ul>
<li>runtime: clarify semantics of tasks outliving <code>block_on</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4729">#4729</a>)</li>
<li>time: fix example for <code>MissedTickBehavior::Burst</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4713">#4713</a>)</li>
</ul>
<h3>Unstable</h3>
<ul>
<li>metrics: correctly update atomics in <code>IoDriverMetrics</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4725">#4725</a>)</li>
<li>metrics: fix compilation with unstable, process, and rt, but without net (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4682">#4682</a>)</li>
<li>task: add <code>#[track_caller]</code> to <code>JoinSet</code>/<code>JoinMap</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4697">#4697</a>)</li>
<li>task: add <code>Builder::{spawn_on, spawn_local_on, spawn_blocking_on}</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4683">#4683</a>)</li>
<li>task: add <code>consume_budget</code> for cooperative scheduling (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4498">#4498</a>)</li>
<li>task: add <code>join_set::Builder</code> for configuring <code>JoinSet</code> tasks (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4687">#4687</a>)</li>
<li>task: update return value of <code>JoinSet::join_one</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4726">#4726</a>)</li>
</ul>
<p><a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4498">#4498</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4498">tokio-rs/tokio#4498</a>
<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4591">#4591</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4591">tokio-rs/tokio#4591</a>
<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4607">#4607</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4607">tokio-rs/tokio#4607</a>
<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4624">#4624</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4624">tokio-rs/tokio#4624</a>
<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4656">#4656</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4656">tokio-rs/tokio#4656</a>
<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4671">#4671</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4671">tokio-rs/tokio#4671</a>
<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4682">#4682</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4682">tokio-rs/tokio#4682</a>
<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4683">#4683</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4683">tokio-rs/tokio#4683</a>
<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4687">#4687</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4687">tokio-rs/tokio#4687</a></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="340c4dc3b2"><code>340c4dc</code></a> chore: prepare Tokio v1.19.2 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4754">#4754</a>)</li>
<li><a href="7011a68343"><code>7011a68</code></a> time: add <code>StreamExt::chunks_timeout</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4695">#4695</a>)</li>
<li><a href="c7280167db"><code>c728016</code></a> sync: fix <code>will_wake</code> usage in <code>Notify</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4751">#4751</a>)</li>
<li><a href="bac7984417"><code>bac7984</code></a> chore: prepare Tokio v1.19.1 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4750">#4750</a>)</li>
<li><a href="a7e7eca893"><code>a7e7eca</code></a> sync: fix panic in <code>Notified::enable</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4747">#4747</a>)</li>
<li><a href="89ccf2ad2b"><code>89ccf2a</code></a> chore: prepare tokio-stream 0.1.9 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4743">#4743</a>)</li>
<li><a href="3f8a690c01"><code>3f8a690</code></a> chore: prepare tokio-macros 1.8.0 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4742">#4742</a>)</li>
<li><a href="14c77bc434"><code>14c77bc</code></a> chore: prepare tokio-util 0.7.3 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4744">#4744</a>)</li>
<li><a href="0241f1c54d"><code>0241f1c</code></a> chore: fix changelog typo (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4740">#4740</a>)</li>
<li><a href="674d77d4ef"><code>674d77d</code></a> chore: prepare Tokio v1.19.0 (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4738">#4738</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/tokio-rs/tokio/compare/tokio-1.16.1...tokio-1.19.2">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tokio&package-manager=cargo&previous-version=1.16.1&new-version=1.19.2)](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>
2022-11-14 11:37:12 +00:00
bors[bot]
68796ef59f
Merge #1207
1207: Add monero-wallet-rpc `DOWNLOAD_URL` for M1, M2 Mac r=delta1 a=binarybaron



Co-authored-by: binarybaron <86064887+binarybaron@users.noreply.github.com>
2022-11-12 15:34:59 +00:00
binarybaron
4f89b3d768 Add monero-wallet-rpc DOWNLOAD_URL for M1, M2 Mac 2022-11-12 15:31:53 +01:00
bors[bot]
7d5a604384
Merge #1206
1206: build(deps): bump Swatinem/rust-cache from 2.0.2 to 2.2.0 r=delta1 a=dependabot[bot]

Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) from 2.0.2 to 2.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/Swatinem/rust-cache/releases">Swatinem/rust-cache's releases</a>.</em></p>
<blockquote>
<h2>v2.2.0</h2>
<ul>
<li>Add new <code>save-if</code> option to always restore, but only conditionally save the cache.</li>
</ul>
<h2>v2.1.0</h2>
<ul>
<li>Only hash <code>Cargo.{lock,toml}</code> files in the configured workspace directories.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md">Swatinem/rust-cache's changelog</a>.</em></p>
<blockquote>
<h2>2.2.0</h2>
<ul>
<li>Add new <code>save-if</code> option to always restore, but only conditionally save the cache.</li>
</ul>
<h2>2.1.0</h2>
<ul>
<li>Only hash <code>Cargo.{lock,toml}</code> files in the configured workspace directories.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="359a70e43a"><code>359a70e</code></a> 2.2.0</li>
<li><a href="ecee04e7b3"><code>ecee04e</code></a> feat: add save-if option, closes <a href="https://github-redirect.dependabot.com/Swatinem/rust-cache/issues/66">#66</a> (<a href="https://github-redirect.dependabot.com/Swatinem/rust-cache/issues/91">#91</a>)</li>
<li><a href="b894d59a8d"><code>b894d59</code></a> 2.1.0</li>
<li><a href="e78327dd9e"><code>e78327d</code></a> small code style improvements, README and CHANGELOG updates</li>
<li><a href="ccdddcc049"><code>ccdddcc</code></a> only hash Cargo.toml/Cargo.lock that belong to a configured workspace (<a href="https://github-redirect.dependabot.com/Swatinem/rust-cache/issues/90">#90</a>)</li>
<li>See full diff in <a href="https://github.com/Swatinem/rust-cache/compare/v2.0.2...v2.2.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Swatinem/rust-cache&package-manager=github_actions&previous-version=2.0.2&new-version=2.2.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>
2022-11-10 13:05:34 +00:00
dependabot[bot]
6ff0e1f4db
build(deps): bump Swatinem/rust-cache from 2.0.2 to 2.2.0
Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) from 2.0.2 to 2.2.0.
- [Release notes](https://github.com/Swatinem/rust-cache/releases)
- [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Swatinem/rust-cache/compare/v2.0.2...v2.2.0)

---
updated-dependencies:
- dependency-name: Swatinem/rust-cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-10 11:01:58 +00:00
dependabot[bot]
b90774a12d
build(deps): bump tokio from 1.16.1 to 1.19.2
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.16.1 to 1.19.2.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.16.1...tokio-1.19.2)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 17:29:26 +00:00
dependabot[bot]
303c25f486
build(deps): bump tokio-util from 0.7.2 to 0.7.3
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.2 to 0.7.3.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.2...tokio-util-0.7.3)

---
updated-dependencies:
- dependency-name: tokio-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 17:29:03 +00:00
bors[bot]
90ff605469
Merge #1200
1200: build(deps): bump hyper from 0.14.22 to 0.14.23 r=delta1 a=dependabot[bot]

Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.22 to 0.14.23.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/hyperium/hyper/releases">hyper's releases</a>.</em></p>
<blockquote>
<h2>v0.14.23</h2>
<h2>Bug Fixes</h2>
<ul>
<li><strong>http2:</strong> Fix race condition in client dispatcher (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/3041">#3041</a>) (<a href="2f1c0b720d">2f1c0b72</a>, closes <a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2419">#2419</a>)</li>
<li><strong>dependencies</strong>: Really fix compile-time feature for <code>socket2</code> dependency.</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/jfourie1"><code>`@​jfourie1</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/hyperium/hyper/pull/3041">hyperium/hyper#3041</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/hyperium/hyper/blob/v0.14.23/CHANGELOG.md">hyper's changelog</a>.</em></p>
<blockquote>
<h3>v0.14.23 (2022-11-07)</h3>
<h4>Bug Fixes</h4>
<ul>
<li><strong>http2:</strong> Fix race condition in client dispatcher (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/3041">#3041</a>) (<a href="2f1c0b720d">2f1c0b72</a>, closes <a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/2419">#2419</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="d32beb3843"><code>d32beb3</code></a> v0.14.23</li>
<li><a href="4912c6dbca"><code>4912c6d</code></a> chore(dependencies): enable socket2 'all' feature (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/3047">#3047</a>)</li>
<li><a href="2f1c0b720d"><code>2f1c0b7</code></a> fix(http2): Fix race condition in client dispatcher (<a href="https://github-redirect.dependabot.com/hyperium/hyper/issues/3041">#3041</a>)</li>
<li>See full diff in <a href="https://github.com/hyperium/hyper/compare/v0.14.22...v0.14.23">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hyper&package-manager=cargo&previous-version=0.14.22&new-version=0.14.23)](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>
2022-11-08 16:52:00 +00:00
bors[bot]
0e47d5fe66
Merge #1199
1199: build(deps): bump time from 0.3.16 to 0.3.17 r=delta1 a=dependabot[bot]

Bumps [time](https://github.com/time-rs/time) from 0.3.16 to 0.3.17.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/time-rs/time/releases">time's releases</a>.</em></p>
<blockquote>
<h2>v0.3.17</h2>
<p>See the <a href="https://github.com/time-rs/time/blob/main/CHANGELOG.md">changelog</a> for details.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/time-rs/time/blob/main/CHANGELOG.md">time's changelog</a>.</em></p>
<blockquote>
<h2>0.3.17 [2022-11-06]</h2>
<h3>Changed</h3>
<ul>
<li>The amount of code generated by <code>time::serde::format_description!</code> is reduced if not all feature
flags are active.</li>
<li><code>cargo test --tests</code> works with any configuration of feature flags. This occurs by spawning a
subprocess that passes <code>--all-features</code>. <code>cargo test --doc</code> works with most combinations of
feature flags, including the default. The combination of these changes means that crater will now
run on <code>time</code>.</li>
<li><code>libc</code> and <code>num_threads</code> are only included as dependencies when needed. They were previously
unconditionally included.</li>
</ul>
<h3>Added</h3>
<ul>
<li><code>time::format_description::parse_owned</code>, which returns an <code>OwnedFormatItem</code>. This avoids &quot;lifetime
hell&quot;, where all your structs now need a lifetime because a single field has one. Note that when
possible, the borrowed format item (just called <code>FormatItem</code>) is still preferred, as it has
significantly fewer allocations. The new <code>OwnedFormatItem</code> is usable for both formatting and
parsing, as you would expect.</li>
</ul>
<h3>Compatibility</h3>
<ul>
<li>The parser for runtime format descriptions has been rewritten. A side effect of this is that some
errors have slightly changed. No existing API has been altered, so this is not a breaking change.
However, you may notice different errors, which are hopefully better! The parser for compile-time
format descriptions has not yet been swapped out. If you notice any bugs, please file an issue.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="d97594b9f5"><code>d97594b</code></a> 0.3.17 release</li>
<li><a href="88f5c134f3"><code>88f5c13</code></a> Fix concurrency for GitHub actions</li>
<li><a href="e5e2a60188"><code>e5e2a60</code></a> Update lints</li>
<li><a href="27ea0d44f4"><code>27ea0d4</code></a> Use <code>parse_owned</code> in tests</li>
<li><a href="4887aa7c43"><code>4887aa7</code></a> Add <code>format_description::parse_owned</code></li>
<li><a href="2ba92f67b1"><code>2ba92f6</code></a> Configure codecov</li>
<li><a href="2cba2ef2f5"><code>2cba2ef</code></a> Add tests for <code>OwnedFormatItem</code></li>
<li><a href="4d18c08d8e"><code>4d18c08</code></a> Implement owned format descriptions</li>
<li><a href="139aba1460"><code>139aba1</code></a> Move <code>FormatItem</code> definition to its own module</li>
<li><a href="e4b40add3f"><code>e4b40ad</code></a> Remove extraneous debug call</li>
<li>Additional commits viewable in <a href="https://github.com/time-rs/time/compare/v0.3.16...v0.3.17">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=time&package-manager=cargo&previous-version=0.3.16&new-version=0.3.17)](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>
2022-11-08 14:48:52 +00:00
dependabot[bot]
2a3a8db6bb
build(deps): bump hyper from 0.14.22 to 0.14.23
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.22 to 0.14.23.
- [Release notes](https://github.com/hyperium/hyper/releases)
- [Changelog](https://github.com/hyperium/hyper/blob/v0.14.23/CHANGELOG.md)
- [Commits](https://github.com/hyperium/hyper/compare/v0.14.22...v0.14.23)

---
updated-dependencies:
- dependency-name: hyper
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 11:04:47 +00:00
dependabot[bot]
0f1d0b2745
build(deps): bump time from 0.3.16 to 0.3.17
Bumps [time](https://github.com/time-rs/time) from 0.3.16 to 0.3.17.
- [Release notes](https://github.com/time-rs/time/releases)
- [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md)
- [Commits](https://github.com/time-rs/time/compare/v0.3.16...v0.3.17)

---
updated-dependencies:
- dependency-name: time
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 11:04:38 +00:00