Skip to content

Commit

Permalink
Bump rustyline from 14.0.0 to 15.0.0
Browse files Browse the repository at this point in the history
Bumps [rustyline](https://github.com/kkawakam/rustyline) from 14.0.0 to 15.0.0.
- [Release notes](https://github.com/kkawakam/rustyline/releases)
- [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md)
- [Commits](kkawakam/rustyline@v14.0.0...v15.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>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent bf2a8f8 commit 53c6cc0
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 31 deletions.
66 changes: 36 additions & 30 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 @@ -20,7 +20,7 @@ indicatif = "0.17.8"
itertools = "0.13.0"
polars = { version = "0.44.2", features = ["lazy", "strings", "list_eval", "csv", "dtype-struct", "is_in", "dynamic_group_by", "dtype-datetime", "timezones", "polars-io"] }
rayon = "1.10.0"
rustyline = { version = "14.0.0", features = ["derive"] }
rustyline = { version = "15.0.0", features = ["derive"] }
walkdir = "2.5.0"
xmp_toolkit = "1.9.1"

Expand Down

0 comments on commit 53c6cc0

Please sign in to comment.