Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 19, 2023
1 parent c7ee371 commit 61364e0
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 @@ -23,7 +23,7 @@ anyhow = "1.0.75"
tracing = { version = "0.1.40", features = ["max_level_trace"] }
tracing-subscriber = "0.3.18"
async-trait = "0.1.74"
tokio = { version = "1.35.0", default-features = false }
tokio = { version = "1.35.1", default-features = false }

# preview2 and component-model are still moving targets.
wasmtime = { version = "15.0.1", default-features = false, features = ["component-model", "cranelift"]}
Expand Down

0 comments on commit 61364e0

Please sign in to comment.