Skip to content

Commit f60f14a

Browse files
committed
Auto merge of #4034 - rust-lang:renovate/dialoguer-0.x, r=Turbo87
Update Rust crate dialoguer to 0.9 [![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [dialoguer](https://crates.io/crates/dialoguer) | dependencies | minor | `0.8` -> `0.9` | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/rust-lang/crates.io).
2 parents de557ee + 4ec5e9c commit f60f14a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ conduit-static = "0.9.0-alpha.3"
4949
cookie = { version = "0.15", features = ["secure"] }
5050
dashmap = { version = "4.0.2", features = ["raw-api"] }
5151
derive_deref = "1.1.1"
52-
dialoguer = "0.8"
52+
dialoguer = "0.9"
5353
diesel = { version = "1.4.0", features = ["postgres", "serde_json", "chrono", "r2d2"] }
5454
diesel_full_text_search = "1.0.0"
5555
diesel_migrations = { version = "1.3.0", features = ["postgres"] }

0 commit comments

Comments
 (0)