From f89562e79d48ff9bf559b51b2de1fc11e3b02344 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 09:40:38 +0000 Subject: [PATCH] fix(deps): update rust crate anyhow to 1.0.79 --- guest_rust/Cargo.toml | 2 +- host_wasmtime/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/guest_rust/Cargo.toml b/guest_rust/Cargo.toml index 6e4c4fe..38d4fa3 100644 --- a/guest_rust/Cargo.toml +++ b/guest_rust/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -anyhow = "1.0.76" +anyhow = "1.0.79" fraction = "0.15" getopts = "0.2" wit-bindgen = "0.16.0" diff --git a/host_wasmtime/Cargo.toml b/host_wasmtime/Cargo.toml index 116ac92..cd4cb7e 100644 --- a/host_wasmtime/Cargo.toml +++ b/host_wasmtime/Cargo.toml @@ -19,7 +19,7 @@ nokhwa = {git = "https://github.com/yamt/nokhwa", rev = "0.10+fixes", features = fraction = { version = "0.15", optional = true } image = { version = "0.24.7", default-features = false, optional = true } -anyhow = "1.0.76" +anyhow = "1.0.79" tracing = { version = "0.1.40", features = ["max_level_trace"] } tracing-subscriber = "0.3.18" async-trait = "0.1.77"