diff --git a/Cargo.lock b/Cargo.lock index cf2335f..8de6504 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -456,9 +456,9 @@ checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" [[package]] name = "insta" -version = "1.34.0" +version = "1.35.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d64600be34b2fcfc267740a243fa7744441bb4947a619ac4e5bb6507f35fbfc" +checksum = "7c985c1bef99cf13c58fade470483d81a2bfe846ebde60ed28cc2dddec2df9e2" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 0cce831..8bad805 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ serde = { version = "1.0.195", features = ["serde_derive"], optional = true } [dev-dependencies] criterion = { version = "0.5.1", features = ["html_reports"] } -insta = { version = "1.34.0", features = ["yaml"] } +insta = { version = "1.35.1", features = ["yaml"] } proptest = { version = "1.4.0", features = ["timeout", "std"] } [[bench]]