Compare commits
1 Commits
dependabot
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aba137bf70 |
@@ -19,7 +19,7 @@ palette = "0.7"
|
||||
# scirs2-interpolate = "0.1.0-rc.2" # Not needed, using custom easing functions
|
||||
|
||||
# Terminal manipulation
|
||||
crossterm = "0.27"
|
||||
crossterm = "0.29"
|
||||
|
||||
# Async runtime (for timing and signal handling)
|
||||
tokio = { version = "1.35", features = ["time", "rt-multi-thread", "macros", "signal", "sync"] }
|
||||
@@ -36,7 +36,7 @@ anyhow = "1.0"
|
||||
thiserror = "1.0"
|
||||
|
||||
# Utilities
|
||||
itertools = "0.14"
|
||||
itertools = "0.12"
|
||||
lazy_static = "1.4"
|
||||
rand = "0.8"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user