Bump insta from 1.13.0 to 1.14.0

Bumps [insta](https://github.com/mitsuhiko/insta) from 1.13.0 to 1.14.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/compare/1.13.0...1.14.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-28 01:19:47 +00:00 committed by GitHub
parent 1791c1f2b5
commit 2cebfe9220
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -721,9 +721,9 @@ dependencies = [
[[package]]
name = "insta"
version = "1.13.0"
version = "1.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30a7e1911532a662f6b08b68f884080850f2fd9544963c3ab23a5af42bda1eac"
checksum = "689960f187c43c01650c805fb6bc6f55ab944499d86d4ffe9474ad78991d8e94"
dependencies = [
"console",
"once_cell",

View file

@ -75,7 +75,7 @@ uuid = { version = "0.8.2", features = ["v4"] }
[dev-dependencies]
indoc = "1.0.4"
insta = { version = "1.13.0", features = ["backtrace"] }
insta = { version = "1.14.0", features = ["backtrace"] }
typed-builder = "0.10.0"
unindent = "0.1.8"