diff --git a/Cargo.lock b/Cargo.lock index e2b3533..20d52d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -440,9 +440,9 @@ checksum = "780fb4b6698bbf9cf2444ea5d22411cef2953f0824b98f33cf454ec5615645bd" [[package]] name = "pretty_assertions" -version = "1.0.0" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ec0cfe1b2403f172ba0f234e500906ee0a3e493fb81092dac23ebefe129301cc" +checksum = "76d5b548b725018ab5496482b45cb8bef21e9fed1858a6d674e3a8a0f0bb5d50" dependencies = [ "ansi_term", "ctor", diff --git a/docx-core/Cargo.toml b/docx-core/Cargo.toml index 35ea3f9..a53ebd1 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.0.0" +pretty_assertions = "1.1.0" insta = "1.12"