Skip to content

Commit

Permalink
fix(core): compression deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Oct 4, 2022
1 parent 2906806 commit fb86145
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions viz-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ form = ["dep:serde", "dep:serde_urlencoded"]
query = ["dep:serde", "dep:serde_urlencoded"]
multipart = ["dep:form-data"]
websocket = ["dep:tokio-tungstenite", "tokio/rt"]
sse = ["dep:tokio-stream", "dep:tokio-util", "tokio/time"]
sse = ["dep:tokio-stream", "tokio/time"]

cookie = ["dep:cookie"]
cookie-private = ["cookie", "cookie?/private"]
Expand All @@ -46,7 +46,7 @@ session = ["cookie", "json", "dep:sessions-core"]
csrf = ["cookie", "dep:base64", "dep:getrandom"]
cors = []

compression = ["dep:tokio-util", "dep:async-compression"]
compression = ["tokio-util/io", "dep:async-compression"]

otel = ["dep:opentelemetry", "dep:opentelemetry-semantic-conventions"]
otel-tracing = ["otel", "opentelemetry?/trace"]
Expand Down

0 comments on commit fb86145

Please sign in to comment.