Skip to content

Commit

Permalink
fix(deps): update rust crate async-trait to 0.1.77
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ayakoakasaka committed Jan 7, 2024
1 parent 233a5b4 commit 0e8496c
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 @@ -22,7 +22,7 @@ image = { version = "0.24.7", default-features = false, optional = true }
anyhow = "1.0.76"
tracing = { version = "0.1.40", features = ["max_level_trace"] }
tracing-subscriber = "0.3.18"
async-trait = "0.1.75"
async-trait = "0.1.77"
tokio = { version = "1.35.1", default-features = false }

# preview2 and component-model are still moving targets.
Expand Down

0 comments on commit 0e8496c

Please sign in to comment.