From 80d5de1db26ed12f26830e7d346df5a4ec53d6f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 01:21:22 +0000 Subject: [PATCH] Update Rust crate thiserror to 1.0.39 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 66a551b..4c73585 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.93" serde_yaml = "0.9.17" once_cell = "1.17.0" -thiserror = "1.0.38" +thiserror = "1.0.39" tokio = { version = "1.25.0", features = ["full"] } url = "2.3.1" whoami = "1.3.0"