From fe7d281f5f8ca5962b20a70d402882f2dbde52db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2020 10:21:09 +0900 Subject: [PATCH] chore(deps): update rust crate insta to 0.16 (#103) Co-authored-by: Renovate Bot --- docx-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docx-core/Cargo.toml b/docx-core/Cargo.toml index 34933cb..e192ffa 100644 --- a/docx-core/Cargo.toml +++ b/docx-core/Cargo.toml @@ -30,4 +30,4 @@ image = "0.23.8" [dev-dependencies] pretty_assertions = "0.6.1" -insta = "0.13" +insta = "0.16"