diff --git a/Cargo.lock b/Cargo.lock index 96f76218119..924088e606c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3667,10 +3667,8 @@ dependencies = [ "graph-node", "lazy_static", "notify", - "openssl-sys", "pgtemp", "pq-sys", - "serde", "tokio", "tokio-util 0.7.18", ] diff --git a/gnd/Cargo.toml b/gnd/Cargo.toml index a0c8cb91828..f8748246d64 100644 --- a/gnd/Cargo.toml +++ b/gnd/Cargo.toml @@ -21,13 +21,11 @@ git-testament = "0.2" lazy_static = "1.5.0" tokio = { workspace = true } tokio-util.workspace = true -serde = { workspace = true } # File watching notify = "8.2.0" globset = "0.4.18" pq-sys = { version = "0.7.5", features = ["bundled"] } -openssl-sys = { version = "0.9.111", features = ["vendored"] } [target.'cfg(unix)'.dependencies] pgtemp = { git = "https://github.com/graphprotocol/pgtemp", branch = "initdb-args" }