Remove a couple of unused dependencies.

Found by "cargo-udeps"
This commit is contained in:
Heikki Linnakangas
2022-04-14 16:17:47 +03:00
parent d5ae9db997
commit 93e0ac2b7a
3 changed files with 0 additions and 4 deletions

2
Cargo.lock generated
View File

@@ -1551,7 +1551,6 @@ dependencies = [
"tokio-util 0.7.0",
"toml_edit",
"tracing",
"tracing-futures",
"url",
"workspace_hack",
"zenith_metrics",
@@ -1938,7 +1937,6 @@ dependencies = [
"tokio-postgres 0.7.1 (git+https://github.com/zenithdb/rust-postgres.git?rev=2949d98df52587d562986aad155dd4e889e408b7)",
"tokio-postgres-rustls",
"tokio-rustls 0.22.0",
"tokio-stream",
"workspace_hack",
"zenith_metrics",
"zenith_utils",

View File

@@ -37,7 +37,6 @@ toml_edit = { version = "0.13", features = ["easy"] }
scopeguard = "1.1.0"
const_format = "0.2.21"
tracing = "0.1.27"
tracing-futures = "0.2"
signal-hook = "0.3.10"
url = "2"
nix = "0.23"

View File

@@ -31,7 +31,6 @@ thiserror = "1.0.30"
tokio = { version = "1.17", features = ["macros"] }
tokio-postgres = { git = "https://github.com/zenithdb/rust-postgres.git", rev="2949d98df52587d562986aad155dd4e889e408b7" }
tokio-rustls = "0.22.0"
tokio-stream = "0.1.8"
zenith_utils = { path = "../zenith_utils" }
zenith_metrics = { path = "../zenith_metrics" }