chore: update all deps

This commit is contained in:
rvcas
2023-03-06 13:13:59 -05:00
parent 1f8535e76e
commit 1902a2d56c
6 changed files with 264 additions and 195 deletions

View File

@@ -14,7 +14,7 @@ authors = ["Lucas Rosa <x@rvcas.dev>", "Kasey White <kwhitemsg@gmail.com>"]
chumsky = "0.9.2"
hex = "0.4.3"
indexmap = "1.9.2"
indoc = "1.0.9"
indoc = "2.0.1"
itertools = "0.10.5"
miette = "5.5.0"
ordinal = "0.3.2"
@@ -25,5 +25,5 @@ uplc = { path = '../uplc', version = "0.0.29" }
vec1 = "1.10.1"
[dev-dependencies]
indoc = "1.0.9"
indoc = "2.0.1"
pretty_assertions = "1.3.0"