From 0756309980b1c9cb9c3b3a1b3967039059a02144 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Feb 2023 16:57:27 +0300 Subject: [PATCH] chore(deps): update rust crate thiserror to 1.0.38 (#46) 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 074807b..3e9b172 100644 --- a/crates/marine-test-macro-impl/Cargo.toml +++ b/crates/marine-test-macro-impl/Cargo.toml @@ -22,7 +22,7 @@ quote = "1.0.21" proc-macro2 = "1.0.43" proc-macro-error = { version = "1.0.4", default-features = false } syn = { version = '1.0.100', features = ['full'] } -thiserror = "1.0.35" +thiserror = "1.0.38" static_assertions = "1.1.0" [dev-dependencies]