Skip to content

Commit 270371a

Browse files
committed
Remove some unused dependencies
1 parent 9e42c67 commit 270371a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tokio-postgres/Cargo.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ circle-ci = { repository = "sfackler/rust-postgres" }
2121

2222
[features]
2323
default = ["runtime"]
24-
runtime = ["tokio/rt-full", "tokio/tcp", "tokio/uds", "tokio-executor", "lazy_static"]
24+
runtime = ["tokio/rt-full", "tokio/tcp", "tokio/uds"]
2525

2626
"with-bit-vec-0_6" = ["postgres-types/with-bit-vec-0_6"]
2727
"with-chrono-0_4" = ["postgres-types/with-chrono-0_4"]
@@ -43,9 +43,6 @@ postgres-protocol = { version = "0.4.1", path = "../postgres-protocol" }
4343
postgres-types = { version = "0.1.0", path = "../postgres-types" }
4444
tokio = { version = "=0.2.0-alpha.6", default-features = false, features = ["io", "codec"] }
4545

46-
tokio-executor = { version = "=0.2.0-alpha.6", optional = true }
47-
lazy_static = { version = "1.0", optional = true }
48-
4946
[dev-dependencies]
5047
tokio = "=0.2.0-alpha.6"
5148
env_logger = "0.5"

0 commit comments

Comments
 (0)