Bump insta from 1.21.1 to 1.21.2

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](https://github.com/mitsuhiko/insta/compare/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] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-11-28 19:13:10 +00:00
committed by Quentin Gliech
parent 27365982ee
commit 58520a2619
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@@ -2347,9 +2347,9 @@ dependencies = [
[[package]]
name = "insta"
version = "1.21.1"
version = "1.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba1e75aa1530e7385af7b2685478dece08dafb9db3b4225c753286decea83bef"
checksum = "261bf85ed492cd1c47c9ba675e48649682a9d2d2e77f515c5386d7726fb0ba76"
dependencies = [
"console",
"lazy_static",

View File

@@ -33,5 +33,5 @@ url = { version = "2.3.1", features = ["serde"] }
mas-iana = { path = "../iana" }
[dev-dependencies]
insta = { version = "1.21.1" }
insta = { version = "1.21.2" }
rand_chacha = "0.3.1"

View File

@@ -32,5 +32,5 @@ mas-iana = { path = "../iana" }
mas-jose = { path = "../jose" }
[dev-dependencies]
insta = { version = "1.21.1", features = ["yaml"] }
insta = { version = "1.21.2", features = ["yaml"] }
rand_chacha = "0.3.1"