Skip to content

Commit

Permalink
fix(deps): update rust crate anyhow to 1.0.77
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 27, 2023
1 parent 1afffa2 commit efcb838
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion guest_rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2021"
crate-type = ["cdylib"]

[dependencies]
anyhow = "1.0.76"
anyhow = "1.0.77"
fraction = "0.14"
getopts = "0.2"
wit-bindgen = "0.16.0"
Expand Down
2 changes: 1 addition & 1 deletion host_wasmtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ nokhwa = {git = "https://github.com/yamt/nokhwa", rev = "0.10+fixes", features =
fraction = { version = "0.14", optional = true }
image = { version = "0.24.7", default-features = false, optional = true }

anyhow = "1.0.76"
anyhow = "1.0.77"
tracing = { version = "0.1.40", features = ["max_level_trace"] }
tracing-subscriber = "0.3.18"
async-trait = "0.1.75"
Expand Down

0 comments on commit efcb838

Please sign in to comment.