mirror of
https://github.com/nushell/nushell.git
synced 2025-08-17 18:31:11 +02:00
updated dependencies (#2857)
Same as #2786 Co-authored-by: sousajo <sousajo@pop-os.localdomain> Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
This commit is contained in:
@ -18,6 +18,6 @@ nu-protocol = {path = "../nu-protocol", version = "0.25.1"}
|
||||
nu-source = {path = "../nu-source", version = "0.25.1"}
|
||||
nu-value-ext = {path = "../nu-value-ext", version = "0.25.1"}
|
||||
|
||||
crossterm = "0.18"
|
||||
crossterm = "0.19.0"
|
||||
tui = {version = "0.14.0", default-features = false, features = ["crossterm"]}
|
||||
syn = "=1.0.57"
|
||||
tui = {version = "0.12.0", default-features = false, features = ["crossterm"]}
|
||||
|
@ -9,7 +9,7 @@ use crate::bar::Bar;
|
||||
|
||||
use std::{
|
||||
error::Error,
|
||||
io::{stdout, Write},
|
||||
io::stdout,
|
||||
sync::mpsc,
|
||||
thread,
|
||||
time::{Duration, Instant},
|
||||
|
@ -9,7 +9,7 @@ use crate::line::Line;
|
||||
|
||||
use std::{
|
||||
error::Error,
|
||||
io::{stdout, Write},
|
||||
io::stdout,
|
||||
sync::mpsc,
|
||||
thread,
|
||||
time::{Duration, Instant},
|
||||
|
Reference in New Issue
Block a user