diff --git a/Cargo.lock b/Cargo.lock index cf2335f..6ebd821 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -456,9 +456,9 @@ checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" [[package]] name = "insta" -version = "1.34.0" +version = "1.36.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d64600be34b2fcfc267740a243fa7744441bb4947a619ac4e5bb6507f35fbfc" +checksum = "0a7c22c4d34ef4788c351e971c52bfdfe7ea2766f8c5466bc175dd46e52ac22e" dependencies = [ "console", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 0cce831..134d371 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.36.1", features = ["yaml"] } proptest = { version = "1.4.0", features = ["timeout", "std"] } [[bench]]