From 9ec67a5c73afc534dd54e8bddeb4ec4ee4700fe7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 07:05:11 +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 c4b19bc..738c8fe 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.14" getopts = "0.2" wit-bindgen = "0.16.0" diff --git a/host_wasmtime/Cargo.toml b/host_wasmtime/Cargo.toml index c6fb3c4..5992423 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.14", 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.75"