mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-14 19:05:22 +00:00
build(deps): bump insta from 1.24.0 to 1.24.1
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.24.0 to 1.24.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/compare/1.24.0...1.24.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:
committed by
Quentin Gliech
parent
56741fb35c
commit
fb222c7dec
Generated
+2
-2
@@ -2401,9 +2401,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "insta"
|
||||
version = "1.24.0"
|
||||
version = "1.24.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e965b4a6e9d638d7af8e0bce7f650f4a31bc0f21f4ce891015822a81fac314a9"
|
||||
checksum = "eb5686bd8e9239eabe90bb30a0c341bffd6fdc177fb556708f2cb792bf00352d"
|
||||
dependencies = [
|
||||
"console",
|
||||
"lazy_static",
|
||||
|
||||
@@ -73,7 +73,7 @@ oauth2-types = { path = "../oauth2-types" }
|
||||
|
||||
[dev-dependencies]
|
||||
indoc = "1.0.8"
|
||||
insta = "1.24.0"
|
||||
insta = "1.24.1"
|
||||
|
||||
[features]
|
||||
# Use the native root certificates
|
||||
|
||||
@@ -32,5 +32,5 @@ url = { version = "2.3.1", features = ["serde"] }
|
||||
mas-iana = { path = "../iana" }
|
||||
|
||||
[dev-dependencies]
|
||||
insta = { version = "1.24.0" }
|
||||
insta = { version = "1.24.1" }
|
||||
rand_chacha = "0.3.1"
|
||||
|
||||
@@ -32,5 +32,5 @@ mas-iana = { path = "../iana" }
|
||||
mas-jose = { path = "../jose" }
|
||||
|
||||
[dev-dependencies]
|
||||
insta = { version = "1.24.0", features = ["yaml"] }
|
||||
insta = { version = "1.24.1", features = ["yaml"] }
|
||||
rand_chacha = "0.3.1"
|
||||
|
||||
Reference in New Issue
Block a user