mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
fbc71b254e
2079 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
dependabot[bot]
|
fbc71b254e
|
build(deps): bump serde from 1.0.146 to 1.0.147
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.146 to 1.0.147. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.146...v1.0.147) --- 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]
|
49c688cb98
|
Merge #1179
1179: build(deps): bump base64 from 0.13.0 to 0.13.1 r=delta1 a=dependabot[bot]
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.13.0 to 0.13.1.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/marshallpierce/rust-base64/blob/v0.13.1/RELEASE-NOTES.md">base64's changelog</a>.</em></p>
<blockquote>
<h1>0.13.1</h1>
<ul>
<li>More precise decode buffer sizing, avoiding unnecessary allocation in <code>decode_config</code>.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="
|
||
dependabot[bot]
|
f3cbb8f302
|
build(deps): bump base64 from 0.13.0 to 0.13.1
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.13.0 to 0.13.1. - [Release notes](https://github.com/marshallpierce/rust-base64/releases) - [Changelog](https://github.com/marshallpierce/rust-base64/blob/v0.13.1/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.13.0...v0.13.1) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
bors[bot]
|
95d20c3d09
|
Merge #1178
1178: build(deps): bump serde from 1.0.145 to 1.0.146 r=delta1 a=dependabot[bot] Bumps [serde](https://github.com/serde-rs/serde) from 1.0.145 to 1.0.146. <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.146</h2> <ul> <li>Allow internally tagged newtype variant to contain unit (<a href="https://github-redirect.dependabot.com/serde-rs/serde/issues/2303">#2303</a>, thanks <a href="https://github.com/tage64"><code>`@tage64</code></a>)</li>` </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
bors[bot]
|
9beee04a43
|
Merge #1177
1177: build(deps): bump anyhow from 1.0.65 to 1.0.66 r=delta1 a=dependabot[bot] Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.65 to 1.0.66. <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.66</h2> <ul> <li>Reduce unhelpful backtrace frames in backtraces captured during a <code>context</code> call (<a href="https://github-redirect.dependabot.com/dtolnay/anyhow/issues/279">#279</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
12ada81163
|
build(deps): bump serde from 1.0.145 to 1.0.146
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.145 to 1.0.146. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.145...v1.0.146) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
dependabot[bot]
|
f79b2192d9
|
build(deps): bump anyhow from 1.0.65 to 1.0.66
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.65 to 1.0.66. - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](https://github.com/dtolnay/anyhow/compare/1.0.65...1.0.66) --- 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]
|
117a5be5af
|
Merge #1176
1176: build(deps): bump serde_json and futures r=delta1 a=delta1 - serde_json to 1.0.87 #1174 - futures to 0.3.25 #1175 Co-authored-by: Byron Hambly <bhambly@blockstream.com> |
||
Byron Hambly
|
139a9d8ce1
|
build(deps): bump futures to 0.3.25
#1175 |
||
Byron Hambly
|
dddf2ad05f
|
build(deps): bump serde_json to 1.0.87
#1174 |
||
bors[bot]
|
14c1635b72
|
Merge #1173
1173: build(deps): bump comfy-table to 6.1.1 r=delta1 a=delta1 Supersedes #1172 because it requires Rust 1.62 Co-authored-by: Byron Hambly <bhambly@blockstream.com> |
||
bors[bot]
|
7beb97cc84
|
Merge #1171
1171: build(deps): bump async-trait from 0.1.57 to 0.1.58 r=delta1 a=dependabot[bot] Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.57 to 0.1.58. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
Byron Hambly
|
fb30872f8b
|
build(deps): bump comfy-table to 6.1.1 | ||
Byron Hambly
|
fb42ca13cc
|
chore: clippy fix | ||
Byron Hambly
|
2a0fc3f278
|
chore: bump rust toolchain to 1.62 | ||
dependabot[bot]
|
eba3d18983
|
build(deps): bump async-trait from 0.1.57 to 0.1.58
Bumps [async-trait](https://github.com/dtolnay/async-trait) from 0.1.57 to 0.1.58. - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](https://github.com/dtolnay/async-trait/compare/0.1.57...0.1.58) --- updated-dependencies: - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
bors[bot]
|
451b4722a4
|
Merge #1169
1169: build(deps): bump ecdsa_fun from `9e5e193` to `b511ab5` r=delta1 a=dependabot[bot] Bumps [ecdsa_fun](https://github.com/LLFourn/secp256kfun) from `9e5e193` to `b511ab5`. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
bors[bot]
|
58c1a7bb1d
|
Merge #1170
1170: build(deps): bump sigma_fun from `9e5e193` to `b511ab5` r=delta1 a=dependabot[bot] Bumps [sigma_fun](https://github.com/LLFourn/secp256kfun) from `9e5e193` to `b511ab5`. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
bors[bot]
|
b19c261e99
|
Merge #1168
1168: build(deps): bump Swatinem/rust-cache from 2.0.0 to 2.0.1 r=delta1 a=dependabot[bot] Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) from 2.0.0 to 2.0.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Swatinem/rust-cache/releases">Swatinem/rust-cache's releases</a>.</em></p> <blockquote> <h2>v2.0.1</h2> <ul> <li>Primarily just updating dependencies to fix GitHub deprecation notices.</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md">Swatinem/rust-cache's changelog</a>.</em></p> <blockquote> <h2>2.0.1</h2> <ul> <li>Primarily just updating dependencies to fix GitHub deprecation notices.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
5a56b2d71c
|
build(deps): bump sigma_fun from 9e5e193 to b511ab5
Bumps [sigma_fun](https://github.com/LLFourn/secp256kfun) from `9e5e193` to `b511ab5`.
- [Release notes](https://github.com/LLFourn/secp256kfun/releases)
- [Commits](
|
||
dependabot[bot]
|
8400e0ccab
|
build(deps): bump ecdsa_fun from 9e5e193 to b511ab5
Bumps [ecdsa_fun](https://github.com/LLFourn/secp256kfun) from `9e5e193` to `b511ab5`.
- [Release notes](https://github.com/LLFourn/secp256kfun/releases)
- [Commits](
|
||
dependabot[bot]
|
835fe513b1
|
build(deps): bump Swatinem/rust-cache from 2.0.0 to 2.0.1
Bumps [Swatinem/rust-cache](https://github.com/Swatinem/rust-cache) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/Swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/Swatinem/rust-cache/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: Swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
bors[bot]
|
e36276f84f
|
Merge #1167
1167: build(deps): bump uuid from 1.2.0 to 1.2.1 r=delta1 a=dependabot[bot] Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.2.0 to 1.2.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/uuid-rs/uuid/releases">uuid's releases</a>.</em></p> <blockquote> <h2>1.2.1</h2> <h2>What's Changed</h2> <ul> <li>Fix up lost re-export of v1 Timestamp by <a href="https://github.com/KodrAus"><code>`@KodrAus</code></a>` in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/636">uuid-rs/uuid#636</a></li> <li>Prepare for 1.2.1 release by <a href="https://github.com/KodrAus"><code>`@KodrAus</code></a>` in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/637">uuid-rs/uuid#637</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/uuid-rs/uuid/compare/1.2.0...1.2.1">https://github.com/uuid-rs/uuid/compare/1.2.0...1.2.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
bors[bot]
|
fbea1cfb28
|
Merge #1166
1166: build(deps): bump serde_json from 1.0.85 to 1.0.86 r=delta1 a=dependabot[bot] Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.85 to 1.0.86. <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.86</h2> <ul> <li>Support <code>arbitrary_precision</code> feature even in no-std mode (<a href="https://github-redirect.dependabot.com/serde-rs/json/issues/928">#928</a>, thanks <a href="https://github.com/kvinwang"><code>`@kvinwang</code></a>)</li>` </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
65dcf1b842
|
build(deps): bump uuid from 1.2.0 to 1.2.1
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.2.0 to 1.2.1. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.2.0...1.2.1) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
dependabot[bot]
|
472c8b84c6
|
build(deps): bump serde_json from 1.0.85 to 1.0.86
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.85 to 1.0.86. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.85...v1.0.86) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
bors[bot]
|
26a08876e7
|
Merge #1165
1165: build(deps): bump async-compression from 0.3.14 to 0.3.15 r=delta1 a=dependabot[bot] Bumps [async-compression](https://github.com/Nemo157/async-compression) from 0.3.14 to 0.3.15. <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
a589514fb3
|
build(deps): bump async-compression from 0.3.14 to 0.3.15
Bumps [async-compression](https://github.com/Nemo157/async-compression) from 0.3.14 to 0.3.15. - [Release notes](https://github.com/Nemo157/async-compression/releases) - [Commits](https://github.com/Nemo157/async-compression/compare/0.3.14...0.3.15) --- updated-dependencies: - dependency-name: async-compression dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> |
||
bors[bot]
|
e496b1c047
|
Merge #1164
1164: build(deps): bump uuid from 1.1.2 to 1.2.0 r=delta1 a=dependabot[bot] Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.1.2 to 1.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/uuid-rs/uuid/releases">uuid's releases</a>.</em></p> <blockquote> <h2>1.2.0</h2> <h2>What's Changed</h2> <ul> <li>formatting changes by <a href="https://github.com/pintariching"><code>`@pintariching</code></a>` in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/610">uuid-rs/uuid#610</a></li> <li>Remove outdated Travis CI reference by <a href="https://github.com/atouchet"><code>`@atouchet</code></a>` in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/616">uuid-rs/uuid#616</a></li> <li>refactors Timestamp, Context and ClockSequence, and adds UUIDS v6, v7, v8 by <a href="https://github.com/rrichardson"><code>`@rrichardson</code></a>` in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/611">uuid-rs/uuid#611</a></li> <li>migrate from winapi to windows_sys in examples by <a href="https://github.com/sn99"><code>`@sn99</code></a>` in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/626">uuid-rs/uuid#626</a></li> <li>Update windows-sys requirement from 0.36.1 to 0.42.0 by <a href="https://github.com/dependabot"><code>`@dependabot</code></a>` in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/628">uuid-rs/uuid#628</a></li> <li>Some work on the new version features by <a href="https://github.com/KodrAus"><code>`@KodrAus</code></a>` in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/625">uuid-rs/uuid#625</a></li> <li>Implement now in wasm by <a href="https://github.com/KodrAus"><code>`@KodrAus</code></a>` in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/630">uuid-rs/uuid#630</a></li> <li>More work on docs by <a href="https://github.com/KodrAus"><code>`@KodrAus</code></a>` in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/631">uuid-rs/uuid#631</a></li> <li>hide draft versions behind the unstable cfg by <a href="https://github.com/KodrAus"><code>`@KodrAus</code></a>` in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/633">uuid-rs/uuid#633</a></li> <li>Prepare for 1.2.0 release by <a href="https://github.com/KodrAus"><code>`@KodrAus</code></a>` in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/634">uuid-rs/uuid#634</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/pintariching"><code>`@pintariching</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/610">uuid-rs/uuid#610</a></li> <li><a href="https://github.com/atouchet"><code>`@atouchet</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/616">uuid-rs/uuid#616</a></li> <li><a href="https://github.com/sn99"><code>`@sn99</code></a>` made their first contribution in <a href="https://github-redirect.dependabot.com/uuid-rs/uuid/pull/626">uuid-rs/uuid#626</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/uuid-rs/uuid/compare/1.1.2...1.2.0">https://github.com/uuid-rs/uuid/compare/1.1.2...1.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href=" |
||
dependabot[bot]
|
17067579bb
|
build(deps): bump uuid from 1.1.2 to 1.2.0
Bumps [uuid](https://github.com/uuid-rs/uuid) from 1.1.2 to 1.2.0. - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/1.1.2...1.2.0) --- updated-dependencies: - dependency-name: uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> |
||
bors[bot]
|
f643afd4d0
|
Merge #1163
1163: build(deps): bump bdk to 0.23 r=delta1 a=delta1 bumps bdk to 0.23 Co-authored-by: Byron Hambly <bhambly@blockstream.com> |
||
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=" |