chore: update some deps

This commit is contained in:
rvcas
2023-03-06 11:09:44 -05:00
parent 4688bfaaca
commit 1f8535e76e
7 changed files with 170 additions and 132 deletions

View File

@@ -11,19 +11,19 @@ authors = ["Lucas Rosa <x@rvcas.dev>", "Kasey White <kwhitemsg@gmail.com>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chumsky = "0.9.0"
chumsky = "0.9.2"
hex = "0.4.3"
indexmap = "1.9.1"
indoc = "1.0.7"
indexmap = "1.9.2"
indoc = "1.0.9"
itertools = "0.10.5"
miette = "5.2.0"
miette = "5.5.0"
ordinal = "0.3.2"
owo-colors = { version = "3.5.0", features = ["supports-colors"] }
strum = "0.24.1"
thiserror = "1.0.37"
thiserror = "1.0.39"
uplc = { path = '../uplc', version = "0.0.29" }
vec1 = "1.8.0"
vec1 = "1.10.1"
[dev-dependencies]
indoc = "1.0.7"
indoc = "1.0.9"
pretty_assertions = "1.3.0"