Skip to content

Commit

Permalink
Bump rustyline from 13.0.0 to 14.0.0 (#240)
Browse files Browse the repository at this point in the history
Bumps [rustyline](https://github.com/kkawakam/rustyline) from 13.0.0 to 14.0.0.
- [Release notes](https://github.com/kkawakam/rustyline/releases)
- [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md)
- [Commits](kkawakam/rustyline@v13.0.0...v14.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 8, 2024
1 parent bba67a7 commit 5721ea0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
21 changes: 14 additions & 7 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 cli/Cargo.toml
Expand Up @@ -15,7 +15,7 @@ path = "main.rs"

[dependencies]
jstime_core = { path = "../core", version = "^0.49.0" }
rustyline = "13.0.0"
rustyline = "14.0.0"
structopt = "0.3.26"
dirs = "5.0.1"

Expand Down

0 comments on commit 5721ea0

Please sign in to comment.