diff --git a/Cargo.lock b/Cargo.lock index a4a6166..e8a0a08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -225,9 +225,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.14.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "689960f187c43c01650c805fb6bc6f55ab944499d86d4ffe9474ad78991d8e94" +checksum = "4126dd76ebfe2561486a1bd6738a33d2029ffb068a99ac446b7f8c77b2e58dbc" dependencies = [ "console", "once_cell", diff --git a/docx-core/Cargo.toml b/docx-core/Cargo.toml index a2864fc..d1daa7b 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.14" +insta = "1.15"