Upgrade Deno

This commit is contained in:
Gregory Schier
2023-03-31 22:42:08 -07:00
parent 33dc3b719d
commit 5704fb560a
4 changed files with 559 additions and 497 deletions

View File

@@ -25,8 +25,8 @@ http = "0.2.8"
reqwest = { version = "0.11.14", features = ["json"] }
tokio = { version = "1.25.0", features = ["sync"] }
futures = "0.3.26"
deno_core = "0.174.0"
deno_ast = { version = "0.24.0", features = ["transpiling"] }
deno_core = "0.178.0"
deno_ast = { version = "0.25.0", features = ["transpiling"] }
sqlx = { version = "0.6.2", features = ["sqlite", "runtime-tokio-rustls", "json", "chrono", "time", "offline"] }
uuid = "1.3.0"
rand = "0.8.5"