From 94817ec671781c20474d9b685c6ca98339cdd7fc Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 22 Feb 2022 04:30:26 +0000 Subject: [PATCH] fix(deps): update rust crate anyhow to 1.0.55 Signed-off-by: Renovate Bot --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d50cfae..e755c54 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,9 +4,9 @@ version = 3 [[package]] name = "anyhow" -version = "1.0.54" +version = "1.0.55" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a99269dff3bc004caa411f38845c20303f1e393ca2bd6581576fa3a7f59577d" +checksum = "159bb86af3a200e19a068f4224eae4c8bb2d0fa054c7e5d1cacd5cef95e684cd" [[package]] name = "async-trait" diff --git a/Cargo.toml b/Cargo.toml index fd8aeee..97765d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies] -anyhow = "1.0.54" +anyhow = "1.0.55" axum = "0.4.5" time = { version = "0.3.7", features = ["local-offset"] } tokio = { version = "1.17.0", features = ["full"] }