Skip to content

Commit

Permalink
Update dialoguer requirement from 0.10.2 to 0.11.0 (#185)
Browse files Browse the repository at this point in the history
* Update dialoguer requirement from 0.10.2 to 0.11.0

Updates the requirements on [dialoguer](https://github.com/console-rs/dialoguer) to permit the latest version.
- [Changelog](https://github.com/console-rs/dialoguer/blob/master/CHANGELOG.md)
- [Commits](console-rs/dialoguer@v0.10.2...v0.11.0)

---
updated-dependencies:
- dependency-name: dialoguer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update changelog

Signed-off-by: dependabot[bot] <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Sep 25, 2023
1 parent f1637b1 commit 64f161d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bumps `itertools` from 0.10.0 to 0.11.0
- Bumps `syn` from 1.0 to 2.0
- Bumps `toml` from 0.7.1 to 0.8.0
- Bumps `dialoguer` from 0.10.2 to 0.11.0

### Changed
- Moved @aditjind to Emeritus maintainers ([#170](https://github.com/opensearch-project/opensearch-rs/pull/170))
Expand Down
2 changes: 1 addition & 1 deletion api_generator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ license = "Apache-2.0"
[dependencies]
anyhow = "1.0"
array_tool = "1.0.3"
dialoguer = "0.10.2"
dialoguer = "0.11.0"
flate2 = "1"
globset = "0.4"
Inflector = "0.11.4"
Expand Down

0 comments on commit 64f161d

Please sign in to comment.