Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ayakoakasaka committed Dec 7, 2023
1 parent 0f1ebb8 commit c4d4e81
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.71"
tokio = { version = "1.26.0", default-features = false }
tokio = { version = "1.34.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 c4d4e81

Please sign in to comment.