From a03837b9e4e1dcfef364b202da534f79e04a4962 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 19:32:43 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to 1.0.40 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ba832bccb..5335b7b7a 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.3.1" sysinfo = "0.27.1" -thiserror = "1.0.37" +thiserror = "1.0.40" clap_complete = "3.2.5" anyhow = "1.0.66"