cargo: 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 15:37:38 +00:00 committed by Martin von Zweigbergk
parent d8b7d2269d
commit e7767002b6
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

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

View file

@ -36,7 +36,7 @@ dirs = "4.0.0"
git2 = "0.14.2" git2 = "0.14.2"
hex = "0.4.3" hex = "0.4.3"
indoc = "1.0.4" indoc = "1.0.4"
insta = "1.13.0" insta = "1.14.0"
itertools = "0.10.3" itertools = "0.10.3"
jujutsu-lib = { version = "=0.3.3", path = "lib"} jujutsu-lib = { version = "=0.3.3", path = "lib"}
maplit = "1.0.2" maplit = "1.0.2"