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