From 96bcf5c60eb0df18590b373b52ecb7ad8b168420 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 04:52:11 +0000 Subject: [PATCH] fix(deps): update rust crate anyhow to 1.0.82 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- autogen/Cargo.toml | 2 +- aws-lambda/Cargo.toml | 2 +- cloudflare/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 17135a0a72..448ea56ffe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -142,9 +142,9 @@ dependencies = [ [[package]] name = "anyhow" -version = "1.0.81" +version = "1.0.82" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" +checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519" [[package]] name = "anymap2" diff --git a/Cargo.toml b/Cargo.toml index 97160926b8..94757987e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ rustls-pemfile = { version = "1.0.4" } schemars = { version = "0.8.16", features = ["derive"] } hyper = { version = "0.14", features = ["server"], default-features = false } tokio = { version = "1.37.0", features = ["rt", "time"] } -anyhow = "1.0.81" +anyhow = "1.0.82" derive_setters = "0.1.6" thiserror = "1.0.58" serde_json = { version = "1.0", features = ["preserve_order"] } diff --git a/autogen/Cargo.toml b/autogen/Cargo.toml index c602c3ff6d..826f8c8d02 100644 --- a/autogen/Cargo.toml +++ b/autogen/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.81" +anyhow = "1.0.82" lazy_static = "1.4.0" schemars = "0.8.16" serde = "1.0.197" diff --git a/aws-lambda/Cargo.toml b/aws-lambda/Cargo.toml index 72e946d041..76bbd05e63 100644 --- a/aws-lambda/Cargo.toml +++ b/aws-lambda/Cargo.toml @@ -22,7 +22,7 @@ tracing = { version = "0.1", features = ["log"] } tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt"] } dotenvy = "0.15" -anyhow = "1.0.81" +anyhow = "1.0.82" async-trait = "0.1.79" hyper = { version = "0.14", default-features = false } reqwest = { version = "0.11", default-features = false } diff --git a/cloudflare/Cargo.toml b/cloudflare/Cargo.toml index 4ff2199669..3f8dcebd57 100644 --- a/cloudflare/Cargo.toml +++ b/cloudflare/Cargo.toml @@ -13,7 +13,7 @@ hyper = { version = "0.14", default-features = false } worker = "0.1.0" tailcall = { path = "..", default-features = false } lazy_static = "1.4.0" -anyhow = "1.0.81" +anyhow = "1.0.82" async-trait = "0.1.79" reqwest = { version = "0.11", default-features = false } async-std = "1.12.0"