Skip to content

Commit d167774

Browse files
fix(deps): update all cargo dependencies
1 parent 7d15d30 commit d167774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ chrono = { version = "0.4.38", default-features = false, features = ["std", "clo
1717
clap-verbosity-flag = "3.0.0"
1818
clap = { version = "4.5.4", features = ["derive", "color", "help", "usage", "suggestions", "wrap_help", "env"] }
1919
color-eyre = "0.6.3"
20-
crossterm = { version = "0.28.1"}
20+
crossterm = { version = "0.29.0"}
2121
dirs = "6.0.0"
2222
env_logger = "0.11.3"
2323
hex = "0.4.3"
24-
inquire = "0.7.5"
24+
inquire = "0.8.0"
2525
json5 = "0.4.1"
2626
log = "0.4.21"
2727
ratatui = { version = "0.29.0"}

0 commit comments

Comments
 (0)