You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-08-09 04:22:45 +03:00
build(deps): bump insta from 1.31.0 to 1.32.0
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.31.0 to 1.32.0. - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.31.0...1.32.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:
committed by
Quentin Gliech
parent
4821c7698c
commit
05ac6f185e
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -2318,9 +2318,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "insta"
|
||||
version = "1.31.0"
|
||||
version = "1.32.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a0770b0a3d4c70567f0d58331f3088b0e4c4f56c9b8d764efe654b4a5d46de3a"
|
||||
checksum = "a3e02c584f4595792d09509a94cdb92a3cef7592b1eb2d9877ee6f527062d0ea"
|
||||
dependencies = [
|
||||
"console",
|
||||
"lazy_static",
|
||||
|
@@ -80,7 +80,7 @@ mas-templates = { path = "../templates" }
|
||||
oauth2-types = { path = "../oauth2-types" }
|
||||
|
||||
[dev-dependencies]
|
||||
insta = "1.31.0"
|
||||
insta = "1.32.0"
|
||||
tracing-subscriber = "0.3.17"
|
||||
cookie_store = "0.20.0"
|
||||
|
||||
|
@@ -34,5 +34,5 @@ url.workspace = true
|
||||
mas-iana = { path = "../iana" }
|
||||
|
||||
[dev-dependencies]
|
||||
insta = { version = "1.31.0" }
|
||||
insta = { version = "1.32.0" }
|
||||
rand_chacha = "0.3.1"
|
||||
|
@@ -32,5 +32,5 @@ mas-iana = { path = "../iana" }
|
||||
mas-jose = { path = "../jose" }
|
||||
|
||||
[dev-dependencies]
|
||||
insta = { version = "1.31.0", features = ["yaml"] }
|
||||
insta = { version = "1.32.0", features = ["yaml"] }
|
||||
rand_chacha = "0.3.1"
|
||||
|
Reference in New Issue
Block a user