mirror of
https://github.com/element-hq/matrix-authentication-service.git
synced 2026-05-14 06:05:20 +00:00
build(deps): bump insta from 1.29.0 to 1.30.0
Bumps [insta](https://github.com/mitsuhiko/insta) from 1.29.0 to 1.30.0. - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](https://github.com/mitsuhiko/insta/compare/1.29.0...1.30.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
f584cd5243
commit
16e3208419
Generated
+2
-2
@@ -2800,9 +2800,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "insta"
|
||||
version = "1.29.0"
|
||||
version = "1.30.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9a28d25139df397cbca21408bb742cf6837e04cdbebf1b07b760caf971d6a972"
|
||||
checksum = "28491f7753051e5704d4d0ae7860d45fae3238d7d235bc4289dcd45c48d3cec3"
|
||||
dependencies = [
|
||||
"console",
|
||||
"lazy_static",
|
||||
|
||||
@@ -75,7 +75,7 @@ oauth2-types = { path = "../oauth2-types" }
|
||||
|
||||
[dev-dependencies]
|
||||
indoc = "2.0.1"
|
||||
insta = "1.29.0"
|
||||
insta = "1.30.0"
|
||||
tracing-subscriber = "0.3.17"
|
||||
|
||||
[features]
|
||||
|
||||
@@ -32,5 +32,5 @@ url = { version = "2.4.0", features = ["serde"] }
|
||||
mas-iana = { path = "../iana" }
|
||||
|
||||
[dev-dependencies]
|
||||
insta = { version = "1.29.0" }
|
||||
insta = { version = "1.30.0" }
|
||||
rand_chacha = "0.3.1"
|
||||
|
||||
@@ -31,5 +31,5 @@ mas-iana = { path = "../iana" }
|
||||
mas-jose = { path = "../jose" }
|
||||
|
||||
[dev-dependencies]
|
||||
insta = { version = "1.29.0", features = ["yaml"] }
|
||||
insta = { version = "1.30.0", features = ["yaml"] }
|
||||
rand_chacha = "0.3.1"
|
||||
|
||||
Reference in New Issue
Block a user