Skip to content

Commit 5649c8f

Browse files
committed
chore(oci/Cargo.toml): explicitly use compat feature from tokio-util
Signed-off-by: Vaughn Dice <[email protected]>
1 parent 59b2125 commit 5649c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/oci/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spin-manifest = { path = "../manifest" }
2525
spin-trigger = { path = "../trigger" }
2626
tempfile = "3.3"
2727
tokio = { version = "1", features = ["fs"] }
28-
tokio-util = "0.7.9"
28+
tokio-util = { version = "0.7.9", features = ["compat"] }
2929
tracing = { workspace = true }
3030
walkdir = "2.3"
3131

0 commit comments

Comments
 (0)