This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new dcf818e4c5 chore(deps): bump rustyline from 17.0.2 to 18.0.0 (#21276)
dcf818e4c5 is described below
commit dcf818e4c57b39253c095b0a8098a74af6bcd635
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 31 08:46:14 2026 -0700
chore(deps): bump rustyline from 17.0.2 to 18.0.0 (#21276)
Bumps [rustyline](https://github.com/kkawakam/rustyline) from 17.0.2 to
18.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/kkawakam/rustyline/releases">rustyline's
releases</a>.</em></p>
<blockquote>
<h2>18.0.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Support minimal repaint <a
href="https://redirect.github.com/kkawakam/rustyline/issues/882">#882</a></li>
<li>Fix edit_kill <a
href="https://redirect.github.com/kkawakam/rustyline/issues/887">#887</a>,
<a
href="https://redirect.github.com/kkawakam/rustyline/issues/885">#885</a></li>
<li>On windows, check that prompt is not styled <a
href="https://redirect.github.com/kkawakam/rustyline/issues/890">#890</a>,
<a
href="https://redirect.github.com/kkawakam/rustyline/issues/889">#889</a>,
<a
href="https://redirect.github.com/kkawakam/rustyline/issues/836">#836</a>,
<a
href="https://redirect.github.com/kkawakam/rustyline/issues/562">#562</a>,
<a
href="https://redirect.github.com/kkawakam/rustyline/issues/702">#702</a>,
<a
href="https://redirect.github.com/kkawakam/rustyline/issues/215">#215</a></li>
<li>Bump windows-sys version <a
href="https://redirect.github.com/kkawakam/rustyline/issues/892">#892</a></li>
<li>Check NO_COLOR environment variable <a
href="https://redirect.github.com/kkawakam/rustyline/issues/894">#894</a></li>
<li>Fix clippy warning <a
href="https://redirect.github.com/kkawakam/rustyline/issues/896">#896</a></li>
<li>Update radix_trie requirement from 0.2 to 0.3 <a
href="https://redirect.github.com/kkawakam/rustyline/issues/898">#898</a></li>
<li>Introduce Prompt trait for styling <a
href="https://redirect.github.com/kkawakam/rustyline/issues/893">#893</a></li>
<li>Fix partial refresh <a
href="https://redirect.github.com/kkawakam/rustyline/issues/899">#899</a>,
<a
href="https://redirect.github.com/kkawakam/rustyline/issues/897">#897</a></li>
<li>Remove doc_auto_cfg <a
href="https://redirect.github.com/kkawakam/rustyline/issues/900">#900</a></li>
<li>Fix vi paste <a
href="https://redirect.github.com/kkawakam/rustyline/issues/901">#901</a>,
<a
href="https://redirect.github.com/kkawakam/rustyline/issues/732">#732</a></li>
<li>Install signal handlers only when actually reading <a
href="https://redirect.github.com/kkawakam/rustyline/issues/903">#903</a>,
<a
href="https://redirect.github.com/kkawakam/rustyline/issues/902">#902</a></li>
<li>Configure cargo deny <a
href="https://redirect.github.com/kkawakam/rustyline/issues/904">#904</a>,
<a
href="https://redirect.github.com/kkawakam/rustyline/issues/637">#637</a></li>
<li>Update rusqlite version <a
href="https://redirect.github.com/kkawakam/rustyline/issues/906">#906</a></li>
<li>Update signal-hook to 0.4 <a
href="https://redirect.github.com/kkawakam/rustyline/issues/907">#907</a></li>
<li>Replace fd-lock with std File::lock <a
href="https://redirect.github.com/kkawakam/rustyline/issues/909">#909</a>,
<a
href="https://redirect.github.com/kkawakam/rustyline/issues/908">#908</a></li>
<li>Bump nix version to 0.31 <a
href="https://redirect.github.com/kkawakam/rustyline/issues/911">#911</a></li>
<li>Refactor code related to signal handling <a
href="https://redirect.github.com/kkawakam/rustyline/issues/912">#912</a></li>
<li>Bump signal-hook version <a
href="https://redirect.github.com/kkawakam/rustyline/issues/913">#913</a>,
<a
href="https://redirect.github.com/kkawakam/rustyline/issues/910">#910</a></li>
<li>Update rand to 0.10 <a
href="https://redirect.github.com/kkawakam/rustyline/issues/917">#917</a></li>
<li>Update skim from 0.10 to 3.3.0 <a
href="https://redirect.github.com/kkawakam/rustyline/issues/919">#919</a></li>
<li>Allow getting handler to fail after partial key event matches. <a
href="https://redirect.github.com/kkawakam/rustyline/issues/924">#924</a>,
<a
href="https://redirect.github.com/kkawakam/rustyline/issues/923">#923</a></li>
<li>Update dependencies <a
href="https://redirect.github.com/kkawakam/rustyline/issues/929">#929</a></li>
<li>Clippy <a
href="https://redirect.github.com/kkawakam/rustyline/issues/930">#930</a></li>
<li>Add comments on how to debug with PowerShell <a
href="https://redirect.github.com/kkawakam/rustyline/issues/933">#933</a></li>
<li>Try to fix a panic related to SIG_PIPE <a
href="https://redirect.github.com/kkawakam/rustyline/issues/932">#932</a>,
<a
href="https://redirect.github.com/kkawakam/rustyline/issues/931">#931</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/kkawakam/rustyline/compare/v17.0.2...v18.0.0">https://github.com/kkawakam/rustyline/compare/v17.0.2...v18.0.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/kkawakam/rustyline/commit/e89887a38bb4f23575a5b51c06c0a7004c5ef4d1"><code>e89887a</code></a>
Merge pull request <a
href="https://redirect.github.com/kkawakam/rustyline/issues/934">#934</a>
from gwenn/release</li>
<li><a
href="https://github.com/kkawakam/rustyline/commit/3ad9e653750b6c343b1fb2573fb5d6bb3e10ddad"><code>3ad9e65</code></a>
Prepare next release</li>
<li><a
href="https://github.com/kkawakam/rustyline/commit/cb9b5601f970767b618b265be8ff724e3e562d2e"><code>cb9b560</code></a>
Merge pull request <a
href="https://redirect.github.com/kkawakam/rustyline/issues/932">#932</a>
from gwenn/sig_pipe</li>
<li><a
href="https://github.com/kkawakam/rustyline/commit/111613aa60818629262272fd4ac55c3d5e86a966"><code>111613a</code></a>
Use relaxed ordering</li>
<li><a
href="https://github.com/kkawakam/rustyline/commit/9601fbe7ed388fed842886728d9219fa32583972"><code>9601fbe</code></a>
Try to fix a panic related to SIG_PIPE</li>
<li><a
href="https://github.com/kkawakam/rustyline/commit/8a9e4f1c032f8ed82ba0cf9eed7486a38f82bfee"><code>8a9e4f1</code></a>
Merge pull request <a
href="https://redirect.github.com/kkawakam/rustyline/issues/933">#933</a>
from gwenn/debug</li>
<li><a
href="https://github.com/kkawakam/rustyline/commit/ab85340d5c50656ffcc2a3f3728834c3b119b69e"><code>ab85340</code></a>
Add comments on how to debug with PowerShell</li>
<li><a
href="https://github.com/kkawakam/rustyline/commit/1e8561103af56897ea0bea8efe424f35460d4eca"><code>1e85611</code></a>
Merge pull request <a
href="https://redirect.github.com/kkawakam/rustyline/issues/930">#930</a>
from gwenn/lints</li>
<li><a
href="https://github.com/kkawakam/rustyline/commit/1d77febaaceaa06d750f42057661012fd7bdb223"><code>1d77feb</code></a>
Clippy</li>
<li><a
href="https://github.com/kkawakam/rustyline/commit/878d43a0584bf6eef8b61af67069e5214ce3bd82"><code>878d43a</code></a>
Merge pull request <a
href="https://redirect.github.com/kkawakam/rustyline/issues/929">#929</a>
from gwenn/deps</li>
<li>Additional commits viewable in <a
href="https://github.com/kkawakam/rustyline/compare/v17.0.2...v18.0.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 44 ++++++++++----------------------------------
datafusion-cli/Cargo.toml | 2 +-
2 files changed, 11 insertions(+), 35 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 802bfc4703..6a4110ea33 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1746,7 +1746,7 @@ dependencies = [
"itertools 0.14.0",
"liblzma",
"log",
- "nix 0.31.2",
+ "nix",
"object_store",
"parking_lot",
"parquet",
@@ -2085,7 +2085,7 @@ dependencies = [
"insta",
"log",
"mimalloc",
- "nix 0.31.2",
+ "nix",
"nom",
"object_store",
"prost",
@@ -2808,9 +2808,9 @@ checksum =
"34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
[[package]]
name = "endian-type"
-version = "0.1.2"
+version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
+checksum = "869b0adbda23651a9c5c0c3d270aac9fcb52e8622a8f2b17e57802d7791962f2"
[[package]]
name = "enum-ordinalize"
@@ -2905,17 +2905,6 @@ version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
-[[package]]
-name = "fd-lock"
-version = "4.0.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
-dependencies = [
- "cfg-if",
- "rustix",
- "windows-sys 0.59.0",
-]
-
[[package]]
name = "ferroid"
version = "0.8.9"
@@ -4079,18 +4068,6 @@ dependencies = [
"smallvec",
]
-[[package]]
-name = "nix"
-version = "0.30.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
-dependencies = [
- "bitflags",
- "cfg-if",
- "cfg_aliases",
- "libc",
-]
-
[[package]]
name = "nix"
version = "0.31.2"
@@ -4900,9 +4877,9 @@ checksum =
"f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
[[package]]
name = "radix_trie"
-version = "0.2.1"
+version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
+checksum = "3b4431027dcd37fc2a73ef740b5f233aa805897935b8bce0195e41bbf9a3289a"
dependencies = [
"endian-type",
"nibble_vec",
@@ -5308,24 +5285,23 @@ checksum =
"b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
[[package]]
name = "rustyline"
-version = "17.0.2"
+version = "18.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e902948a25149d50edc1a8e0141aad50f54e22ba83ff988cf8f7c9ef07f50564"
+checksum = "4a990b25f351b25139ddc7f21ee3f6f56f86d6846b74ac8fad3a719a287cd4a0"
dependencies = [
"bitflags",
"cfg-if",
"clipboard-win",
- "fd-lock",
"home",
"libc",
"log",
"memchr",
- "nix 0.30.1",
+ "nix",
"radix_trie",
"unicode-segmentation",
"unicode-width 0.2.2",
"utf8parse",
- "windows-sys 0.60.2",
+ "windows-sys 0.61.2",
]
[[package]]
diff --git a/datafusion-cli/Cargo.toml b/datafusion-cli/Cargo.toml
index 3fe6be964c..40e0e50dac 100644
--- a/datafusion-cli/Cargo.toml
+++ b/datafusion-cli/Cargo.toml
@@ -65,7 +65,7 @@ object_store = { workspace = true, features = ["aws", "gcp",
"http"] }
parking_lot = { workspace = true }
parquet = { workspace = true, default-features = false }
regex = { workspace = true }
-rustyline = "17.0"
+rustyline = "18.0"
tokio = { workspace = true, features = ["macros", "parking_lot", "rt",
"rt-multi-thread", "signal", "sync"] }
url = { workspace = true }
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]