Skip to content

Commit 292572f

Browse files
Update Rust crate reedline to 0.39.0 (#1706)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [reedline](https://redirect.github.com/nushell/reedline) | workspace.dependencies | minor | `0.38.0` -> `0.39.0` | --- ### Release Notes <details> <summary>nushell/reedline (reedline)</summary> ### [`v0.39.0`](https://redirect.github.com/nushell/reedline/releases/tag/v0.39.0) [Compare Source](https://redirect.github.com/nushell/reedline/compare/v0.38.0...v0.39.0) #### What's Changed - Fix new clippy lint from 1.84.0 by [@&#8203;sholderbach](https://redirect.github.com/sholderbach) in [https://github.com/nushell/reedline/pull/872](https://redirect.github.com/nushell/reedline/pull/872) - Improve Visual Mode Selection and Command Consistency by [@&#8203;deephbz](https://redirect.github.com/deephbz) in [https://github.com/nushell/reedline/pull/867](https://redirect.github.com/nushell/reedline/pull/867) - Vi-Mode Feature: Atomic unified commands for ChangeInside/DeleteInside by [@&#8203;deephbz](https://redirect.github.com/deephbz) in [https://github.com/nushell/reedline/pull/874](https://redirect.github.com/nushell/reedline/pull/874) - Implement vi-mode "Yank" (copy): by [@&#8203;deephbz](https://redirect.github.com/deephbz) in [https://github.com/nushell/reedline/pull/868](https://redirect.github.com/nushell/reedline/pull/868) - Add Vi `o` command to swap anchor and cursor by [@&#8203;thomasschafer](https://redirect.github.com/thomasschafer) in [https://github.com/nushell/reedline/pull/877](https://redirect.github.com/nushell/reedline/pull/877) - Clear selection when exiting visual mode by [@&#8203;thomasschafer](https://redirect.github.com/thomasschafer) in [https://github.com/nushell/reedline/pull/878](https://redirect.github.com/nushell/reedline/pull/878) - Bump itertools version by [@&#8203;sholderbach](https://redirect.github.com/sholderbach) in [https://github.com/nushell/reedline/pull/884](https://redirect.github.com/nushell/reedline/pull/884) - fix: columnar_menu create_string with quoted suggestions by [@&#8203;blindFS](https://redirect.github.com/blindFS) in [https://github.com/nushell/reedline/pull/886](https://redirect.github.com/nushell/reedline/pull/886) #### New Contributors - [@&#8203;deephbz](https://redirect.github.com/deephbz) made their first contribution in [https://github.com/nushell/reedline/pull/867](https://redirect.github.com/nushell/reedline/pull/867) - [@&#8203;thomasschafer](https://redirect.github.com/thomasschafer) made their first contribution in [https://github.com/nushell/reedline/pull/877](https://redirect.github.com/nushell/reedline/pull/877) **Full Changelog**: nushell/reedline@v0.38.0...v0.39.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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent dd430db commit 292572f

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.38.0"
80+
reedline = "0.39.0"
8181
rangemap = "1.5.1"
8282
reqwest = { version = "0.12", features = ["default", "blocking", "json", "stream"] }
8383
ringbuffer = "0.15.0"

0 commit comments

Comments
 (0)