Skip to content

Commit

Permalink
Bump rustyline from 11.0.0 to 12.0.0 (#2093)
Browse files Browse the repository at this point in the history
Bumps [rustyline](https://github.com/kkawakam/rustyline) from 11.0.0 to 12.0.0.
- [Release notes](https://github.com/kkawakam/rustyline/releases)
- [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md)
- [Commits](kkawakam/rustyline@v11.0.0...v12.0.0)

---
updated-dependencies:
- dependency-name: rustyline
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 27, 2023
1 parent f782cfe commit 74df953
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dozer-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tonic = { version = "0.10.0", features = ["tls", "tls-roots"] }
tokio-stream = "0.1.12"
include_dir = "0.7.3"
handlebars = "4.3.7"
rustyline = "11.0.0"
rustyline = "12.0.0"
rustyline-derive = "0.9.0"
futures = "0.3.26"
page_size = "0.5.0"
Expand Down

0 comments on commit 74df953

Please sign in to comment.