build(deps): bump insta from 1.29.0 to 1.30.0

Bumps [insta](https://github.com/mitsuhiko/insta) from 1.29.0 to 1.30.0.
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/insta/compare/1.29.0...1.30.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]
2023-06-22 20:00:13 +00:00
committed by Quentin Gliech
parent f584cd5243
commit 16e3208419
4 changed files with 5 additions and 5 deletions
Generated
+2 -2
View File
@@ -2800,9 +2800,9 @@ dependencies = [
[[package]]
name = "insta"
version = "1.29.0"
version = "1.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a28d25139df397cbca21408bb742cf6837e04cdbebf1b07b760caf971d6a972"
checksum = "28491f7753051e5704d4d0ae7860d45fae3238d7d235bc4289dcd45c48d3cec3"
dependencies = [
"console",
"lazy_static",
+1 -1
View File
@@ -75,7 +75,7 @@ oauth2-types = { path = "../oauth2-types" }
[dev-dependencies]
indoc = "2.0.1"
insta = "1.29.0"
insta = "1.30.0"
tracing-subscriber = "0.3.17"
[features]
+1 -1
View File
@@ -32,5 +32,5 @@ url = { version = "2.4.0", features = ["serde"] }
mas-iana = { path = "../iana" }
[dev-dependencies]
insta = { version = "1.29.0" }
insta = { version = "1.30.0" }
rand_chacha = "0.3.1"
+1 -1
View File
@@ -31,5 +31,5 @@ mas-iana = { path = "../iana" }
mas-jose = { path = "../jose" }
[dev-dependencies]
insta = { version = "1.29.0", features = ["yaml"] }
insta = { version = "1.30.0", features = ["yaml"] }
rand_chacha = "0.3.1"