Skip to content

Commit 7283432

Browse files
committed
gnd: Remove redundant openssl-sys and serde dependencies
1 parent 06d3247 commit 7283432

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gnd/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ env_logger = "0.11.8"
2020
git-testament = "0.2"
2121
lazy_static = "1.5.0"
2222
tokio = { workspace = true }
23-
serde = { workspace = true }
2423

2524
# File watching
2625
notify = "8.2.0"
2726
globset = "0.4.18"
27+
28+
# Keep bundled PostgreSQL for portable binary distribution
2829
pq-sys = { version = "0.7.5", features = ["bundled"] }
29-
openssl-sys = { version = "0.9.100", features = ["vendored"] }
3030

3131
[target.'cfg(unix)'.dependencies]
3232
pgtemp = { git = "https://github.com/graphprotocol/pgtemp", branch = "initdb-args" }

0 commit comments

Comments
 (0)