From c94494304f00a0ff979b3e8eec4a905bb1988f87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:29:38 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to 1.0.49 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a66c2c4..782bb7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ sha2 = "0.10.7" similar = { version = "2.2", default-features = false, features = ["text"] } tap = "1.0" tempfile = "3.6" -thiserror = "1.0.40" +thiserror = "1.0.49" time = { version = "0.3", default-features = false, features = ["formatting", "macros", "serde", "std"] } tokio = { version = "1.28", default-features = false, features = ["rt-multi-thread", "fs", "io-util", "macros"] } tokio-stream = { version = "0.1", default-features = false, features = ["fs"] }