From 082a60e27cc7ded3b3d5a39ecfe0885442dae0ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 02:45:15 +0000 Subject: [PATCH] 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 66a551b..eacb1d3 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.49" tokio = { version = "1.25.0", features = ["full"] } url = "2.3.1" whoami = "1.3.0"