Update dependencies

In particular, tempfile >= 3.4.0 to remove the vulnerability on remove_dir_all
This commit is contained in:
KtorZ
2023-03-08 10:17:22 +01:00
parent 7257c2d89e
commit cb11b21c9f
3 changed files with 151 additions and 204 deletions

View File

@@ -22,10 +22,10 @@ pallas-crypto = "0.18.0"
pallas-primitives = "0.18.0"
pallas-traverse = "0.18.0"
regex = "1.7.1"
serde_json = "1.0.94"
thiserror = "1.0.39"
aiken-lang = { path = "../aiken-lang", version = "0.0.29" }
aiken-lsp = { path = "../aiken-lsp", version = "0.0.29" }
aiken-project = { path = '../aiken-project', version = "0.0.29" }
uplc = { path = '../uplc', version = "0.0.29" }
serde_json = "1.0.94"