diff --git a/Cargo.lock b/Cargo.lock index c73a4988..3f96711d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1964,9 +1964,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.13.0" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30a7e1911532a662f6b08b68f884080850f2fd9544963c3ab23a5af42bda1eac" +checksum = "689960f187c43c01650c805fb6bc6f55ab944499d86d4ffe9474ad78991d8e94" dependencies = [ "console", "once_cell", diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 01b70427..bf82d2d8 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -40,7 +40,7 @@ once_cell = "1.10.0" spandoc = "0.2.1" hex = { version = "0.4.3", features = ["serde"] } -insta = { version = "1.13.0", features = ["ron"] } +insta = { version = "1.14.0", features = ["ron"] } proptest = "0.10.1" proptest-derive = "0.3.0" diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 2ef1e40f..c5eab534 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" [dependencies] hex = "0.4.3" lazy_static = "1.4.0" -insta = "1.13.0" +insta = "1.14.0" proptest = "0.10.1" once_cell = "1.10.0" rand = { version = "0.8.5", package = "rand" }