From b7c725523dd68c4d3bf4dfbd368a576dd6cf1e58 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 23:25:31 +0000 Subject: [PATCH] Update Rust crate thiserror to 1.0.58 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8c895af..f019445 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ serde_urlencoded = "0.7.1" sha2 = "0.10.8" syn = "1" tap = "1.0.1" -thiserror = "1.0.56" +thiserror = "1.0.58" tokio = "1.37.0" toml = "0.8.8" tracing = "0.1.40"