Skip to content

Commit 4ec8152

Browse files
Update Rust crate reedline to 0.38.0 (#1651)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [reedline](https://redirect.github.com/nushell/reedline) | workspace.dependencies | minor | `0.36.0` -> `0.38.0` | --- ### Release Notes <details> <summary>nushell/reedline (reedline)</summary> ### [`v0.38.0`](https://redirect.github.com/nushell/reedline/releases/tag/v0.38.0) [Compare Source](https://redirect.github.com/nushell/reedline/compare/v0.37.0...v0.38.0) #### What's Changed - Update rstest to 0.23.0, the current version by [@&#8203;musicinmybrain](https://redirect.github.com/musicinmybrain) in [https://github.com/nushell/reedline/pull/852](https://redirect.github.com/nushell/reedline/pull/852) - Add Newline keybindings by [@&#8203;NotTheDr01ds](https://redirect.github.com/NotTheDr01ds) in [https://github.com/nushell/reedline/pull/854](https://redirect.github.com/nushell/reedline/pull/854) - Set `Ctrl-J`/`\n` to `ReedlineCommand::Enter` by [@&#8203;sholderbach](https://redirect.github.com/sholderbach) in [https://github.com/nushell/reedline/pull/855](https://redirect.github.com/nushell/reedline/pull/855) - Redraw on resize by [@&#8203;milomg](https://redirect.github.com/milomg) in [https://github.com/nushell/reedline/pull/857](https://redirect.github.com/nushell/reedline/pull/857) #### New Contributors - [@&#8203;musicinmybrain](https://redirect.github.com/musicinmybrain) made their first contribution in [https://github.com/nushell/reedline/pull/852](https://redirect.github.com/nushell/reedline/pull/852) - [@&#8203;NotTheDr01ds](https://redirect.github.com/NotTheDr01ds) made their first contribution in [https://github.com/nushell/reedline/pull/854](https://redirect.github.com/nushell/reedline/pull/854) - [@&#8203;milomg](https://redirect.github.com/milomg) made their first contribution in [https://github.com/nushell/reedline/pull/857](https://redirect.github.com/nushell/reedline/pull/857) **Full Changelog**: nushell/reedline@v0.37.0...v0.38.0 ### [`v0.37.0`](https://redirect.github.com/nushell/reedline/releases/tag/v0.37.0) [Compare Source](https://redirect.github.com/nushell/reedline/compare/v0.36.0...v0.37.0) #### What's Changed - Implemented VI mode change inside and delete inside functionality by [@&#8203;ayax79](https://redirect.github.com/ayax79) in [https://github.com/nushell/reedline/pull/844](https://redirect.github.com/nushell/reedline/pull/844) - Reduce typing latency caused by `POLL_WAIT` by [@&#8203;YizhePKU](https://redirect.github.com/YizhePKU) in [https://github.com/nushell/reedline/pull/846](https://redirect.github.com/nushell/reedline/pull/846) - Fix wrong unit when split string by [@&#8203;petricavalry](https://redirect.github.com/petricavalry) in [https://github.com/nushell/reedline/pull/839](https://redirect.github.com/nushell/reedline/pull/839) - Fix forgotten `Cargo.lock` by [@&#8203;sholderbach](https://redirect.github.com/sholderbach) in [https://github.com/nushell/reedline/pull/850](https://redirect.github.com/nushell/reedline/pull/850) #### New Contributors - [@&#8203;petricavalry](https://redirect.github.com/petricavalry) made their first contribution in [https://github.com/nushell/reedline/pull/839](https://redirect.github.com/nushell/reedline/pull/839) **Full Changelog**: nushell/reedline@v0.36.0...v0.37.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/oxidecomputer/crucible). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xNzYuMiIsInVwZGF0ZWRJblZlciI6IjM5LjE3Ni4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 771d2e2 commit 4ec8152

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ proptest = "1.6.0"
7777
rayon = "1.10.0"
7878
rand = { version = "0.8.5", features = ["min_const_gen", "small_rng"] }
7979
rand_chacha = "0.3.1"
80-
reedline = "0.36.0"
80+
reedline = "0.38.0"
8181
reqwest = { version = "0.12", features = ["default", "blocking", "json", "stream"] }
8282
ringbuffer = "0.15.0"
8383
rusqlite = { version = "0.32" }

0 commit comments

Comments
 (0)