From a1e4ffb79e84846082f8ed980578a1b73267e890 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Oct 2020 00:04:35 +0900 Subject: [PATCH] chore(deps): update rust crate insta to 1.1 (#171) 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 9048a33..1f6f170 100644 --- a/docx-core/Cargo.toml +++ b/docx-core/Cargo.toml @@ -30,4 +30,4 @@ image = "0.23.10" [dev-dependencies] pretty_assertions = "0.6.1" -insta = "1.0" +insta = "1.1"