Compare commits
1 Commits
dependabot
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
36f951eece |
@@ -25,7 +25,7 @@ crossterm = "0.27"
|
||||
tokio = { version = "1.35", features = ["time", "rt-multi-thread", "macros", "signal", "sync"] }
|
||||
|
||||
# Process execution
|
||||
which = "8.0"
|
||||
which = "5.0"
|
||||
|
||||
# Parsing
|
||||
nom = "7.1"
|
||||
@@ -38,7 +38,7 @@ thiserror = "1.0"
|
||||
# Utilities
|
||||
itertools = "0.12"
|
||||
lazy_static = "1.4"
|
||||
rand = "0.8"
|
||||
rand = "0.9"
|
||||
|
||||
[dev-dependencies]
|
||||
pretty_assertions = "1.4"
|
||||
|
||||
Reference in New Issue
Block a user