From 0020c48e76f9e71cfde5902705f7fcf1633b8955 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 15:33:56 +0300 Subject: [PATCH] chore(deps): update rust crate thiserror to 1.0.40 (#68) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- crates/marine-test-macro-impl/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/marine-test-macro-impl/Cargo.toml b/crates/marine-test-macro-impl/Cargo.toml index 40f3740..ba2bf2f 100644 --- a/crates/marine-test-macro-impl/Cargo.toml +++ b/crates/marine-test-macro-impl/Cargo.toml @@ -22,7 +22,7 @@ quote = "1.0.26" proc-macro2 = "1.0.56" proc-macro-error = { version = "1.0.4", default-features = false } syn = { version = '1.0.109', features = ['full'] } -thiserror = "1.0.39" +thiserror = "1.0.40" static_assertions = "1.1.0" [dev-dependencies]