You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-07-31 09:24:31 +03:00
Bump insta from 1.23.0 to 1.24.0
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.23.0 to 1.24.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.23.0...1.24.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
3696d94d7d
commit
21ad6dd628
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -2386,9 +2386,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "insta"
|
name = "insta"
|
||||||
version = "1.23.0"
|
version = "1.24.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "e48b08a091dfe5b09a6a9688c468fdd5b4396e92ce09e2eb932f0884b02788a4"
|
checksum = "e965b4a6e9d638d7af8e0bce7f650f4a31bc0f21f4ce891015822a81fac314a9"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"console",
|
"console",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
|
@ -73,7 +73,7 @@ oauth2-types = { path = "../oauth2-types" }
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
indoc = "1.0.8"
|
indoc = "1.0.8"
|
||||||
insta = "1.23.0"
|
insta = "1.24.0"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
# Use the native root certificates
|
# Use the native root certificates
|
||||||
|
@ -32,5 +32,5 @@ url = { version = "2.3.1", features = ["serde"] }
|
|||||||
mas-iana = { path = "../iana" }
|
mas-iana = { path = "../iana" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
insta = { version = "1.23.0" }
|
insta = { version = "1.24.0" }
|
||||||
rand_chacha = "0.3.1"
|
rand_chacha = "0.3.1"
|
||||||
|
@ -32,5 +32,5 @@ mas-iana = { path = "../iana" }
|
|||||||
mas-jose = { path = "../jose" }
|
mas-jose = { path = "../jose" }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
insta = { version = "1.23.0", features = ["yaml"] }
|
insta = { version = "1.24.0", features = ["yaml"] }
|
||||||
rand_chacha = "0.3.1"
|
rand_chacha = "0.3.1"
|
||||||
|
Reference in New Issue
Block a user