From 7beee13abc4ff2b028dc8ccf403c3a686108a93d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 30 Jun 2023 05:13:25 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to 1.0.40 (#889) 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 366c3c2..b5109c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ encoding_rs_io = "0.1.7" reqwest = { version = "0.11.13", features = ["blocking", "json", "rustls-tls", "rustls-tls-native-roots", "brotli"], default-features = false } url = "2.4.0" sysinfo = "0.29.3" -thiserror = "1.0.37" +thiserror = "1.0.40" clap_complete = "3.2.5" anyhow = "1.0.66"