Skip to content

Commit

Permalink
Upgrade package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwood committed Aug 18, 2024
1 parent 99ff93c commit 1581d34
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 47 deletions.
120 changes: 77 additions & 43 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 @@ -11,8 +11,8 @@ license = "MIT"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
ratatui = {version = "0.26.2"}
crossterm = { version = "0.27.0", default-features = false, features = [
ratatui = {version = "0.28.0"}
crossterm = { version = "0.28.1", default-features = false, features = [
"event-stream",
] }
tokio = { version = "1.28.2", features = ["full"] }
Expand Down Expand Up @@ -41,13 +41,13 @@ tracing = "0.1.37"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
env_logger = "0.11.1"
directories = "5.0.1"
tui-logger = { version = "0.11.1", default-features = false, features = [
tui-logger = { version = "0.12.0", default-features = false, features = [
"tracing-support",
] }
colored = "2.0.0"
log = "0.4.19"
libc = "0.2.146"
tui-input = "0.8.0"
tui-input = "0.10.0"
signal-hook = "0.3.15"
tokio-util = "0.7.8"
zbus = { version = "4.1.2", default-features = false, features = ["tokio"] }
Expand Down

0 comments on commit 1581d34

Please sign in to comment.