This commit is contained in:
Gregory Schier
2023-03-12 18:39:02 -07:00
parent 222c054c95
commit b3cee3ace3
3 changed files with 14 additions and 13 deletions

View File

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