Skip to content

Commit ff9db02

Browse files
chore(deps): bump rustyline from 16.0.0 to 17.0.0 (#17116)
Bumps [rustyline](https://github.com/kkawakam/rustyline) from 16.0.0 to 17.0.0. - [Release notes](https://github.com/kkawakam/rustyline/releases) - [Changelog](https://github.com/kkawakam/rustyline/blob/master/History.md) - [Commits](kkawakam/rustyline@v16.0.0...v17.0.0) --- updated-dependencies: - dependency-name: rustyline dependency-version: 17.0.0 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>
1 parent c4f0375 commit ff9db02

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ object_store = { workspace = true, features = ["aws", "gcp", "http"] }
6161
parking_lot = { workspace = true }
6262
parquet = { workspace = true, default-features = false }
6363
regex = { workspace = true }
64-
rustyline = "16.0"
64+
rustyline = "17.0"
6565
tokio = { workspace = true, features = ["macros", "rt", "rt-multi-thread", "sync", "parking_lot", "signal"] }
6666
url = { workspace = true }
6767

0 commit comments

Comments
 (0)