Skip to content

Commit

Permalink
build(deps): bump insta from 1.20.0 to 1.21.0 (#5291)
Browse files Browse the repository at this point in the history
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.20.0 to 1.21.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)

---
updated-dependencies:
- dependency-name: insta
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 29, 2022
1 parent ae51274 commit e3b4708
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion zebra-rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ zebra-node-services = { path = "../zebra-node-services" }
zebra-state = { path = "../zebra-state" }

[dev-dependencies]
insta = { version = "1.20.0", features = ["redactions", "json"] }
insta = { version = "1.21.0", features = ["redactions", "json"] }
proptest = "0.10.1"
proptest-derive = "0.3.0"
serde_json = "1.0.85"
Expand Down
2 changes: 1 addition & 1 deletion zebra-state/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ once_cell = "1.15.0"
spandoc = "0.2.2"

hex = { version = "0.4.3", features = ["serde"] }
insta = { version = "1.20.0", features = ["ron"] }
insta = { version = "1.21.0", features = ["ron"] }

proptest = "0.10.1"
proptest-derive = "0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion zebra-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2021"
hex = "0.4.3"
indexmap = "1.9.1"
lazy_static = "1.4.0"
insta = "1.20.0"
insta = "1.21.0"
proptest = "0.10.1"
once_cell = "1.15.0"
rand = { version = "0.8.5", package = "rand" }
Expand Down

0 comments on commit e3b4708

Please sign in to comment.