mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
566: Bump rand_chacha from 0.3.0 to 0.3.1 r=thomaseizinger a=dependabot[bot] Bumps [rand_chacha](https://github.com/rust-random/rand) from 0.3.0 to 0.3.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/rust-random/rand/blob/master/CHANGELOG.md">rand_chacha's changelog</a>.</em></p> <blockquote> <h2>[0.3.19] - 2017-12-27</h2> <h3>Changed</h3> <ul> <li>Require <code>log <= 0.3.8</code> for dev builds</li> <li>Update <code>fuchsia-zircon</code> dependency to 0.3</li> <li>Fix broken links in docs (to unblock compiler docs testing CI)</li> </ul> <h2>[0.3.18] - 2017-11-06</h2> <h3>Changed</h3> <ul> <li><code>thread_rng</code> is seeded from the system time if <code>OsRng</code> fails</li> <li><code>weak_rng</code> now uses <code>thread_rng</code> internally</li> </ul> <h2>[0.3.17] - 2017-10-07</h2> <h3>Changed</h3> <ul> <li>Fuchsia: Magenta was renamed Zircon</li> </ul> <h2>[0.3.16] - 2017-07-27</h2> <h3>Added</h3> <ul> <li>Implement Debug for mote non-public types</li> <li>implement <code>Rand</code> for (i|u)i128</li> <li>Support for Fuchsia</li> </ul> <h3>Changed</h3> <ul> <li>Add inline attribute to SampleRange::construct_range. This improves the benchmark for sample in 11% and for shuffle in 16%.</li> <li>Use <code>RtlGenRandom</code> instead of <code>CryptGenRandom</code></li> </ul> <h2>[0.3.15] - 2016-11-26</h2> <h3>Added</h3> <ul> <li>Add <code>Rng</code> trait method <code>choose_mut</code></li> <li>Redox support</li> </ul> <h3>Changed</h3> <ul> <li>Use <code>arc4rand</code> for <code>OsRng</code> on FreeBSD.</li> <li>Use <code>arc4random(3)</code> for <code>OsRng</code> on OpenBSD.</li> </ul> <h3>Fixed</h3> <ul> <li>Fix filling buffers 4 GiB or larger with <code>OsRng::fill_bytes</code> on Windows</li> </ul> <h2>[0.3.14] - 2016-02-13</h2> <h3>Fixed</h3> <ul> <li>Inline definitions from winapi/advapi32, which decreases build times</li> </ul> <h2>[0.3.13] - 2016-01-09</h2> <h3>Fixed</h3> <ul> <li>Compatible with Rust 1.7.0-nightly (needed some extra type annotations)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="98a0339f99
"><code>98a0339</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-random/rand/issues/1135">#1135</a> from dhardy/work</li> <li><a href="a7f8fb72d7
"><code>a7f8fb7</code></a> Prepare rand_chacha v0.3.1 release</li> <li><a href="09d3df3119
"><code>09d3df3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-random/rand/issues/1130">#1130</a> from dhardy/work</li> <li><a href="d167dd25d2
"><code>d167dd2</code></a> Deprecate ReadRng</li> <li><a href="e3bc4a1357
"><code>e3bc4a1</code></a> Do not impl serde for ReadRng or ReseedingRng</li> <li><a href="66b163632e
"><code>66b1636</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-random/rand/issues/1132">#1132</a> from rust-random/readme-wasm-note</li> <li><a href="d9c6a76048
"><code>d9c6a76</code></a> README: add note regarding wasm32-unknown-unknown</li> <li><a href="4726d328d6
"><code>4726d32</code></a> Update minimum version of packed_simd_2</li> <li><a href="f6bbfcfa89
"><code>f6bbfcf</code></a> serde for BlockRng, ReseedingRng and ReadRng</li> <li><a href="2732f2d6a8
"><code>2732f2d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/rust-random/rand/issues/1116">#1116</a> from vks/criterion</li> <li>Additional commits viewable in <a href="https://github.com/rust-random/rand/compare/rand_chacha-0.3.0...rand_chacha-0.3.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rand_chacha&package-manager=cargo&previous-version=0.3.0&new-version=0.3.1)](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> 568: Bump bdk from 0.7.0 to 0.8.0 r=thomaseizinger a=dependabot[bot] Bumps [bdk](https://github.com/bitcoindevkit/bdk) from 0.7.0 to 0.8.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/bitcoindevkit/bdk/blob/master/CHANGELOG.md">bdk's changelog</a>.</em></p> </details> <details> <summary>Commits</summary> <ul> <li><a href="33b45ebe82
"><code>33b45eb</code></a> Bump version to 0.8.0</li> <li><a href="2faed425ed
"><code>2faed42</code></a> Update CHANGELOG</li> <li><a href="2cc05c07a5
"><code>2cc05c0</code></a> Bump version in <code>src/lib.rs</code></li> <li><a href="9205295332
"><code>9205295</code></a> Merge commit 'refs/pull/365/head' of github.com:bitcoindevkit/bdk into releas...</li> <li><a href="3b446c9e14
"><code>3b446c9</code></a> Use no_run instead of ignore</li> <li><a href="378167efca
"><code>378167e</code></a> Remove explicit <code>feature(external_doc)</code></li> <li><a href="224be27aa8
"><code>224be27</code></a> Fix example/doctests format</li> <li><a href="4a23070cc8
"><code>4a23070</code></a> [ci] Check fmt for examples/doctests</li> <li><a href="f8117c0f9f
"><code>f8117c0</code></a> Bump version to 0.8.0-rc.1</li> <li><a href="0ec064ef13
"><code>0ec064e</code></a> Use AddressInfo in private methods</li> <li>Additional commits viewable in <a href="https://github.com/bitcoindevkit/bdk/compare/v0.7.0...v0.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=bdk&package-manager=cargo&previous-version=0.7.0&new-version=0.8.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>
This commit is contained in:
commit
3e88e13fbb
16
Cargo.lock
generated
16
Cargo.lock
generated
@ -237,9 +237,9 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "bdk"
|
name = "bdk"
|
||||||
version = "0.7.0"
|
version = "0.8.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "d85959e6883d0286e39e89aa7791b2edc2b8712f0f7152fda43b692c4db96c06"
|
checksum = "05d7fee1aedf8935ba1e2c9aeee640d1b9754da1b64f30ad47e8b8e2b7904ec0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"bdk-macros",
|
"bdk-macros",
|
||||||
@ -943,7 +943,7 @@ version = "0.6.2-alpha.0"
|
|||||||
source = "git+https://github.com/LLFourn/secp256kfun#84134daf34845434d7f38cdae7ffc31730a3b1e9"
|
source = "git+https://github.com/LLFourn/secp256kfun#84134daf34845434d7f38cdae7ffc31730a3b1e9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bincode",
|
"bincode",
|
||||||
"rand_chacha 0.3.0",
|
"rand_chacha 0.3.1",
|
||||||
"secp256kfun",
|
"secp256kfun",
|
||||||
"serde",
|
"serde",
|
||||||
"sigma_fun",
|
"sigma_fun",
|
||||||
@ -2808,7 +2808,7 @@ dependencies = [
|
|||||||
"num-traits",
|
"num-traits",
|
||||||
"quick-error 2.0.0",
|
"quick-error 2.0.0",
|
||||||
"rand 0.8.3",
|
"rand 0.8.3",
|
||||||
"rand_chacha 0.3.0",
|
"rand_chacha 0.3.1",
|
||||||
"rand_xorshift 0.3.0",
|
"rand_xorshift 0.3.0",
|
||||||
"regex-syntax",
|
"regex-syntax",
|
||||||
"rusty-fork",
|
"rusty-fork",
|
||||||
@ -2969,7 +2969,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||||||
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
|
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"libc",
|
"libc",
|
||||||
"rand_chacha 0.3.0",
|
"rand_chacha 0.3.1",
|
||||||
"rand_core 0.6.2",
|
"rand_core 0.6.2",
|
||||||
"rand_hc 0.3.0",
|
"rand_hc 0.3.0",
|
||||||
]
|
]
|
||||||
@ -2996,9 +2996,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rand_chacha"
|
name = "rand_chacha"
|
||||||
version = "0.3.0"
|
version = "0.3.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ppv-lite86",
|
"ppv-lite86",
|
||||||
"rand_core 0.6.2",
|
"rand_core 0.6.2",
|
||||||
@ -3958,7 +3958,7 @@ dependencies = [
|
|||||||
"proptest",
|
"proptest",
|
||||||
"qrcode",
|
"qrcode",
|
||||||
"rand 0.8.3",
|
"rand 0.8.3",
|
||||||
"rand_chacha 0.3.0",
|
"rand_chacha 0.3.1",
|
||||||
"reqwest",
|
"reqwest",
|
||||||
"rust_decimal",
|
"rust_decimal",
|
||||||
"rust_decimal_macros",
|
"rust_decimal_macros",
|
||||||
|
@ -15,7 +15,7 @@ async-trait = "0.1"
|
|||||||
atty = "0.2"
|
atty = "0.2"
|
||||||
backoff = { version = "0.3", features = [ "tokio" ] }
|
backoff = { version = "0.3", features = [ "tokio" ] }
|
||||||
base64 = "0.13"
|
base64 = "0.13"
|
||||||
bdk = "0.7"
|
bdk = "0.8"
|
||||||
big-bytes = "1"
|
big-bytes = "1"
|
||||||
bitcoin = { version = "0.26", features = [ "rand", "use-serde" ] }
|
bitcoin = { version = "0.26", features = [ "rand", "use-serde" ] }
|
||||||
bmrng = "0.5"
|
bmrng = "0.5"
|
||||||
|
@ -282,7 +282,8 @@ where
|
|||||||
.lock()
|
.lock()
|
||||||
.await
|
.await
|
||||||
.get_address(AddressIndex::New)
|
.get_address(AddressIndex::New)
|
||||||
.context("Failed to get new Bitcoin address")?;
|
.context("Failed to get new Bitcoin address")?
|
||||||
|
.address;
|
||||||
|
|
||||||
Ok(address)
|
Ok(address)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user