From c90c7c1fd35add7b77e6e52e158bf00f9cfff8c2 Mon Sep 17 00:00:00 2001 From: jake Date: Fri, 10 Dec 2021 13:07:39 -0700 Subject: [PATCH] update anyhow --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2feadfe..582634f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,5 +31,5 @@ refinery = { version = "0.5.0", features = ["postgres"] } sqlx = { version = "0.4.0", features = ["runtime-async-std-native-tls", "postgres", "json", "chrono"] } strum = "0.19.5" strum_macros = "0.19" -anyhow = "1.0.33" +anyhow = { version = "1.0.47", features = ["backtrace"] }