Upgrade deno core

This commit is contained in:
Gregory Schier
2023-04-10 11:16:25 -07:00
parent ce26d1b86f
commit db2dc823f2
3 changed files with 27 additions and 19 deletions

View File

@@ -25,7 +25,7 @@ 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.178.0"
deno_core = "0.179.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"