Skip to content

Commit

Permalink
Merge pull request #1883 from vdice/chore/tokio-compat
Browse files Browse the repository at this point in the history
chore(oci/Cargo.toml): explicitly use compat feature from tokio-util
  • Loading branch information
vdice authored Oct 12, 2023
2 parents 59b2125 + 5649c8f commit f9c553d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spin-manifest = { path = "../manifest" }
spin-trigger = { path = "../trigger" }
tempfile = "3.3"
tokio = { version = "1", features = ["fs"] }
tokio-util = "0.7.9"
tokio-util = { version = "0.7.9", features = ["compat"] }
tracing = { workspace = true }
walkdir = "2.3"

Expand Down

0 comments on commit f9c553d

Please sign in to comment.