Skip to content

Commit

Permalink
chore: Reduce tokio-stream feature (#1795)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto authored Jul 13, 2024
1 parent b2e5665 commit 90356f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tonic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ server = [
"dep:hyper-util", "hyper-util?/service", "hyper-util?/server-auto",
"dep:socket2",
"dep:tokio", "tokio?/macros", "tokio?/net", "tokio?/time",
"tokio-stream/net",
"dep:tower", "tower?/util", "tower?/limit",
]
channel = [
Expand Down Expand Up @@ -67,6 +68,7 @@ percent-encoding = "2.1"
pin-project = "1.0.11"
tower-layer = "0.3"
tower-service = "0.3"
tokio-stream = {version = "0.1", default-features = false}

# prost
prost = {version = "0.13", default-features = false, features = ["std"], optional = true}
Expand All @@ -81,7 +83,6 @@ hyper = {version = "1", features = ["http1", "http2"], optional = true}
hyper-util = { version = "0.1.4", features = ["tokio"], optional = true }
socket2 = { version = "0.5", optional = true, features = ["all"] }
tokio = {version = "1", default-features = false, optional = true}
tokio-stream = { version = "0.1", features = ["net"] }
tower = {version = "0.4.7", default-features = false, optional = true}
axum = {version = "0.7", default-features = false, optional = true}

Expand Down

0 comments on commit 90356f6

Please sign in to comment.