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"