build(deps): bump insta from 1.29.0 to 1.30.0 (#7051)
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.29.0 to 1.30.0. - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.29.0...1.30.0) --- updated-dependencies: - dependency-name: insta dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
31bc46bb2a
commit
835e7a88f0
|
@ -2101,9 +2101,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "insta"
|
||||
version = "1.29.0"
|
||||
version = "1.30.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9a28d25139df397cbca21408bb742cf6837e04cdbebf1b07b760caf971d6a972"
|
||||
checksum = "28491f7753051e5704d4d0ae7860d45fae3238d7d235bc4289dcd45c48d3cec3"
|
||||
dependencies = [
|
||||
"console",
|
||||
"lazy_static",
|
||||
|
|
|
@ -78,7 +78,7 @@ zebra-script = { path = "../zebra-script", version = "1.0.0-beta.26" }
|
|||
zebra-state = { path = "../zebra-state", version = "1.0.0-beta.26" }
|
||||
|
||||
[dev-dependencies]
|
||||
insta = { version = "1.29.0", features = ["redactions", "json", "ron"] }
|
||||
insta = { version = "1.30.0", features = ["redactions", "json", "ron"] }
|
||||
|
||||
proptest = "1.2.0"
|
||||
|
||||
|
|
|
@ -90,7 +90,7 @@ once_cell = "1.18.0"
|
|||
spandoc = "0.2.2"
|
||||
|
||||
hex = { version = "0.4.3", features = ["serde"] }
|
||||
insta = { version = "1.29.0", features = ["ron"] }
|
||||
insta = { version = "1.30.0", features = ["ron"] }
|
||||
|
||||
proptest = "1.2.0"
|
||||
proptest-derive = "0.3.0"
|
||||
|
|
|
@ -18,7 +18,7 @@ categories = ["command-line-utilities", "cryptography::cryptocurrencies"]
|
|||
hex = "0.4.3"
|
||||
indexmap = "1.9.3"
|
||||
lazy_static = "1.4.0"
|
||||
insta = "1.29.0"
|
||||
insta = "1.30.0"
|
||||
proptest = "1.2.0"
|
||||
once_cell = "1.18.0"
|
||||
rand = { version = "0.8.5", package = "rand" }
|
||||
|
|
Loading…
Reference in New Issue