From 1c44bf7da8e5b8a091d82406b9986f58b1908117 Mon Sep 17 00:00:00 2001 From: Arpita-Jaiswal Date: Thu, 26 Dec 2024 08:48:55 +0100 Subject: [PATCH] Remove Cargo.toml unused dependencies --- Cargo.toml | 4 ---- fastn-ds/Cargo.toml | 7 ------- 2 files changed, 11 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 95e73f388..3266afe71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,6 @@ dirs = "5" deadpool-postgres = "0.12" deadpool = "0.10" tokio-postgres = { version = "0.7", features = ["with-serde_json-1", "with-uuid-1"] } -async-lock = "3" async-recursion = "1" async-trait = "0.1" camino = "1" @@ -144,9 +143,6 @@ quick-js = "0.4" git = "https://github.com/fastn-stack/fastn-observer" rev = "5f64c7b" -[workspace.dependencies.libsqlite3-sys] -# this should be synced with whatever rusqlite uses -version = "0.28.0" [workspace.dependencies.rusqlite] version = "0.31" diff --git a/fastn-ds/Cargo.toml b/fastn-ds/Cargo.toml index 24444bf87..aa7a7b1a1 100644 --- a/fastn-ds/Cargo.toml +++ b/fastn-ds/Cargo.toml @@ -15,16 +15,11 @@ tokio.workspace = true thiserror.workspace = true actix-web.workspace = true deadpool-postgres.workspace = true -#deadpool.workspace = true actix-http.workspace = true -#async-lock.workspace = true http.workspace = true bytes.workspace = true camino.workspace = true -#libsqlite3-sys.workspace = true -#futures-util.workspace = true async-trait.workspace = true -#tokio-postgres.workspace = true ignore.workspace = true dirs.workspace = true tracing.workspace = true @@ -33,8 +28,6 @@ reqwest.workspace = true once_cell.workspace = true url.workspace = true scc.workspace = true -#serde.workspace = true serde_json.workspace = true wasmtime.workspace = true ft-sys-shared = { workspace = true, features = ["rusqlite"] } -