File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ with-rejection = ["dep:axum"]
9090
9191# Enabled by docs.rs because it uses all-features
9292# Enables upstream things linked to in docs
93- __private_docs = [" axum/json" , " dep:serde" ]
93+ __private_docs = [" axum/json" , " dep:serde" , " dep:tower " ]
9494
9595[dependencies ]
9696axum-core = { path = " ../axum-core" , version = " 0.5.2" }
@@ -104,7 +104,6 @@ mime = "0.3"
104104pin-project-lite = " 0.2"
105105rustversion = " 1.0.9"
106106serde_core = " 1.0.221"
107- tower = { version = " 0.5.2" , default-features = false , features = [" util" ] }
108107tower-layer = " 0.3"
109108tower-service = " 0.3"
110109
@@ -129,6 +128,7 @@ typed-json = { version = "0.1.1", optional = true }
129128
130129# doc dependencies
131130serde = { version = " 1.0.221" , optional = true }
131+ tower = { version = " 0.5.2" , default-features = false , features = [" util" ], optional = true }
132132
133133[dev-dependencies ]
134134axum = { path = " ../axum" , features = [" macros" , " __private" ] }
You can’t perform that action at this time.
0 commit comments