build(deps): bump insta from 1.38.0 to 1.39.0

Bumps [insta](https://github.com/mitsuhiko/insta) from 1.38.0 to 1.39.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.38.0...1.39.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]
2024-07-01 10:21:51 +00:00
committed by Quentin Gliech
parent a0ffdf9a7a
commit ec3e4ab2cb
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@@ -2701,9 +2701,9 @@ dependencies = [
[[package]]
name = "insta"
version = "1.38.0"
version = "1.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3eab73f58e59ca6526037208f0e98851159ec1633cf17b6cd2e1f2c3fd5d53cc"
checksum = "810ae6042d48e2c9e9215043563a58a80b877bc863228a74cf10c49d4620a6f5"
dependencies = [
"console",
"lazy_static",

View File

@@ -87,7 +87,7 @@ mas-templates.workspace = true
oauth2-types.workspace = true
[dev-dependencies]
insta = "1.38.0"
insta = "1.39.0"
tracing-subscriber.workspace = true
cookie_store = "0.21.0"
sqlx.workspace = true

View File

@@ -38,5 +38,5 @@ url.workspace = true
mas-iana.workspace = true
[dev-dependencies]
insta = { version = "1.38.0" }
insta = { version = "1.39.0" }
rand_chacha = "0.3.1"

View File

@@ -36,5 +36,5 @@ mas-iana.workspace = true
mas-jose.workspace = true
[dev-dependencies]
insta = { version = "1.38.0", features = ["yaml"] }
insta = { version = "1.39.0", features = ["yaml"] }
rand_chacha = "0.3.1"