From f220205b1230b9da3156da521310300b6b5b4626 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 23:00:39 +0900 Subject: [PATCH] chore(deps): update rust crate insta to v1 (#152) 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 b292728..bbb290d 100644 --- a/docx-core/Cargo.toml +++ b/docx-core/Cargo.toml @@ -30,4 +30,4 @@ image = "0.23.9" [dev-dependencies] pretty_assertions = "0.6.1" -insta = "0.16" +insta = "1.0"