Compare commits
1 Commits
dependabot
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f6b77756fd |
@@ -28,7 +28,7 @@ tokio = { version = "1.35", features = ["time", "rt-multi-thread", "macros", "si
|
||||
which = "5.0"
|
||||
|
||||
# Parsing
|
||||
nom = "7.1"
|
||||
nom = "8.0"
|
||||
regex = "1.10"
|
||||
|
||||
# Error handling
|
||||
@@ -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