mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-01-31 01:33:29 -05:00
332 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
dependabot[bot]
|
dd07a684ff
|
Bump thiserror from 1.0.29 to 1.0.30
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.29 to 1.0.30. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.29...1.0.30) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
dependabot[bot]
|
45c271339d
|
Bump hex-literal from 0.3.3 to 0.3.4
Bumps [hex-literal](https://github.com/RustCrypto/utils) from 0.3.3 to 0.3.4. - [Release notes](https://github.com/RustCrypto/utils/releases) - [Commits](https://github.com/RustCrypto/utils/compare/hex-literal-v0.3.3...hex-literal-v0.3.4) --- updated-dependencies: - dependency-name: hex-literal dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
dependabot[bot]
|
5ec8c0c99f
|
Bump reqwest from 0.11.5 to 0.11.7
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.5 to 0.11.7. - [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.5...v0.11.7) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
dependabot[bot]
|
1181d2a851
|
Bump rust_decimal from 1.16.0 to 1.18.0
Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.16.0 to 1.18.0. - [Release notes](https://github.com/paupino/rust-decimal/releases) - [Commits](https://github.com/paupino/rust-decimal/compare/1.16.0...1.18.0) --- updated-dependencies: - dependency-name: rust_decimal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
dependabot[bot]
|
198d1addac
|
Bump rust_decimal_macros from 1.16.0 to 1.18.0
Bumps [rust_decimal_macros](https://github.com/paupino/rust-decimal) from 1.16.0 to 1.18.0. - [Release notes](https://github.com/paupino/rust-decimal/releases) - [Commits](https://github.com/paupino/rust-decimal/compare/1.16.0...1.18.0) --- 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> |
||
dependabot[bot]
|
ea790b7335
|
Bump strum from 0.21.0 to 0.23.0
Bumps [strum](https://github.com/Peternator7/strum) from 0.21.0 to 0.23.0. - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
dependabot[bot]
|
177baa5b98
|
Bump serde_with from 1.10.0 to 1.11.0
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
dependabot[bot]
|
ae6868add2
|
Bump structopt from 0.3.23 to 0.3.25
Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.23 to 0.3.25. - [Release notes](https://github.com/TeXitoi/structopt/releases) - [Changelog](https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md) - [Commits](https://github.com/TeXitoi/structopt/compare/v0.3.23...v0.3.25) --- updated-dependencies: - dependency-name: structopt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
COMIT Botty McBotface
|
66c16151c2 | Prepare release 0.10.0 | ||
rishflab
|
d1f6739e59 | Remove support for the sled database | ||
rishflab
|
a42484f04d |
Use upstream libp2p instead of our fork
The rendezvous protocol has been merged into upstream. We no longer need to depend on our fork. The ASB no longer works as a rendezvous point. |
||
bors[bot]
|
6fec886a73
|
Merge #778
778: Bump serde_json from 1.0.67 to 1.0.68 r=rishflab a=dependabot[bot] Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.67 to 1.0.68. <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.68</h2> <ul> <li>Preserve negative sign of <code>-0</code> when deserializing to f32 or f64 (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/799">#799</a>, <a href="https://github-redirect.dependabot.com/serde-rs/json/issues/801">#801</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
bors[bot]
|
7e8b992033
|
Merge #810
810: Bump sqlx from 0.5.7 to 0.5.9 r=rishflab a=dependabot[bot] Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.5.7 to 0.5.9. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/launchbadge/sqlx/blob/master/CHANGELOG.md">sqlx's changelog</a>.</em></p> <blockquote> <h2>0.5.9 - 2021-10-01</h2> <p>A hotfix release to address the issue of the <code>sqlx</code> crate itself still depending on older versions of <code>sqlx-core</code> and <code>sqlx-macros</code>.</p> <p>No other changes from <code>0.5.8</code>.</p> <h2>0.5.8 - 2021-10-01 (Yanked; use 0.5.9)</h2> <p>[A total of 24 pull requests][0.5.8-prs] were merged this release cycle! Some highlights:</p> <ul> <li>[<a href="https://github-redirect.dependabot.com/launchbadge/sqlx/issues/1289">#1289</a>] Support the <code>immutable</code> option on SQLite connections [[<a href="https://github.com/djmarcin"><code>`@djmarcin</code></a>]]</li>` <li>[<a href="https://github-redirect.dependabot.com/launchbadge/sqlx/issues/1295">#1295</a>] Support custom initial options for SQLite [[<a href="https://github.com/ghassmo"><code>`@ghassmo</code></a>]]` <ul> <li>Allows specifying custom <code>PRAGMA</code>s and overriding those set by SQLx.</li> </ul> </li> <li>[<a href="https://github-redirect.dependabot.com/launchbadge/sqlx/issues/1345">#1345</a>] Initial support for Postgres <code>COPY FROM/TO</code>[[<a href="https://github.com/montanalow"><code>`@montanalow</code></a>],` [<a href="https://github.com/abonander"><code>`@abonander</code></a>]]</li>` <li>[<a href="https://github-redirect.dependabot.com/launchbadge/sqlx/issues/1439">#1439</a>] Handle multiple waiting results correctly in MySQL [[<a href="https://github.com/eagletmt"><code>`@eagletmt</code></a>]]</li>` </ul> <p><a href="https://github-redirect.dependabot.com/launchbadge/sqlx/issues/1289">#1289</a>: <a href="https://github-redirect.dependabot.com/launchbadge/sqlx/pull/1289">launchbadge/sqlx#1289</a> <a href="https://github-redirect.dependabot.com/launchbadge/sqlx/issues/1295">#1295</a>: <a href="https://github-redirect.dependabot.com/launchbadge/sqlx/pull/1295">launchbadge/sqlx#1295</a> <a href="https://github-redirect.dependabot.com/launchbadge/sqlx/issues/1345">#1345</a>: <a href="https://github-redirect.dependabot.com/launchbadge/sqlx/pull/1345">launchbadge/sqlx#1345</a> <a href="https://github-redirect.dependabot.com/launchbadge/sqlx/issues/1439">#1439</a>: <a href="https://github-redirect.dependabot.com/launchbadge/sqlx/pull/1439">launchbadge/sqlx#1439</a> [0.5.8-prs]: <a href="https://github.com/launchbadge/sqlx/pulls?q=is%3Apr+is%3Amerged+merged%3A2021-08-21..2021-10-01">https://github.com/launchbadge/sqlx/pulls?q=is%3Apr+is%3Amerged+merged%3A2021-08-21..2021-10-01</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
bors[bot]
|
cd98bfddb6
|
Merge #779 #783
779: Bump rust_decimal from 1.15.0 to 1.16.0 r=rishflab a=dependabot[bot] Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.15.0 to 1.16.0. <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&package-manager=cargo&previous-version=1.15.0&new-version=1.16.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> 783: Bump hyper from 0.14.12 to 0.14.13 r=rishflab a=dependabot[bot] Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.12 to 0.14.13. <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.13</h2> <h2>Bug Fixes</h2> <ul> <li><strong>client:</strong> don't reuse a connection while still flushing (<a href=" |
||
dependabot[bot]
|
b35d98601c
|
Bump sqlx from 0.5.7 to 0.5.9
Bumps [sqlx](https://github.com/launchbadge/sqlx) from 0.5.7 to 0.5.9. - [Release notes](https://github.com/launchbadge/sqlx/releases) - [Changelog](https://github.com/launchbadge/sqlx/blob/master/CHANGELOG.md) - [Commits](https://github.com/launchbadge/sqlx/compare/v0.5.7...v0.5.9) --- updated-dependencies: - dependency-name: sqlx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
bors[bot]
|
7fb7744d8b
|
Merge #809
809: Bump reqwest from 0.11.4 to 0.11.5 r=rishflab a=dependabot[bot] Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.4 to 0.11.5. <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.5</h2> <ul> <li>Add <code>ClientBuilder::http1_only()</code> method.</li> <li>Add <code>tls::Version</code> type, and <code>ClientBuilder::min_tls_version()</code> and <code>ClientBuilder::max_tls_version()</code> methods.</li> <li>Implement <code>TryFrom<Request></code> for <code>http::Request</code>.</li> <li>Implement <code>Clone</code> for <code>Identity</code>.</li> <li>Fix <code>NO_PROXY</code>environment variable parsing to more closely match curl's. Comma-separated entries are now trimmed for whitespace, and <code>*</code> is allowed to match everything.</li> <li>Fix redirection to respect <code>https_only</code> option.</li> <li>(wasm) Add <code>Body::as_bytes()</code> method.</li> <li>(wasm) Fix sometimes wrong conversation of bytes into a <code>JsValue</code>.</li> <li>(wasm) Avoid dependency on serde-serialize feature.</li> </ul> <h2>New Contributors 😍</h2> <ul> <li><a href="https://github.com/blyxxyz"><code>`@blyxxyz</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/pull/1294">seanmonstar/reqwest#1294</a></li> <li><a href="https://github.com/Saruniks"><code>`@Saruniks</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/pull/1296">seanmonstar/reqwest#1296</a></li> <li><a href="https://github.com/dlesl"><code>`@dlesl</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/pull/1313">seanmonstar/reqwest#1313</a></li> <li><a href="https://github.com/Dr-Emann"><code>`@Dr-Emann</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/pull/1322">seanmonstar/reqwest#1322</a></li> <li><a href="https://github.com/jmgilman"><code>`@jmgilman</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/pull/1335">seanmonstar/reqwest#1335</a></li> <li><a href="https://github.com/silvioprog"><code>`@silvioprog</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/pull/1334">seanmonstar/reqwest#1334</a></li> <li><a href="https://github.com/skystar-p"><code>`@skystar-p</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/pull/1341">seanmonstar/reqwest#1341</a></li> <li><a href="https://github.com/abatkin"><code>`@abatkin</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/pull/1332">seanmonstar/reqwest#1332</a></li> <li><a href="https://github.com/VictorBulba"><code>`@VictorBulba</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/pull/1270">seanmonstar/reqwest#1270</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.5</h2> <ul> <li>Add <code>ClientBuilder::http1_only()</code> method.</li> <li>Add <code>tls::Version</code> type, and <code>ClientBuilder::min_tls_version()</code> and <code>ClientBuilder::max_tls_version()</code> methods.</li> <li>Implement <code>TryFrom<Request></code> for <code>http::Request</code>.</li> <li>Implement <code>Clone</code> for <code>Identity</code>.</li> <li>Fix <code>NO_PROXY</code>environment variable parsing to more closely match curl's. Comma-separated entries are now trimmed for whitespace, and <code>*</code> is allowed to match everything.</li> <li>Fix redirection to respect <code>https_only</code> option.</li> <li>(wasm) Add <code>Body::as_bytes()</code> method.</li> <li>(wasm) Fix sometimes wrong conversation of bytes into a <code>JsValue</code>.</li> <li>(wasm) Avoid dependency on serde-serialize feature.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
bors[bot]
|
76eaa8373e
|
Merge #777
777: Bump rust_decimal_macros from 1.15.0 to 1.16.0 r=rishflab a=dependabot[bot] Bumps [rust_decimal_macros](https://github.com/paupino/rust-decimal) from 1.15.0 to 1.16.0. <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.15.0&new-version=1.16.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> |
||
dependabot[bot]
|
e0c2b4c03d
|
Bump serde_json from 1.0.67 to 1.0.68
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.67 to 1.0.68. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.67...v1.0.68) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
dependabot[bot]
|
6d5f73f6d1
|
Bump hyper from 0.14.12 to 0.14.13
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.12 to 0.14.13. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.12...v0.14.13) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
dependabot[bot]
|
ce5b2f5bcf
|
Bump rust_decimal from 1.15.0 to 1.16.0
Bumps [rust_decimal](https://github.com/paupino/rust-decimal) from 1.15.0 to 1.16.0. - [Release notes](https://github.com/paupino/rust-decimal/releases) - [Commits](https://github.com/paupino/rust-decimal/commits) --- updated-dependencies: - dependency-name: rust_decimal dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
bors[bot]
|
63a922c3f4
|
Merge #807
807: Bump pem from 0.8.3 to 1.0.0 r=rishflab a=dependabot[bot] Bumps [pem](https://github.com/jcreekmore/pem-rs) from 0.8.3 to 1.0.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jcreekmore/pem-rs/blob/master/CHANGELOG.md">pem's changelog</a>.</em></p> <blockquote> <h1>1.0</h1> <ul> <li><code>pem::parse_many</code> now returns a <code>Result<Vec<Pem>></code> instead of a <code>Vec<Pem></code> that silently discarded invalid sections.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
bors[bot]
|
b6461a3d33
|
Merge #791
791: Bump tokio from 1.8.0 to 1.12.0 r=rishflab a=dependabot[bot] Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.8.0 to 1.12.0. <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.12.0</h2> <h1>1.12.0 (September 21, 2021)</h1> <h3>Fixed</h3> <ul> <li>mpsc: ensure <code>try_reserve</code> error is consistent with <code>try_send</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4119">#4119</a>)</li> <li>mpsc: use <code>spin_loop_hint</code> instead of <code>yield_now</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4115">#4115</a>)</li> <li>sync: make <code>SendError</code> field public (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4097">#4097</a>)</li> </ul> <h3>Added</h3> <ul> <li>io: add POSIX AIO on FreeBSD (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4054">#4054</a>)</li> <li>io: add convenience method <code>AsyncSeekExt::rewind</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4107">#4107</a>)</li> <li>runtime: add tracing span for <code>block_on</code> futures (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4094">#4094</a>)</li> <li>runtime: callback when a worker parks and unparks (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4070">#4070</a>)</li> <li>sync: implement <code>try_recv</code> for mpsc channels (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4113">#4113</a>)</li> </ul> <h3>Changed</h3> <ul> <li>macros: run runtime inside <code>LocalSet</code> when using macro (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4027">#4027</a>)</li> </ul> <h3>Documented</h3> <ul> <li>docs: clarify CPU-bound tasks on Tokio (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4105">#4105</a>)</li> <li>mpsc: document spurious failures on <code>poll_recv</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4117">#4117</a>)</li> <li>mpsc: document that <code>PollSender</code> impls <code>Sink</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4110">#4110</a>)</li> <li>task: document non-guarantees of <code>yield_now</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4091">#4091</a>)</li> <li>time: document paused time details better (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4061">#4061</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4103">#4103</a>)</li> </ul> <p><a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4027">#4027</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4027">tokio-rs/tokio#4027</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4054">#4054</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4054">tokio-rs/tokio#4054</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4061">#4061</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4061">tokio-rs/tokio#4061</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4070">#4070</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4070">tokio-rs/tokio#4070</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4091">#4091</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4091">tokio-rs/tokio#4091</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4094">#4094</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4094">tokio-rs/tokio#4094</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4097">#4097</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4097">tokio-rs/tokio#4097</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4103">#4103</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4103">tokio-rs/tokio#4103</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4105">#4105</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4105">tokio-rs/tokio#4105</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4107">#4107</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4107">tokio-rs/tokio#4107</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4110">#4110</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4110">tokio-rs/tokio#4110</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4113">#4113</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4113">tokio-rs/tokio#4113</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4115">#4115</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4115">tokio-rs/tokio#4115</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4117">#4117</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4117">tokio-rs/tokio#4117</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4119">#4119</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4119">tokio-rs/tokio#4119</a></p> <h2>Tokio v1.11.0</h2> <h1>1.11.0 (August 31, 2021)</h1> <h3>Fixed</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
19b379859f
|
Bump reqwest from 0.11.4 to 0.11.5
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.4 to 0.11.5. - [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.4...v0.11.5) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
COMIT Botty McBotface
|
6f47964e8d | Prepare release 0.9.0 | ||
dependabot[bot]
|
0872a83502
|
Bump pem from 0.8.3 to 1.0.0
Bumps [pem](https://github.com/jcreekmore/pem-rs) from 0.8.3 to 1.0.0. - [Release notes](https://github.com/jcreekmore/pem-rs/releases) - [Changelog](https://github.com/jcreekmore/pem-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/jcreekmore/pem-rs/compare/v0.8.3...v1.0.0) --- updated-dependencies: - dependency-name: pem dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
||
bors[bot]
|
7de3e23bb0
|
Merge #802 #803
802: Bump tracing-subscriber from 0.2.20 to 0.2.25 r=rishflab a=dependabot[bot] Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.2.20 to 0.2.25. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tracing/releases">tracing-subscriber's releases</a>.</em></p> <blockquote> <h2>tracing-subscriber 0.2.23</h2> <p>This release fixes a few bugs in the per-layer filtering API added in v0.2.21.</p> <h3>Fixed</h3> <ul> <li><strong>env-filter</strong>: Fixed excessive <code>EnvFilter</code> memory use (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1568">#1568</a>)</li> <li><strong>filter</strong>: Fixed a panic that may occur in debug mode when using per-layer filters together with global filters (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1569">#1569</a>)</li> <li>Fixed incorrect documentation formatting (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1572">#1572</a>)</li> </ul> <p><a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1568">#1568</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1568">#1568</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1569">#1569</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1569">#1569</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1572">#1572</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1572">#1572</a></p> <h2>tracing-subscriber 0.2.22</h2> <p>This fixes a regression where the <code>filter::ParseError</code> type was accidentally renamed.</p> <h3>Fixed</h3> <ul> <li><strong>filter</strong>: Fix <code>filter::ParseError</code> accidentally being renamed to <code>filter::DirectiveParseError</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1558">#1558</a>)</li> </ul> <p><a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1558">#1558</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/pull/1558">tokio-rs/tracing#1558</a></p> <h2>tracing-subscriber 0.2.21</h2> <p>This release introduces the [<code>Filter</code>] trait, a new API for [per-layer filtering][plf]. This allows controlling which spans and events are recorded by various layers individually, rather than globally.</p> <p>In addition, it adds a new [<code>Targets</code>] filter, which provides a lighter-weight version of the filtering provided by [<code>EnvFilter</code>], as well as other smaller API improvements and fixes.</p> <h3>Deprecated</h3> <ul> <li><strong>registry</strong>: <code>SpanRef::parent_id</code>, which cannot properly support per-layer filtering. Use <code>.parent().map(SpanRef::id)</code> instead. (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1523">#1523</a>)</li> </ul> <h3>Fixed</h3> <ul> <li><strong>layer</strong> <code>Context</code> methods that are provided when the <code>Subscriber</code> implements <code>LookupSpan</code> no longer require the "registry" feature flag (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1525">#1525</a>)</li> <li><strong>layer</strong> <code>fmt::Debug</code> implementation for <code>Layered</code> no longer requires the <code>S</code> type parameter to implement <code>Debug</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/1528">#1528</a>)</li> </ul> <h3>Added</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
bors[bot]
|
9e67b1d57c
|
Merge #795
795: Bump time from 0.3.2 to 0.3.3 r=rishflab a=dependabot[bot] Bumps [time](https://github.com/time-rs/time) from 0.3.2 to 0.3.3. <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.3 [2021-09-25]</h2> <h3>Added</h3> <ul> <li><code>Parsed::parse_item</code></li> <li><code>Parsed::parse_items</code></li> <li><code>Parsed::parse_literal</code></li> <li>Builder methods for <code>Parsed</code></li> <li>The <code>format_description!</code> macro now supports the <code>case_sensitive</code> modifier.</li> </ul> <h3>Changed</h3> <p>The minimum supported version is now 1.51.0.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Thomas Eizinger
|
4de8b0ebc4
|
Upgrade bitcoin and bdk to latest version
The latest version allows us to access `miniscript` via `bdk` which removes the need for declaring it as an extra dependency. |
||
rishflab
|
cdfc8419ad |
Implement human-readable serialization for monero private key
Some of the swap states were unable to be serialized using serde_json because this was not implemented. |
||
dependabot[bot]
|
06afe3d17d
|
Bump tracing from 0.1.27 to 0.1.29
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.27 to 0.1.29. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.27...tracing-0.1.29) --- updated-dependencies: - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
dependabot[bot]
|
0c4c716730
|
Bump tracing-subscriber from 0.2.20 to 0.2.25
Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.2.20 to 0.2.25. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.2.20...tracing-subscriber-0.2.25) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
rishflab
|
f91d8ab45c | Replace chrono with time lib | ||
rishflab
|
7efdb96a50 | Add sqlite database implementation | ||
dependabot[bot]
|
6a8c925a0b
|
Bump time from 0.3.2 to 0.3.3
Bumps [time](https://github.com/time-rs/time) from 0.3.2 to 0.3.3. - [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.2...v0.3.3) --- updated-dependencies: - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
dependabot[bot]
|
68ea2c829b
|
Bump tokio from 1.8.0 to 1.12.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.8.0 to 1.12.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.8.0...tokio-1.12.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
bors[bot]
|
89c35bdb61
|
Merge #753 #754 #764
753: Bump thiserror from 1.0.28 to 1.0.29 r=rishflab a=dependabot[bot] Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.28 to 1.0.29. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/thiserror/releases">thiserror's releases</a>.</em></p> <blockquote> <h2>1.0.29</h2> <ul> <li> <p>Support error types containing generic type parameters (<a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/148">#148</a>, <a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/149">#149</a>, <a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/150">#150</a>, <a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/151">#151</a>)</p> <pre lang="rust"><code>use thiserror::Error; <p>#[derive(Error, Debug)] pub enum MyError<E, F, G> { #[error("thing {0} ({0:?})")] Variant(E), #[error("some error")] Delegate(#[source] SomeError<F>), #[error("err 0o{val:o}")] Octal { val: G }, } </code></pre></p> <p>In the above example, thiserror would automatically generate the following pair of generic trait impls.</p> <pre lang="rust"><code>impl<E, F, G> std::error::Error for MyError<E, F, G> where SomeError<F>: std::error::Error + 'static, Self: std::fmt::Debug + std::fmt::Display; <p>impl<E, F, G> std::fmt::Display for MyError<E, F, G> where E: std::fmt::Debug + std::fmt::Display, G: std::fmt::Octal; </code></pre></p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
bors[bot]
|
95405f54f0
|
Merge #772 #773
772: Bump sled from 0.34.6 to 0.34.7 r=rishflab a=dependabot[bot] Bumps [sled](https://github.com/spacejam/sled) from 0.34.6 to 0.34.7. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/spacejam/sled/releases">sled's releases</a>.</em></p> <blockquote> <h2>0.34.7</h2> <h2>Bug Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/spacejam/sled/issues/1314">#1314</a> Fix a bug in Subscriber's Future impl.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/spacejam/sled/blob/v0.34.7/CHANGELOG.md">sled's changelog</a>.</em></p> <blockquote> <h1>0.34.7</h1> <h2>Bug Fixes</h2> <ul> <li><a href="https://github-redirect.dependabot.com/spacejam/sled/issues/1314">#1314</a> Fix a bug in Subscriber's Future impl.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
0912c35208
|
Bump rust_decimal_macros from 1.15.0 to 1.16.0
Bumps [rust_decimal_macros](https://github.com/paupino/rust-decimal) from 1.15.0 to 1.16.0. - [Release notes](https://github.com/paupino/rust-decimal/releases) - [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> |
||
dependabot[bot]
|
edfe415bee
|
Bump tracing from 0.1.26 to 0.1.27
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.26 to 0.1.27. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.26...tracing-0.1.27) --- updated-dependencies: - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
dependabot[bot]
|
f2371582fc
|
Bump anyhow from 1.0.43 to 1.0.44
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.43 to 1.0.44. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.43...1.0.44) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
dependabot[bot]
|
5818a7105b
|
Bump sled from 0.34.6 to 0.34.7
Bumps [sled](https://github.com/spacejam/sled) from 0.34.6 to 0.34.7. - [Release notes](https://github.com/spacejam/sled/releases) - [Changelog](https://github.com/spacejam/sled/blob/v0.34.7/CHANGELOG.md) - [Commits](https://github.com/spacejam/sled/compare/v0.34.6...v0.34.7) --- updated-dependencies: - dependency-name: sled dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
dependabot[bot]
|
6b38d1a917
|
Bump sha2 from 0.9.6 to 0.9.8
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.6 to 0.9.8. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.9.6...sha2-v0.9.8) --- updated-dependencies: - dependency-name: sha2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
dependabot[bot]
|
cd50702c23
|
Bump serde_with from 1.9.4 to 1.10.0
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 1.9.4 to 1.10.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Changelog](https://github.com/jonasbb/serde_with/blob/master/CHANGELOG.md) - [Commits](https://github.com/jonasbb/serde_with/compare/v1.9.4...v1.10.0) --- updated-dependencies: - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
dependabot[bot]
|
0ef09f04f5
|
Bump thiserror from 1.0.28 to 1.0.29
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.28 to 1.0.29. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.28...1.0.29) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
bors[bot]
|
2fcf44399a
|
Merge #749
749: Bump tokio-util from 0.6.7 to 0.6.8 r=thomaseizinger a=dependabot[bot] Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.6.7 to 0.6.8. <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/tokio-rs/tokio/commits">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.6.7&new-version=0.6.8)](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> |
||
dependabot[bot]
|
7da45898a0
|
Bump tokio-util from 0.6.7 to 0.6.8
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.6.7 to 0.6.8. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits) --- updated-dependencies: - dependency-name: tokio-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
bors[bot]
|
29fd9ad8af
|
Merge #737 #745 #746 #747
737: Limit the number of open dependabot to 10 instead of 5 r=thomaseizinger a=thomaseizinger This should give us a bit more slack to update certain dependencies even if we have a few pending that are currently breaking the build. 745: Bump structopt from 0.3.22 to 0.3.23 r=thomaseizinger a=dependabot[bot] Bumps [structopt](https://github.com/TeXitoi/structopt) from 0.3.22 to 0.3.23. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/TeXitoi/structopt/blob/master/CHANGELOG.md">structopt's changelog</a>.</em></p> <blockquote> <h1>v0.3.23 (2021-08-30)</h1> <ul> <li>Update minimal rust version to 1.46 because of bitflags 1.3</li> <li>Fixed <a href="https://github-redirect.dependabot.com/TeXitoi/structopt/issues/490">a bug that occurs when the type of <code>map</code> becomes ambiguous</a>.</li> <li>Add support for <a href="https://github-redirect.dependabot.com/TeXitoi/structopt/issues/493">skip for enum variant subcommands</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
d7a0137de4
|
Bump hyper from 0.14.11 to 0.14.12
Bumps [hyper](https://github.com/hyperium/hyper) from 0.14.11 to 0.14.12. - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper/compare/v0.14.11...v0.14.12) --- updated-dependencies: - dependency-name: hyper dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
dependabot[bot]
|
e2fa228a46
|
Bump vergen from 5.1.13 to 5.1.15
Bumps [vergen](https://github.com/rustyhorde/vergen) from 5.1.13 to 5.1.15. - [Release notes](https://github.com/rustyhorde/vergen/releases) - [Commits](https://github.com/rustyhorde/vergen/compare/5.1.13...5.1.15) --- updated-dependencies: - dependency-name: vergen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
bors[bot]
|
5660474d83
|
Merge #742
742: Bump bmrng from 0.5.1 to 0.5.2 r=thomaseizinger a=dependabot[bot] Bumps [bmrng](https://github.com/oguzbilgener/bmrng) from 0.5.1 to 0.5.2. <details> <summary>Commits</summary> <ul> <li><a href=" |