mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-31 15:20:15 +00:00
ef7922f898
2048 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
Byron Hambly
|
ef7922f898
|
build(deps): bump bdk to 0.23 | ||
bors[bot]
|
b64da86acd
|
Merge #1162
1162: build(deps): bump tracing from 0.1.36 to 0.1.37 r=delta1 a=dependabot[bot] Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.36 to 0.1.37. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tokio-rs/tracing/releases">tracing's releases</a>.</em></p> <blockquote> <h2>tracing 0.1.37</h2> <p>This release of <code>tracing</code> incorporates changes from <code>tracing-core</code> <a href="https://github.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.30">v0.1.30</a> and <code>tracing-attributes</code> <a href="https://github.com/tokio-rs/tracing/releases/tag/tracing-attributes-0.1.23">v0.1.23</a>, including the new <code>Subscriber::on_register_dispatch</code> method for performing late initialization after a <code>Subscriber</code> is registered as a <code>Dispatch</code>, and bugfixes for the <code>#[instrument]</code> attribute. Additionally, it fixes instances of the <code>bare_trait_objects</code> lint, which is now a warning on <code>tracing</code>'s MSRV and will become an error in the next edition.</p> <h3>Fixed</h3> <ul> <li><strong>attributes</strong>: Incorrect handling of inner attributes in <code>#[instrument]</code>ed functions (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2307">#2307</a>)</li> <li><strong>attributes</strong>: Incorrect location of compiler diagnostic spans generated for type errors in <code>#[instrument]</code>ed <code>async fn</code>s (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2270">#2270</a>)</li> <li><strong>attributes</strong>: Updated <code>syn</code> dependency to fix compilation with <code>-Z minimal-versions</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2246">#2246</a>)</li> <li><code>bare_trait_objects</code> warning in <code>valueset!</code> macro expansion (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2308">#2308</a>)</li> </ul> <h3>Added</h3> <ul> <li><strong>core</strong>: <code>Subscriber::on_register_dispatch</code> method (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2269">#2269</a>)</li> <li><strong>core</strong>: <code>WeakDispatch</code> type and <code>Dispatch::downgrade()</code> function (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2293">#2293</a>)</li> </ul> <h3>Changed</h3> <ul> <li><code>tracing-core</code>: updated to <a href="https://github.com/tokio-rs/tracing/releases/tag/tracing-core-0.1.30">0.1.30</a></li> <li><code>tracing-attributes</code>: updated to <a href="https://github.com/tokio-rs/tracing/releases/tag/tracing-attributes-0.1.23">0.1.23</a></li> </ul> <h3>Documented</h3> <ul> <li>Added <a href="https://crates.io/crates/tracing-web/"><code>tracing-web</code></a> and <a href="https://crates.io/crates/reqwest-tracing/"><code>reqwest-tracing</code></a> to related crates (<a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2283">#2283</a>, <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2331">#2331</a>)</li> </ul> <p>Thanks to new contributors <a href="https://github.com/compiler-errors"><code>`@compiler-errors</code></a>,` <a href="https://github.com/e-nomem"><code>`@e-nomem</code></a>,` <a href="https://github.com/WorldSEnder"><code>`@WorldSEnder</code></a>,` <a href="https://github.com/Xiami2012"><code>`@Xiami2012</code></a>,` and <a href="https://github.com/tl-rodrigo-gryzinski"><code>`@tl-rodrigo-gryzinski</code></a>,` as well as <a href="https://github.com/jswrenn"><code>`@jswrenn</code></a>` and <a href="https://github.com/CAD97"><code>`@CAD97</code></a>,` for contributing to this release!</p> <p><a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2246">#2246</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/pull/2246">tokio-rs/tracing#2246</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2269">#2269</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/pull/2269">tokio-rs/tracing#2269</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2283">#2283</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/pull/2283">tokio-rs/tracing#2283</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2270">#2270</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/pull/2270">tokio-rs/tracing#2270</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2293">#2293</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/pull/2293">tokio-rs/tracing#2293</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2307">#2307</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/pull/2307">tokio-rs/tracing#2307</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2308">#2308</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/pull/2308">tokio-rs/tracing#2308</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/issues/2331">#2331</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tracing/pull/2331">tokio-rs/tracing#2331</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
688ddb3d31
|
build(deps): bump tracing from 0.1.36 to 0.1.37
Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.36 to 0.1.37. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.36...tracing-0.1.37) --- updated-dependencies: - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
bors[bot]
|
b761fba089
|
Merge #1161
1161: build(deps): bump sigma_fun from `8b2f301` to `9e5e193` r=delta1 a=dependabot[bot] Bumps [sigma_fun](https://github.com/LLFourn/secp256kfun) from `8b2f301` to `9e5e193`. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
bors[bot]
|
0d7629fe33
|
Merge #1160
1160: build(deps): bump ecdsa_fun from `8b2f301` to `9e5e193` r=delta1 a=dependabot[bot] Bumps [ecdsa_fun](https://github.com/LLFourn/secp256kfun) from `8b2f301` to `9e5e193`. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
03e23affdd
|
build(deps): bump sigma_fun from 8b2f301 to 9e5e193
Bumps [sigma_fun](https://github.com/LLFourn/secp256kfun) from `8b2f301` to `9e5e193`.
- [Release notes](https://github.com/LLFourn/secp256kfun/releases)
- [Commits](
|
||
dependabot[bot]
|
67eab1b65a
|
build(deps): bump ecdsa_fun from 8b2f301 to 9e5e193
Bumps [ecdsa_fun](https://github.com/LLFourn/secp256kfun) from `8b2f301` to `9e5e193`.
- [Release notes](https://github.com/LLFourn/secp256kfun/releases)
- [Commits](
|
||
bors[bot]
|
96da6a8c03
|
Merge #1159
1159: build(deps): bump time from 0.3.14 to 0.3.15 r=delta1 a=dependabot[bot] Bumps [time](https://github.com/time-rs/time) from 0.3.14 to 0.3.15. <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.15</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.15 [2022-10-03]</h2> <h3>Changed</h3> <ul> <li>Better gating for <code>tm_gmtoff</code> extension. This should eliminate build failures on some untested platforms.</li> <li><code>Debug</code> output for types are now human-readable. While this should not be relied upon, it is currently the same as the output with <code>Display</code>.</li> <li>Eliminate overflows in the constructors for `Duration. When there is an overflow, the methods now panic. This was previously only the case in debug mode.</li> <li>Panic if <code>NaN</code> is passed to <code>Duration::from_secs_f32</code> or <code>Duration::from_secs_f64</code>.</li> </ul> <h3>Fixed</h3> <ul> <li>Fix error when deserializing data types from bytes. This affects formats such as JSON.</li> <li>Eliminate a panic in an edge case when converting <code>OffsetDateTime</code> to another <code>UtcOffset</code>. This occurred due to an old assumption in code that was no longer the case.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
bors[bot]
|
7caae3761e
|
Merge #1158
1158: build(deps): bump actions/checkout from 3.0.2 to 3.1.0 r=delta1 a=dependabot[bot] Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/releases">actions/checkout's releases</a>.</em></p> <blockquote> <h2>v3.1.0</h2> <h2>What's Changed</h2> <ul> <li>Inject GitHub host to be able to clone from another GitHub instance by <a href="https://github.com/peter-murray"><code>`@peter-murray</code></a>` in <a href="https://github-redirect.dependabot.com/actions/checkout/pull/922">actions/checkout#922</a></li> <li>Bump <code>`@actions/core</code>` to 1.10.0 by <a href="https://github.com/rentziass"><code>`@rentziass</code></a>` in <a href="https://github-redirect.dependabot.com/actions/checkout/pull/939">actions/checkout#939</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/peter-murray"><code>`@peter-murray</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/actions/checkout/pull/922">actions/checkout#922</a></li> <li><a href="https://github.com/rentziass"><code>`@rentziass</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/actions/checkout/pull/939">actions/checkout#939</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/actions/checkout/compare/v3.0.2...v3.1.0">https://github.com/actions/checkout/compare/v3.0.2...v3.1.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's changelog</a>.</em></p> <blockquote> <h2>v3.1.0</h2> <ul> <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/939">Use <code>`@actions/core</code>` <code>saveState</code> and <code>getState</code></a></li> <li><a href="https://github-redirect.dependabot.com/actions/checkout/pull/922">Add <code>github-server-url</code> input</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
e7c1699491
|
build(deps): bump time from 0.3.14 to 0.3.15
Bumps [time](https://github.com/time-rs/time) from 0.3.14 to 0.3.15. - [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.14...v0.3.15) --- 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]
|
5716f8f2ea
|
build(deps): bump actions/checkout from 3.0.2 to 3.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3.0.2...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
bors[bot]
|
2953963c92
|
Merge #1157
1157: build(deps): bump thiserror from 1.0.36 to 1.0.37 r=delta1 a=dependabot[bot] Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.36 to 1.0.37. <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.37</h2> <ul> <li>Documentation improvements</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
f24dda64ee
|
build(deps): bump thiserror from 1.0.36 to 1.0.37
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.36 to 1.0.37. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.36...1.0.37) --- 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]
|
a65ffe96cf
|
Merge #1156
1156: build(deps): bump thiserror from 1.0.35 to 1.0.36 r=delta1 a=dependabot[bot] Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.35 to 1.0.36. <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.36</h2> <ul> <li>Documentation improvements (<a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/195">#195</a>, thanks <a href="https://github.com/matklad"><code>`@matklad</code></a>)</li>` </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
653e836425
|
build(deps): bump thiserror from 1.0.35 to 1.0.36
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.35 to 1.0.36. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.35...1.0.36) --- 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]
|
a1e1eb4eba
|
Merge #1155
1155: build(deps): bump serde from 1.0.144 to 1.0.145 r=delta1 a=dependabot[bot] Bumps [serde](https://github.com/serde-rs/serde) from 1.0.144 to 1.0.145. <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.145</h2> <ul> <li>Allow RefCell<T>, Mutex<T>, and RwLock<T> to be serialized regardless of whether T is <code>Sized</code> (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2282">#2282</a>, thanks <a href="https://github.com/ChayimFriedman2"><code>`@ChayimFriedman2</code></a>)</li>` </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
6fb228a136
|
build(deps): bump serde from 1.0.144 to 1.0.145
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.144 to 1.0.145. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.144...v1.0.145) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
bors[bot]
|
972f6a272e
|
Merge #1153
1153: build(deps): bump itertools from 0.10.4 to 0.10.5 r=delta1 a=dependabot[bot] Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.4 to 0.10.5. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md">itertools's changelog</a>.</em></p> <blockquote> <h1>Changelog</h1> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/rust-itertools/itertools/commits">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=itertools&package-manager=cargo&previous-version=0.10.4&new-version=0.10.5)](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> |
||
bors[bot]
|
c0694fc31b
|
Merge #1154
1154: build(deps): bump reqwest from 0.11.11 to 0.11.12 r=delta1 a=dependabot[bot] Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.11 to 0.11.12. <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.12</h2> <h2>What's Changed</h2> <ul> <li>Add <code>ClientBuilder::resolve_to_addrs()</code> which allows a slice of IP addresses to be specified for a single host.</li> <li>Add <code>Response::upgrade()</code> to await whether the server agrees to an HTTP upgrade.</li> </ul> <h2>New Contributors ❤️</h2> <ul> <li><a href="https://github.com/futursolo"><code>`@futursolo</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/pull/1565">seanmonstar/reqwest#1565</a></li> <li><a href="https://github.com/kckeiks"><code>`@kckeiks</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/pull/1583">seanmonstar/reqwest#1583</a></li> <li><a href="https://github.com/vidhanio"><code>`@vidhanio</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/pull/1584">seanmonstar/reqwest#1584</a></li> <li><a href="https://github.com/luqmana"><code>`@luqmana</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/pull/1376">seanmonstar/reqwest#1376</a></li> <li><a href="https://github.com/lpraneis"><code>`@lpraneis</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/seanmonstar/reqwest/pull/1622">seanmonstar/reqwest#1622</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.12</h2> <ul> <li>Add <code>ClientBuilder::resolve_to_addrs()</code> which allows a slice of IP addresses to be specified for a single host.</li> <li>Add <code>Response::upgrade()</code> to await whether the server agrees to an HTTP upgrade.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
9308ad2908
|
build(deps): bump reqwest from 0.11.11 to 0.11.12
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.11 to 0.11.12. - [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.11...v0.11.12) --- 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]
|
25a810840a
|
build(deps): bump itertools from 0.10.4 to 0.10.5
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.4 to 0.10.5. - [Release notes](https://github.com/rust-itertools/itertools/releases) - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/commits) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
bors[bot]
|
6d1778b45f
|
Merge #1148
1148: build(deps): bump sha2 from 0.10.5 to 0.10.6 r=delta1 a=dependabot[bot] Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.5 to 0.10.6. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
6cb614cf65
|
build(deps): bump sha2 from 0.10.5 to 0.10.6
Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.5 to 0.10.6. - [Release notes](https://github.com/RustCrypto/hashes/releases) - [Commits](https://github.com/RustCrypto/hashes/compare/sha2-v0.10.5...sha2-v0.10.6) --- updated-dependencies: - dependency-name: sha2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
bors[bot]
|
b83da617c2
|
Merge #1117
1117: build(deps): bump comfy-table from 5.0.1 to 6.1.0 r=delta1 a=dependabot[bot] Bumps [comfy-table](https://github.com/nukesor/comfy-table) from 5.0.1 to 6.1.0. <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.0] - 2022-08-28</h2> <h3>Added</h3> <ul> <li>Add <code>Table::add_rows</code> to add multiple rows at the same time.</li> </ul> <h3>Misc</h3> <ul> <li>Update crossterm to <code>v0.24</code></li> </ul> <h2>[6.0.0] - 2022-05-31</h2> <h3>Added</h3> <ul> <li>Add <code>Table::style_text_only()</code>, which prevents non-delimiter whitespaces in cells to be styled.</li> <li>Add the <code>Table::discover_columns</code> function and add info on when to use it to <code>Row::add_cell</code>.</li> </ul> <h3>Breaking Changes</h3> <ul> <li>Renaming of several functions to be Rust idiomatic: <ul> <li><code>Cell::get_content</code> -> <code>Cell::content</code></li> <li><code>Column::get_padding_width</code> -> <code>Column::padding_width</code></li> <li><code>Column::get_constraint</code> -> <code>Column::constraint</code></li> <li><code>Table::get_header</code> -> <code>Table::header</code></li> <li><code>Table::get_table_width</code> -> <code>Table::width</code></li> <li><code>Table::set_table_width</code> -> <code>Table::set_width</code></li> <li><code>Table::set_style</code> -> <code>Table::style</code></li> <li><code>Table::get_column</code> -> <code>Table::column</code></li> <li><code>Table::get_column_mut</code> -> <code>Table::column_mut</code></li> <li><code>Table::get_row</code> -> <code>Table::row</code></li> <li><code>Table::get_row_mut</code> -> <code>Table::row_mut</code></li> </ul> </li> <li><code>Column::get_max_width</code> and <code>Column::get_max_content_width</code> have been removed as we cannot guarantee that these numbers are always correct. Use <code>Table::column_max_content_widths</code> instead</li> </ul> <h3>Changed</h3> <ul> <li><code>Table::column_max_content_widths</code> now performs a full scan of the table's content when called.</li> <li>Don't include <code>Table::is_tty</code>, <code>Table::force_no_tty</code> and <code>Table::should_style</code> if <code>tty</code> feature isn't enabled.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
160e454f9e
|
build(deps): bump comfy-table from 5.0.1 to 6.1.0
Bumps [comfy-table](https://github.com/nukesor/comfy-table) from 5.0.1 to 6.1.0. - [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/v5.0.1...v6.1.0) --- updated-dependencies: - dependency-name: comfy-table dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
||
bors[bot]
|
d483651ef4
|
Merge #1144 #1145
1144: build(deps): bump anyhow from 1.0.64 to 1.0.65 r=delta1 a=dependabot[bot] Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.64 to 1.0.65. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/anyhow/releases">anyhow's releases</a>.</em></p> <blockquote> <h2>1.0.65</h2> <ul> <li><!-- raw HTML omitted -->impl <!-- raw HTML omitted -->Provider<!-- raw HTML omitted --> for anyhow::Error<!-- raw HTML omitted --></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
62e521a943
|
build(deps): bump thiserror from 1.0.34 to 1.0.35
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.34 to 1.0.35. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.34...1.0.35) --- 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]
|
82a1298dc3
|
build(deps): bump anyhow from 1.0.64 to 1.0.65
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.64 to 1.0.65. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.64...1.0.65) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
bors[bot]
|
f3b3216a80
|
Merge #1143
1143: build(deps): bump itertools from 0.10.3 to 0.10.4 r=delta1 a=dependabot[bot] Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.3 to 0.10.4. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md">itertools's changelog</a>.</em></p> <blockquote> <h2>0.10.4</h2> <ul> <li>Add <code>EitherOrBoth::or</code> and <code>EitherOrBoth::or_else</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/593">#593</a>)</li> <li>Add <code>min_set</code>, <code>max_set</code> et al. (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/613">#613</a>, <a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/323">#323</a>)</li> <li>Use <code>either/use_std</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/628">#628</a>)</li> <li>Documentation fixes (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/612">#612</a>, <a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/625">#625</a>, <a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/632">#632</a>, <a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/633">#633</a>, <a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/634">#634</a>, <a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/638">#638</a>)</li> <li>Code maintenance (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/623">#623</a>, <a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/624">#624</a>, <a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/627">#627</a>, <a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/630">#630</a>)</li> </ul> <h2>0.10.2</h2> <ul> <li>Add <code>Itertools::multiunzip</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/362">#362</a>, <a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/565">#565</a>)</li> <li>Add <code>intersperse</code> and <code>intersperse_with</code> free functions (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/555">#555</a>)</li> <li>Add <code>Itertools::sorted_by_cached_key</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/424">#424</a>, <a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/575">#575</a>)</li> <li>Specialize <code>ProcessResults::fold</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/563">#563</a>)</li> <li>Fix subtraction overflow in <code>DuplicatesBy::size_hint</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/552">#552</a>)</li> <li>Fix specialization tests (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/574">#574</a>)</li> <li>More <code>Debug</code> impls (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/573">#573</a>)</li> <li>Deprecate <code>fold1</code> (use <code>reduce</code> instead) (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/580">#580</a>)</li> <li>Documentation fixes (<code>HomogenousTuple</code>, <code>into_group_map</code>, <code>into_group_map_by</code>, <code>MultiPeek::peek</code>) (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/543">#543</a> et al.)</li> </ul> <h2>0.10.1</h2> <ul> <li>Add <code>Itertools::contains</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/514">#514</a>)</li> <li>Add <code>Itertools::counts_by</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/515">#515</a>)</li> <li>Add <code>Itertools::partition_result</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/511">#511</a>)</li> <li>Add <code>Itertools::all_unique</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/241">#241</a>)</li> <li>Add <code>Itertools::duplicates</code> and <code>Itertools::duplicates_by</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/502">#502</a>)</li> <li>Add <code>chain!</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/525">#525</a>)</li> <li>Add <code>Itertools::at_most_one</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/523">#523</a>)</li> <li>Add <code>Itertools::flatten_ok</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/527">#527</a>)</li> <li>Add <code>EitherOrBoth::or_default</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/583">#583</a>)</li> <li>Add <code>Itertools::find_or_last</code> and <code>Itertools::find_or_first</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/535">#535</a>)</li> <li>Implement <code>FusedIterator</code> for <code>FilterOk</code>, <code>FilterMapOk</code>, <code>InterleaveShortest</code>, <code>KMergeBy</code>, <code>MergeBy</code>, <code>PadUsing</code>, <code>Positions</code>, <code>Product</code> , <code>RcIter</code>, <code>TupleWindows</code>, <code>Unique</code>, <code>UniqueBy</code>, <code>Update</code>, <code>WhileSome</code>, <code>Combinations</code>, <code>CombinationsWithReplacement</code>, <code>Powerset</code>, <code>RepeatN</code>, and <code>WithPosition</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/550">#550</a>)</li> <li>Implement <code>FusedIterator</code> for <code>Interleave</code>, <code>IntersperseWith</code>, and <code>ZipLongest</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/548">#548</a>)</li> </ul> <h2>0.10.0</h2> <ul> <li><strong>Increase minimum supported Rust version to 1.32.0</strong></li> <li>Improve macro hygiene (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/507">#507</a>)</li> <li>Add <code>Itertools::powerset</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/335">#335</a>)</li> <li>Add <code>Itertools::sorted_unstable</code>, <code>Itertools::sorted_unstable_by</code>, and <code>Itertools::sorted_unstable_by_key</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/494">#494</a>)</li> <li>Implement <code>Error</code> for <code>ExactlyOneError</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/484">#484</a>)</li> <li>Undeprecate <code>Itertools::fold_while</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/476">#476</a>)</li> <li>Tuple-related adapters work for tuples of arity up to 12 (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/475">#475</a>)</li> <li><code>use_alloc</code> feature for users who have <code>alloc</code>, but not <code>std</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/474">#474</a>)</li> <li>Add <code>Itertools::k_smallest</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/473">#473</a>)</li> <li>Add <code>Itertools::into_grouping_map</code> and <code>GroupingMap</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/465">#465</a>)</li> <li>Add <code>Itertools::into_grouping_map_by</code> and <code>GroupingMapBy</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/465">#465</a>)</li> <li>Add <code>Itertools::counts</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/468">#468</a>)</li> <li>Add implementation of <code>DoubleEndedIterator</code> for <code>Unique</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/442">#442</a>)</li> <li>Add implementation of <code>DoubleEndedIterator</code> for <code>UniqueBy</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/442">#442</a>)</li> <li>Add implementation of <code>DoubleEndedIterator</code> for <code>Zip</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/346">#346</a>)</li> <li>Add <code>Itertools::multipeek</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/435">#435</a>)</li> <li>Add <code>Itertools::dedup_with_count</code> and <code>DedupWithCount</code> (<a href="https://github-redirect.dependabot.com/rust-itertools/itertools/issues/423">#423</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
6ffd7f871d
|
build(deps): bump itertools from 0.10.3 to 0.10.4
Bumps [itertools](https://github.com/rust-itertools/itertools) from 0.10.3 to 0.10.4. - [Release notes](https://github.com/rust-itertools/itertools/releases) - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-itertools/itertools/compare/v0.10.3...v0.10.4) --- updated-dependencies: - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
bors[bot]
|
d588f9dcdd
|
Merge #1142
1142: deps(build): upgrade ecdsa_fun and sigma_fun r=delta1 a=delta1 - #1139 - #1140 Co-authored-by: Byron Hambly <bhambly@blockstream.com> |
||
bors[bot]
|
9189c62a5c
|
Merge #1141
1141: build(deps): bump tokio from 1.14.1 to 1.16.1 r=delta1 a=dependabot[bot] Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.14.1 to 1.16.1. <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.16.1</h2> <h1>1.16.1 (January 28, 2022)</h1> <p>This release fixes a bug in <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4428">#4428</a> with the change <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4437">#4437</a>.</p> <p><a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4428">#4428</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4428">tokio-rs/tokio#4428</a> <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4437">#4437</a>: <a href="https://github-redirect.dependabot.com/tokio-rs/tokio/pull/4437">tokio-rs/tokio#4437</a></p> <h2>Tokio v1.16.0</h2> <p>Fixes a soundness bug in <code>io::Take</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4428">#4428</a>). The unsoundness is exposed when leaking memory in the given <code>AsyncRead</code> implementation and then overwriting the supplied buffer:</p> <pre lang="rust"><code>impl AsyncRead for Buggy { fn poll_read( self: Pin<&mut Self>, cx: &mut Context<'_>, buf: &mut ReadBuf<'_> ) -> Poll<Result<()>> { let new_buf = vec![0; 5].leak(); *buf = ReadBuf::new(new_buf); buf.put_slice(b"hello"); Poll::Ready(Ok(())) } } </code></pre> <p>Also, this release includes improvements to the multi-threaded scheduler that can increase throughput by up to 20% in some cases (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4383">#4383</a>).</p> <h3>Fixed</h3> <ul> <li>io: <strong>soundness</strong> don't expose uninitialized memory when using <code>io::Take</code> in edge case (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4428">#4428</a>)</li> <li>fs: ensure <code>File::write</code> results in a <code>write</code> syscall when the runtime shuts down (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4316">#4316</a>)</li> <li>process: drop pipe after child exits in <code>wait_with_output</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4315">#4315</a>)</li> <li>rt: improve error message when spawning a thread fails (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4398">#4398</a>)</li> <li>rt: reduce false-positive thread wakups in the multi-threaded scheduler (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4383">#4383</a>)</li> <li>sync: don't inherit <code>Send</code> from <code>parking_lot::*Guard</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4359">#4359</a>)</li> </ul> <h3>Added</h3> <ul> <li>net: <code>TcpSocket::linger()</code> and <code>set_linger()</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4324">#4324</a>)</li> <li>net: impl <code>UnwindSafe</code> for socket types (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4384">#4384</a>)</li> <li>rt: impl <code>UnwindSafe</code> for <code>JoinHandle</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4418">#4418</a>)</li> <li>sync: <code>watch::Receiver::has_changed()</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4342">#4342</a>)</li> <li>sync: <code>oneshot::Receiver::blocking_recv()</code> (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4334">#4334</a>)</li> <li>sync: <code>RwLock</code> blocking operations (<a href="https://github-redirect.dependabot.com/tokio-rs/tokio/issues/4425">#4425</a>)</li> </ul> <h3>Unstable</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Byron Hambly
|
2c2fb7f350
|
deps(build): upgrade ecdsa_fun and sigma_fun
- #1139 - #1140 |
||
dependabot[bot]
|
28d346c651
|
build(deps): bump tokio from 1.14.1 to 1.16.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.14.1 to 1.16.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.14.1...tokio-1.16.1) --- 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]
|
4cfd829cc4
|
Merge #1137
1137: build(deps): bump url from 2.3.0 to 2.3.1 r=delta1 a=dependabot[bot] Bumps [url](https://github.com/servo/rust-url) from 2.3.0 to 2.3.1. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
e86ff95f78
|
build(deps): bump url from 2.3.0 to 2.3.1
Bumps [url](https://github.com/servo/rust-url) from 2.3.0 to 2.3.1. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: url dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
bors[bot]
|
6a7336aff4
|
Merge #1136
1136: build(deps): bump url from 2.2.2 to 2.3.0 r=delta1 a=dependabot[bot] Bumps [url](https://github.com/servo/rust-url) from 2.2.2 to 2.3.0. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Byron Hambly
|
2af3b0a72d
|
Merge branch 'master' into dependabot/cargo/url-2.3.0 | ||
bors[bot]
|
fdb31d1e81
|
Merge #1133
1133: build(deps): bump anyhow from 1.0.62 to 1.0.64 r=delta1 a=dependabot[bot] Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.62 to 1.0.64. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/anyhow/releases">anyhow's releases</a>.</em></p> <blockquote> <h2>1.0.64</h2> <ul> <li>Correctly propagate Backtrace when using <code>#[source] anyhow::Error</code> with <a href="https://github.com/dtolnay/thiserror">thiserror</a> crate (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/231">#231</a>)</li> </ul> <h2>1.0.63</h2> <ul> <li>Expose backtraces via the new "generic member access" API on the Error trait (<a href="https://github-redirect.dependabot.com/rust-lang/rust/issues/99301">rust-lang/rust#99301</a>, <a href="https://github-redirect.dependabot.com/rust-lang/rust/issues/96024">rust-lang/rust#96024</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
bors[bot]
|
7792ea1461
|
Merge #1132
1132: build(deps): bump thiserror from 1.0.32 to 1.0.34 r=delta1 a=dependabot[bot] Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.32 to 1.0.34. <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.34</h2> <ul> <li>Tweak "generic member access" based Backtrace implementation (<a href="https://github-redirect.dependabot.com/dtolnay/thiserror/issues/184">#184</a>)</li> </ul> <h2>1.0.33</h2> <ul> <li>Expose backtraces via the new "generic member access" API on the Error trait (<a href="https://github-redirect.dependabot.com/rust-lang/rust/issues/99301">rust-lang/rust#99301</a>, <a href="https://github-redirect.dependabot.com/rust-lang/rust/issues/96024">rust-lang/rust#96024</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
8966bb8a78
|
build(deps): bump anyhow from 1.0.62 to 1.0.64
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.62 to 1.0.64. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.62...1.0.64) --- 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]
|
af1a9fdd4e
|
build(deps): bump thiserror from 1.0.32 to 1.0.34
Bumps [thiserror](https://github.com/dtolnay/thiserror) from 1.0.32 to 1.0.34. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.32...1.0.34) --- 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]
|
21e1a61af8
|
Merge #1135
1135: build(deps): bump time from 0.3.13 to 0.3.14 r=delta1 a=dependabot[bot] Bumps [time](https://github.com/time-rs/time) from 0.3.13 to 0.3.14. <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.14</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.14 [2022-08-24]</h2> <h3>Changed</h3> <ul> <li>The minimum supported Rust version is now 1.59.0.</li> <li><code>Duration::unsigned_abs</code> is now <code>const fn</code>.</li> <li>The const parameter for <code>time::format_description::well_known::Iso8601</code> now has a default. This means <code>Iso8601</code> is the same as <code>Iso8601::DEFAULT</code>.</li> <li>The <code>Parsed</code> struct has been reduced in size from 56 to 32 bytes (a 43% reduction).</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
90a8095361
|
build(deps): bump time from 0.3.13 to 0.3.14
Bumps [time](https://github.com/time-rs/time) from 0.3.13 to 0.3.14. - [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.13...v0.3.14) --- updated-dependencies: - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
bors[bot]
|
6f49e5aa51
|
Merge #1131
1131: build(deps): bump futures from 0.3.23 to 0.3.24 r=delta1 a=dependabot[bot] Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.23 to 0.3.24. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/futures-rs/releases">futures's releases</a>.</em></p> <blockquote> <h2>0.3.24</h2> <ul> <li>Fix incorrect termination of <code>select_with_strategy</code> streams (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2635">#2635</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md">futures's changelog</a>.</em></p> <blockquote> <h1>0.3.24 - 2022-08-29</h1> <ul> <li>Fix incorrect termination of <code>select_with_strategy</code> streams (<a href="https://github-redirect.dependabot.com/rust-lang/futures-rs/issues/2635">#2635</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
375a72d918
|
build(deps): bump url from 2.2.2 to 2.3.0
Bumps [url](https://github.com/servo/rust-url) from 2.2.2 to 2.3.0. - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](https://github.com/servo/rust-url/compare/v2.2.2...v2.3.0) --- updated-dependencies: - dependency-name: url dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
bors[bot]
|
caf74ac287
|
Merge #1134
1134: build(deps): bump serde_json from 1.0.83 to 1.0.85 r=delta1 a=dependabot[bot] Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.83 to 1.0.85. <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.85</h2> <ul> <li>Make <code>Display</code> for <code>Number</code> produce the same representation as serializing (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/919">#919</a>)</li> </ul> <h2>v1.0.84</h2> <ul> <li>Make <code>Debug</code> impl of <code>serde_json::Value</code> more compact (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/918">#918</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
0f9292fd41
|
build(deps): bump serde_json from 1.0.83 to 1.0.85
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.83 to 1.0.85. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.83...v1.0.85) --- 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]
|
d20cb0da96
|
build(deps): bump futures from 0.3.23 to 0.3.24
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.23 to 0.3.24. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.23...0.3.24) --- updated-dependencies: - dependency-name: futures dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
bors[bot]
|
a7fafc7a58
|
Merge #1129
1129: build(deps): bump sha2 from 0.10.2 to 0.10.5 r=delta1 a=dependabot[bot] Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.10.2 to 0.10.5. <details> <summary>Commits</summary> <ul> <li><a href=" |