Skip to content

Commit

Permalink
Merge pull request #29 from wsyxbcl/dependabot/cargo/rustyline-15.0.0
Browse files Browse the repository at this point in the history
Bump rustyline from 14.0.0 to 15.0.0
  • Loading branch information
wsyxbcl authored Dec 2, 2024
2 parents d29241c + 49be3aa commit 1ec6b65
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
54 changes: 27 additions & 27 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.9"
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 1ec6b65

Please sign in to comment.