From e2ea4d2246a58e831e5432a6b2bdde695daec05d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Jul 2022 11:46:21 +0900 Subject: [PATCH] chore(deps): update rust crate insta to 1.16 (#514) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- docx-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2c5cc24..412084e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -235,9 +235,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.15.0" +version = "1.16.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4126dd76ebfe2561486a1bd6738a33d2029ffb068a99ac446b7f8c77b2e58dbc" +checksum = "36fb7ec420af04ce7d1a422945cd19c52bf01772ead45934cee77f056dca1081" dependencies = [ "console", "once_cell", diff --git a/docx-core/Cargo.toml b/docx-core/Cargo.toml index 312e4cd..ba906f3 100644 --- a/docx-core/Cargo.toml +++ b/docx-core/Cargo.toml @@ -32,4 +32,4 @@ ts-rs = "6.1" [dev-dependencies] pretty_assertions = "1.2.1" -insta = "1.15" +insta = "1.16"