diff --git a/Cargo.lock b/Cargo.lock index d0e2aa689..8f532fe17 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2145,9 +2145,9 @@ dependencies = [ [[package]] name = "insta" -version = "1.28.0" +version = "1.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fea5b3894afe466b4bcf0388630fc15e11938a6074af0cd637c825ba2ec8a099" +checksum = "9a28d25139df397cbca21408bb742cf6837e04cdbebf1b07b760caf971d6a972" dependencies = [ "console", "lazy_static", diff --git a/zebra-rpc/Cargo.toml b/zebra-rpc/Cargo.toml index 2416c353a..a9dcbc2c5 100644 --- a/zebra-rpc/Cargo.toml +++ b/zebra-rpc/Cargo.toml @@ -71,7 +71,7 @@ zebra-script = { path = "../zebra-script" } zebra-state = { path = "../zebra-state" } [dev-dependencies] -insta = { version = "1.28.0", features = ["redactions", "json", "ron"] } +insta = { version = "1.29.0", features = ["redactions", "json", "ron"] } proptest = "0.10.1" diff --git a/zebra-state/Cargo.toml b/zebra-state/Cargo.toml index 43ce2b2bf..0248d7334 100644 --- a/zebra-state/Cargo.toml +++ b/zebra-state/Cargo.toml @@ -71,7 +71,7 @@ once_cell = "1.17.1" spandoc = "0.2.2" hex = { version = "0.4.3", features = ["serde"] } -insta = { version = "1.28.0", features = ["ron"] } +insta = { version = "1.29.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 a5a0ee75f..b6941eee6 100644 --- a/zebra-test/Cargo.toml +++ b/zebra-test/Cargo.toml @@ -11,7 +11,7 @@ edition = "2021" hex = "0.4.3" indexmap = "1.9.2" lazy_static = "1.4.0" -insta = "1.28.0" +insta = "1.29.0" proptest = "0.10.1" once_cell = "1.17.1" rand = { version = "0.8.5", package = "rand" }