From c34bf75a077275c98a0cf579a749c4b186fe86bd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 10:09:19 +0000 Subject: [PATCH] chore(deps): update rust crate thiserror to 1.0.56 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4d8045d5..2bf97a1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ edition = "2021" rust-version = "1.70" [workspace.dependencies] -thiserror = "1.0.48" +thiserror = "1.0.56" bitflags = { version = "2.4.2", features = ["serde"] } heck = { version = "0.4", features = ["unicode"] } clap = { version = "4.4.3", features = ["derive"] }