1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

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 19:05:09 +00:00
committed by Quentin Gliech
parent 8dfbb735a2
commit 2d234f19d0
3 changed files with 4 additions and 4 deletions

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"

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"