fix(deps): update all dependencies
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
2025-11-20 01:33:45 +00:00
parent 26f44ffde9
commit 5efe4171be
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ tonic = { version = "0.12.0", features = ["tls", "tls-roots"] }
futures = { version = "0.3.30" } futures = { version = "0.3.30" }
sha2 = { version = "0.10.8" } sha2 = { version = "0.10.8" }
hex = { version = "0.4.3" } hex = { version = "0.4.3" }
toml = { version = "0.8.14" } toml = { version = "0.9.0" }
[workspace.package] [workspace.package]
version = "0.5.0" version = "0.5.0"

View File

@@ -23,7 +23,7 @@ hex.workspace = true
toml.workspace = true toml.workspace = true
ratatui = "0.29.0" ratatui = "0.29.0"
crossterm = { version = "0.28.0", features = ["event-stream"] } crossterm = { version = "0.29.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"