Bump cargo deps

This commit is contained in:
Gregory Schier
2023-10-18 13:25:20 -07:00
parent fce06747e3
commit 7d9fbda975
4 changed files with 505 additions and 339 deletions

View File

@@ -15,7 +15,7 @@ tauri-build = { version = "1.2", features = [] }
[target.'cfg(target_os = "macos")'.dependencies]
objc = "0.2.7"
cocoa = "0.24.1"
cocoa = "0.25.0"
[dependencies]
serde_json = { version = "1.0", features = ["raw_value"] }
@@ -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.179.0"
deno_ast = { version = "0.25.0", features = ["transpiling"] }
deno_core = "0.222.0"
deno_ast = { version = "0.29.5", features = ["transpiling"] }
sqlx = { version = "0.6.2", features = ["sqlite", "runtime-tokio-rustls", "json", "chrono", "time", "offline"] }
uuid = "1.3.0"
rand = "0.8.5"