Skip to content

Commit e50f53d

Browse files
authored
fix(stackable-webhook): enable axum http2 feature (#765)
1 parent c8e6234 commit e50f53d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/stackable-webhook/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repository.workspace = true
1010
stackable-certs = { path = "../stackable-certs", features = ["rustls"] }
1111
stackable-operator = { path = "../stackable-operator" }
1212

13-
axum.workspace = true
13+
axum = { workspace = true, features = ["http2"] }
1414
futures-util.workspace = true
1515
hyper-util.workspace = true
1616
hyper.workspace = true

0 commit comments

Comments
 (0)