build(deps): bump insta from 1.12.0 to 1.13.0 (#3762)
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/commits/1.13.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
833560411f
commit
1f176d9d5d
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Reference in New Issue