Skip to content

Commit

Permalink
Merge pull request #94 from blacknon/0.3.10
Browse files Browse the repository at this point in the history
Version 0.3.10
  • Loading branch information
blacknon committed Apr 15, 2023
2 parents 52e280b + be8485e commit 1267168
Show file tree
Hide file tree
Showing 12 changed files with 426 additions and 243 deletions.
121 changes: 24 additions & 97 deletions Cargo.lock

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

12 changes: 7 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords = ["watch", "command", "monitoring"]
license-file = "LICENSE"
name = "hwatch"
repository = "https://github.com/blacknon/hwatch"
version = "0.3.9"
version = "0.3.10"

[dependencies]
# TODO: [ansi-parser](https://crates.io/crates/ansi-parser)のバージョンアップ対応が必要になるので、その対応待ち. PRはmargeされたのでいい加減アップデートされてもいいと思うのだが….
Expand All @@ -16,19 +16,21 @@ async-std = {version = "1.11"}
chrono = "0.4.19"
clap = {version = "3.1.18", features = ["cargo"]}
crossbeam-channel = "0.5.4"
crossterm = "0.22"
crossterm = "0.26.1"
ctrlc = {version = "3.0", features = ["termination"]}
difference = "2.0"
futures = "0.3.21"
question = "0.2.2"

# tui = {version = "0.19.0", default-features = false, features = ['crossterm']}
ratatui = {version = "0.20.1", default-features = false, features = ['crossterm']}

regex = "1.3.0"
serde = "1.0.104"
serde_derive = "1.0.104"
serde_json = "1.0.44"
shell-words = "1.1.0"
termwiz = "0.15.0"
tui = {version = "0.18.0", default-features = false, features = ['crossterm']}

# TODO: ansi-parserのバージョンアップグレードの対応が必要になるので、その対応をしたらバージョンアップが必要.
# heapless = "0.7.13"
# heapless = "0.6.1"
heapless = "0.5.6"

0 comments on commit 1267168

Please sign in to comment.