From 606a21945245c1b29fde55e7837b28e7bd383233 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 15 Mar 2022 17:32:58 +0900 Subject: [PATCH] chore(deps): update rust crate pretty_assertions to 1.2.0 (#444) Co-authored-by: Renovate Bot --- Cargo.lock | 4 ++-- docx-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 36ebdc4..1721d65 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -440,9 +440,9 @@ checksum = "780fb4b6698bbf9cf2444ea5d22411cef2953f0824b98f33cf454ec5615645bd" [[package]] name = "pretty_assertions" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76d5b548b725018ab5496482b45cb8bef21e9fed1858a6d674e3a8a0f0bb5d50" +checksum = "57c038cb5319b9c704bf9c227c261d275bfec0ad438118a2787ce47944fb228b" dependencies = [ "ansi_term", "ctor", diff --git a/docx-core/Cargo.toml b/docx-core/Cargo.toml index f880c78..b230bc6 100644 --- a/docx-core/Cargo.toml +++ b/docx-core/Cargo.toml @@ -30,5 +30,5 @@ image = "0.23.14" ts-rs = "6.1" [dev-dependencies] -pretty_assertions = "1.1.0" +pretty_assertions = "1.2.0" insta = "1.12"