From 7df08d70b93e023a426273a80d695f08e9d80d56 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Aug 2022 16:23:06 +0000 Subject: [PATCH] Update thiserror crate to 1.0.32 (#57) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 09b433ea0c1..65dac4f51bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ conduit = "0.10.0" hyper = { version = "0.14", features = ["server", "http1", "stream", "tcp"] } http = "0.2" percent-encoding = "2" -thiserror = "1.0.31" +thiserror = "1.0.32" tracing = "0.1" tokio = { version = "1", features = ["fs"] } tokio-stream = "0.1"