Skip to content

Commit

Permalink
Remove Cargo.toml unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpita-Jaiswal committed Dec 26, 2024
1 parent e4fcb8e commit 1c44bf7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
7 changes: 0 additions & 7 deletions fastn-ds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"] }

0 comments on commit 1c44bf7

Please sign in to comment.