diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 894f8a97..a5a963a0 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -36,7 +36,7 @@ zebra-test = { path = "../zebra-test/", optional = true } [dev-dependencies] color-eyre = "0.6.0" once_cell = "1.10.0" -insta = { version = "1.12.0", features = ["ron"] } +insta = { version = "1.13.0", features = ["ron"] } itertools = "0.10.3" proptest = "0.10.1" proptest-derive = "0.3.0" diff --git a/zebra-test/Cargo.toml b/zebra-test/Cargo.toml index 206437c7..4ef2aa5c 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.12.0" +insta = "1.13.0" proptest = "0.10.1" once_cell = "1.10.0" rand = { version = "0.8.5", package = "rand" }