Skip to content

Commit

Permalink
build!: Bump reedline from 0.23.0 to 0.24.0
Browse files Browse the repository at this point in the history
Bumps [reedline](https://github.com/nushell/reedline) from 0.23.0 to 0.24.0.
- [Release notes](https://github.com/nushell/reedline/releases)
- [Commits](nushell/reedline@v0.23.0...v0.24.0)

---
updated-dependencies:
- dependency-name: reedline
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2023
1 parent f276193 commit 39066b7
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 5 deletions.
24 changes: 20 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ciborium = "0.2"
clap = { version = "4.4.2", features = ["derive", "cargo"] }
nu-ansi-term = { version = "0.49", optional = true }
once_cell = "1"
reedline = "0.23"
reedline = "0.24"
serde = { version = "1.0.160", features = ["derive"] }
sqlparser = "0.37"
tmp_env = "0.1.1"
Expand Down

0 comments on commit 39066b7

Please sign in to comment.