Skip to content

Commit d3ce672

Browse files
committed
Don't enable default features in tokio-rustls
Signed-off-by: Ryan Levick <[email protected]>
1 parent ff8b05a commit d3ce672

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/trigger-http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ spin-world = { path = "../world" }
3737
terminal = { path = "../terminal" }
3838
tls-listener = { version = "0.10.0", features = ["rustls"] }
3939
tokio = { version = "1.23", features = ["full"] }
40-
tokio-rustls = { version = "0.25.0" }
40+
tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "tls12"] }
4141
tracing = { workspace = true }
4242
url = "2.4.1"
4343
wasmtime = { workspace = true }

0 commit comments

Comments
 (0)