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 indoc from 1.0.7 to 1.0.8
Bumps [indoc](https://github.com/dtolnay/indoc) from 1.0.7 to 1.0.8. - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](https://github.com/dtolnay/indoc/compare/1.0.7...1.0.8) --- updated-dependencies: - dependency-name: indoc 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
01a7febee2
commit
a6e7cb0b22
@ -55,7 +55,7 @@ mas-templates = { path = "../templates" }
|
||||
oauth2-types = { path = "../oauth2-types" }
|
||||
|
||||
[dev-dependencies]
|
||||
indoc = "1.0.7"
|
||||
indoc = "1.0.8"
|
||||
|
||||
[features]
|
||||
default = ["jaeger", "zipkin", "webpki-roots", "policy-cache"]
|
||||
|
@ -29,7 +29,7 @@ rustls-pemfile = "1.0.1"
|
||||
rand = "0.8.5"
|
||||
rand_chacha = "0.3.1"
|
||||
|
||||
indoc = "1.0.7"
|
||||
indoc = "1.0.8"
|
||||
|
||||
mas-jose = { path = "../jose" }
|
||||
mas-keystore = { path = "../keystore" }
|
||||
|
@ -72,7 +72,7 @@ mas-templates = { path = "../templates" }
|
||||
oauth2-types = { path = "../oauth2-types" }
|
||||
|
||||
[dev-dependencies]
|
||||
indoc = "1.0.7"
|
||||
indoc = "1.0.8"
|
||||
insta = "1.23.0"
|
||||
|
||||
[features]
|
||||
|
@ -12,7 +12,7 @@ serde_json = "1.0.89"
|
||||
language-tags = { version = "0.3.2", features = ["serde"] }
|
||||
url = { version = "2.3.1", features = ["serde"] }
|
||||
parse-display = "0.7.0"
|
||||
indoc = "1.0.7"
|
||||
indoc = "1.0.8"
|
||||
serde_with = { version = "2.1.0", features = ["chrono"] }
|
||||
chrono = "0.4.23"
|
||||
sha2 = "0.10.6"
|
||||
|
Reference in New Issue
Block a user