Skip to content

Commit

Permalink
deps: Update tui 0.18 -> 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
artempyanykh committed Jul 6, 2024
1 parent a1977d1 commit 570ec33
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ derivative = "2.2"
directories = "5.0"
futures = "0.3"
fuzzy-matcher = "0.3"
once_cell = "1.12"
once_cell = "1.19"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = {version = "1.19", features = ["full"]}
tokio-stream = "0.1.9"
tokio = {version = "1.38", features = ["full"]}
tokio-stream = "0.1"
tracing = "0.1"
tracing-futures = "0.2"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
tui = {version = "0.18", default-features = false, features = ["crossterm"]}
tui = {version = "0.19", default-features = false, features = ["crossterm"]}

[target.'cfg(windows)'.dependencies]
dunce = "1.0"

0 comments on commit 570ec33

Please sign in to comment.