1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

build(deps): bump insta from 1.36.1 to 1.38.0

Bumps [insta](https://github.com/mitsuhiko/insta) from 1.36.1 to 1.38.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.36.1...1.38.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-04-30 17:03:54 +00:00
committed by Quentin Gliech
parent c5b831d855
commit efaf407f9d
4 changed files with 5 additions and 15 deletions

View File

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