Skip to content

Commit

Permalink
cargo: bump insta from 1.21.1 to 1.21.2
Browse files Browse the repository at this point in the history
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.21.1 to 1.21.2.
- [Release notes](https://github.com/mitsuhiko/insta/releases)
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](mitsuhiko/insta@1.21.1...1.21.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and martinvonz committed Nov 28, 2022
1 parent 374d8f1 commit a7ff8d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ libc = { version = "0.2.137" }
assert_cmd = "2.0.6"
criterion = "0.4.0"
criterion_bencher_compat = "0.4.0"
insta = "1.21.1"
insta = "1.21.2"
regex = "1.7.0"
predicates = "2.1.3"
test-case = "2.2.2"
Expand Down
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tracing = "0.1.37"

[dev-dependencies]
assert_matches = "1.5.0"
insta = "1.21.1"
insta = "1.21.2"
num_cpus = "1.14.0"
test-case = "2.2.2"
testutils = { path = "testutils" }
Expand Down

0 comments on commit a7ff8d5

Please sign in to comment.