mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Merge #1281
1281: build(deps): bump dialoguer from 0.10.2 to 0.10.3 r=delta1 a=dependabot[bot] Bumps [dialoguer](https://github.com/mitsuhiko/dialoguer) from 0.10.2 to 0.10.3. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/console-rs/dialoguer/blob/master/CHANGELOG.md">dialoguer's changelog</a>.</em></p> <blockquote> <h2>0.10.3</h2> <h3>Enhancements</h3> <ul> <li>Fix various issues with fuzzy select</li> <li>Enable customization of number of rows for fuzzy select</li> <li>Added post completion text for input</li> <li>Various cursor movement improvements</li> <li>Correctly ignore unknown keys.</li> <li>Reset prompt height in <code>TermThemeRenderer::clear</code>.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="d54c4289ca
"><code>d54c428</code></a> 0.10.3</li> <li><a href="e89804117a
"><code>e898041</code></a> Added .vscode config</li> <li><a href="63bdd0624c
"><code>63bdd06</code></a> Update changelog</li> <li><a href="565d64faad
"><code>565d64f</code></a> fix: also reset self.prompt_height in TermThemeRenderer::clear. (<a href="https://github-redirect.dependabot.com/mitsuhiko/dialoguer/issues/191">#191</a>)</li> <li><a href="8d39d79915
"><code>8d39d79</code></a> Update readme</li> <li><a href="a6659ce042
"><code>a6659ce</code></a> Return Err on Confirm's read_key when not a terminal (<a href="https://github-redirect.dependabot.com/mitsuhiko/dialoguer/issues/229">#229</a>)</li> <li><a href="1a7f1203bf
"><code>1a7f120</code></a> Fix long lines in select failing size calcuations (<a href="https://github-redirect.dependabot.com/mitsuhiko/dialoguer/issues/239">#239</a>)</li> <li><a href="9bc846e08b
"><code>9bc846e</code></a> Make clippy happy</li> <li><a href="7d5488e400
"><code>7d5488e</code></a> Fixed CI workflow for macos and added makefile</li> <li><a href="d35b5dee8b
"><code>d35b5de</code></a> Ignore Unknown keys (<a href="https://github-redirect.dependabot.com/mitsuhiko/dialoguer/issues/192">#192</a>)</li> <li>Additional commits viewable in <a href="https://github.com/mitsuhiko/dialoguer/compare/v0.10.2...0.10.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dialoguer&package-manager=cargo&previous-version=0.10.2&new-version=0.10.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting ``@dependabot` rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - ``@dependabot` rebase` will rebase this PR - ``@dependabot` recreate` will recreate this PR, overwriting any edits that have been made to it - ``@dependabot` merge` will merge this PR after your CI passes on it - ``@dependabot` squash and merge` will squash and merge this PR after your CI passes on it - ``@dependabot` cancel merge` will cancel a previously requested merge and block automerging - ``@dependabot` reopen` will reopen this PR if it is closed - ``@dependabot` close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - ``@dependabot` ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - ``@dependabot` ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
commit
095fc6687f
11
Cargo.lock
generated
11
Cargo.lock
generated
@ -972,11 +972,12 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "dialoguer"
|
name = "dialoguer"
|
||||||
version = "0.10.2"
|
version = "0.10.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a92e7e37ecef6857fdc0c0c5d42fd5b0938e46590c2183cc92dd310a6d078eb1"
|
checksum = "af3c796f3b0b408d9fd581611b47fa850821fcb84aa640b83a3c1a5be2d691f2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"console",
|
"console",
|
||||||
|
"shell-words",
|
||||||
"tempfile",
|
"tempfile",
|
||||||
"zeroize",
|
"zeroize",
|
||||||
]
|
]
|
||||||
@ -3664,6 +3665,12 @@ dependencies = [
|
|||||||
"lazy_static",
|
"lazy_static",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "shell-words"
|
||||||
|
version = "1.1.0"
|
||||||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
|
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "sigma_fun"
|
name = "sigma_fun"
|
||||||
version = "0.4.1"
|
version = "0.4.1"
|
||||||
|
Loading…
Reference in New Issue
Block a user