Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.35.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ayakoakasaka committed Dec 14, 2023
1 parent 1b17282 commit aeb7e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host_wasmtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tracing = { version = "0.1.40", features = ["max_level_trace"] }
tracing-subscriber = "0.3.18"
image = { version = "0.24.7", default-features = false }
async-trait = "0.1.74"
tokio = { version = "1.34.0", default-features = false }
tokio = { version = "1.35.0", default-features = false }

# released versions of nokhwa is a bit broken for avfoundation.
# https://github.com/l1npengtul/nokhwa/pull/151
Expand Down

0 comments on commit aeb7e69

Please sign in to comment.