2 Commits

Author SHA1 Message Date
82e2206250 chore(deps): update rust crate tracing-subscriber to v0.3.23
Some checks failed
continuous-integration/drone/pr Build encountered an error
continuous-integration/drone/push Build encountered an error
2026-03-14 01:46:19 +00:00
a3f8f1581c chore(deps): update rust crate futures to v0.3.32
Some checks failed
continuous-integration/drone/pr Build encountered an error
continuous-integration/drone/push Build encountered an error
2026-02-16 01:32:16 +00:00
2 changed files with 237 additions and 1079 deletions

1312
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -22,8 +22,8 @@ uuid.workspace = true
hex.workspace = true hex.workspace = true
toml.workspace = true toml.workspace = true
ratatui = "0.30.0" ratatui = "0.29.0"
crossterm = { version = "0.29.0", features = ["event-stream"] } crossterm = { version = "0.28.0", features = ["event-stream"] }
directories = "6.0.0" directories = "6.0.0"
human-panic = "2.0.0" human-panic = "2.0.0"
ropey = "1.6.1" ropey = "1.6.1"