mirror of
https://github.com/nushell/nushell.git
synced 2025-08-19 12:44:17 +02:00
Update nu-ansi-term to remove Deref
impl (#5706)
Resolves an unexpected issue due to `Deref` and `ToString` interacting Details: https://github.com/nushell/nu-ansi-term/pull/5 and https://github.com/nushell/reedline/pull/435#issuecomment-1141348209 Also updates reedline: Includes a fix for a panic when the directory containing the history is deleted during a running reedline session. (nushell/reedline#436)
This commit is contained in:
committed by
GitHub
parent
0c16464320
commit
a82fa75c31
@@ -16,7 +16,7 @@ name = "nu_pretty_hex"
|
||||
path = "src/main.rs"
|
||||
|
||||
[dependencies]
|
||||
nu-ansi-term = "0.45.1"
|
||||
nu-ansi-term = "0.46.0"
|
||||
rand = "0.8.3"
|
||||
|
||||
[dev-dependencies]
|
||||
|
Reference in New Issue
Block a user