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]