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.33.0 to 1.34.0

Bumps [insta](https://github.com/mitsuhiko/insta) from 1.33.0 to 1.34.0.
- [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mitsuhiko/insta/compare/1.33.0...1.34.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-10-10 07:29:37 +00:00
committed by Quentin Gliech
parent 9f5be6581b
commit db6e3ffe34
4 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -2418,9 +2418,9 @@ dependencies = [
[[package]]
name = "insta"
version = "1.33.0"
version = "1.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aa511b2e298cd49b1856746f6bb73e17036bcd66b25f5e92cdcdbec9bd75686"
checksum = "5d64600be34b2fcfc267740a243fa7744441bb4947a619ac4e5bb6507f35fbfc"
dependencies = [
"console",
"lazy_static",

View File

@ -81,7 +81,7 @@ mas-templates = { path = "../templates" }
oauth2-types = { path = "../oauth2-types" }
[dev-dependencies]
insta = "1.33.0"
insta = "1.34.0"
tracing-subscriber.workspace = true
cookie_store = "0.20.0"

View File

@ -34,5 +34,5 @@ url.workspace = true
mas-iana = { path = "../iana" }
[dev-dependencies]
insta = { version = "1.33.0" }
insta = { version = "1.34.0" }
rand_chacha = "0.3.1"

View File

@ -32,5 +32,5 @@ mas-iana = { path = "../iana" }
mas-jose = { path = "../jose" }
[dev-dependencies]
insta = { version = "1.33.0", features = ["yaml"] }
insta = { version = "1.34.0", features = ["yaml"] }
rand_chacha = "0.3.1"