Bump insta from 1.21.0 to 1.21.1

Bumps [insta](https://github.com/mitsuhiko/insta) from 1.21.0 to 1.21.1.
- [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/1.21.1)

---
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-15 20:31:52 +01:00
committed by Quentin Gliech
parent 8dfbb735a2
commit 2d234f19d0
3 changed files with 4 additions and 4 deletions
Generated
+2 -2
View File
@@ -2201,9 +2201,9 @@ dependencies = [
[[package]]
name = "insta"
version = "1.21.0"
version = "1.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "581d4e3314cae4536e5d22ffd23189d4a374696c5ef733eadafae0ed273fd303"
checksum = "ba1e75aa1530e7385af7b2685478dece08dafb9db3b4225c753286decea83bef"
dependencies = [
"console",
"lazy_static",
+1 -1
View File
@@ -33,5 +33,5 @@ url = { version = "2.3.1", features = ["serde"] }
mas-iana = { path = "../iana" }
[dev-dependencies]
insta = { version = "1.21.0" }
insta = { version = "1.21.1" }
rand_chacha = "0.3.1"
+1 -1
View File
@@ -32,5 +32,5 @@ mas-iana = { path = "../iana" }
mas-jose = { path = "../jose" }
[dev-dependencies]
insta = { version = "1.21.0", features = ["yaml"] }
insta = { version = "1.21.1", features = ["yaml"] }
rand_chacha = "0.3.1"