chore: cleanup dependency versions

This commit is contained in:
Jindřich Moravec 2024-02-05 23:24:26 +01:00
parent ad98cfafb2
commit f88ba24dc4
8 changed files with 51 additions and 42 deletions

View file

@ -6,8 +6,9 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nom-peg = "0.1.1"
bimap = { workspace = true }
nom = "7.1.3"
nom-peg = "0.1.1"
thiserror = { workspace = true }
minisql = { path = "../minisql" }
bimap = "0.6.3"
thiserror = "1"