From a27aebcd4a8eebfe2aa36753f953e923bf712255 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 09:39:04 +0000 Subject: [PATCH] chore(deps): update rust crate anyhow to 1.0.81 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5c76329..f78cde1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -291,9 +291,9 @@ checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc" [[package]] name = "anyhow" -version = "1.0.80" +version = "1.0.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5ad32ce52e4161730f7098c077cd2ed6229b5804ccf99e5366be1ab72a98b4e1" +checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247" [[package]] name = "autocfg" diff --git a/Cargo.toml b/Cargo.toml index caa569f..6d09b88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ repository = "https://github.com/matter-labs/teepot" actix-http = "3" actix-tls = "3" actix-web = { version = "4.5", features = ["rustls-0_22"] } -anyhow = "1.0.80" +anyhow = "1.0.81" awc = { version = "3.4", features = ["rustls-0_22-webpki-roots"] } base64 = "0.22.0" bitflags = "2.4"