We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e6234 commit e50f53dCopy full SHA for e50f53d
crates/stackable-webhook/Cargo.toml
@@ -10,7 +10,7 @@ repository.workspace = true
10
stackable-certs = { path = "../stackable-certs", features = ["rustls"] }
11
stackable-operator = { path = "../stackable-operator" }
12
13
-axum.workspace = true
+axum = { workspace = true, features = ["http2"] }
14
futures-util.workspace = true
15
hyper-util.workspace = true
16
hyper.workspace = true
0 commit comments