File tree Expand file tree Collapse file tree 17 files changed +0
-77
lines changed Expand file tree Collapse file tree 17 files changed +0
-77
lines changed Original file line number Diff line number Diff line change @@ -15,27 +15,20 @@ workspace = true
1515async-trait.workspace = true
1616axum.workspace = true
1717axum-extra.workspace = true
18- bytes.workspace = true
1918chrono.workspace = true
2019data-encoding = " 2.6.0"
21- futures-util.workspace = true
2220headers.workspace = true
2321http.workspace = true
24- http-body.workspace = true
25- http-body-util.workspace = true
26- hyper-util.workspace = true
2722icu_locid = " 1.4.0"
2823mime = " 0.3.17"
2924rand.workspace = true
3025reqwest.workspace = true
3126sentry.workspace = true
3227serde.workspace = true
3328serde_with = " 3.12.0"
34- serde_urlencoded = " 0.7.1"
3529serde_json.workspace = true
3630thiserror.workspace = true
3731tokio.workspace = true
38- tower.workspace = true
3932tracing.workspace = true
4033url.workspace = true
4134ulid.workspace = true
Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ console = "0.15.10"
2323dialoguer = { version = " 0.11.0" , features = [" fuzzy-select" ] }
2424dotenvy = " 0.15.7"
2525figment.workspace = true
26- httpdate = " 1.0.3"
27- http.workspace = true
28- http-body.workspace = true
2926http-body-util.workspace = true
3027hyper.workspace = true
3128ipnetwork = " 0.20.0"
@@ -69,20 +66,17 @@ mas-email.workspace = true
6966mas-handlers.workspace = true
7067mas-http.workspace = true
7168mas-i18n.workspace = true
72- mas-iana.workspace = true
7369mas-keystore.workspace = true
7470mas-listener.workspace = true
7571mas-matrix.workspace = true
7672mas-matrix-synapse.workspace = true
7773mas-policy.workspace = true
7874mas-router.workspace = true
79- mas-spa.workspace = true
8075mas-storage.workspace = true
8176mas-storage-pg.workspace = true
8277mas-tasks.workspace = true
8378mas-templates.workspace = true
8479mas-tower.workspace = true
85- oauth2-types.workspace = true
8680
8781[build-dependencies ]
8882anyhow.workspace = true
Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ workspace = true
1414[dependencies ]
1515tokio.workspace = true
1616tracing.workspace = true
17-
18- thiserror.workspace = true
1917anyhow.workspace = true
2018
2119camino = { workspace = true , features = [" serde1" ] }
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ workspace = true
1313
1414[dependencies ]
1515async-trait.workspace = true
16- headers.workspace = true
1716lettre.workspace = true
1817thiserror.workspace = true
1918tracing.workspace = true
Original file line number Diff line number Diff line change @@ -81,7 +81,6 @@ url.workspace = true
8181mime = " 0.3.17"
8282minijinja.workspace = true
8383minijinja-contrib.workspace = true
84- nonzero_ext.workspace = true
8584rand.workspace = true
8685rand_chacha = " 0.3.1"
8786headers.workspace = true
@@ -99,7 +98,6 @@ mas-matrix.workspace = true
9998mas-oidc-client.workspace = true
10099mas-policy.workspace = true
101100mas-router.workspace = true
102- mas-spa.workspace = true
103101mas-storage.workspace = true
104102mas-storage-pg.workspace = true
105103mas-templates.workspace = true
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ async-trait.workspace = true
1717camino.workspace = true
1818convert_case = " 0.6.0"
1919csv = " 1.3.1"
20- futures-util.workspace = true
2120reqwest.workspace = true
2221serde.workspace = true
2322tokio.workspace = true
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ serde_with = "3.12.0"
3232sha2 = { version = " 0.10.8" , features = [" oid" ] }
3333signature = " 2.2.0"
3434thiserror.workspace = true
35- tracing.workspace = true
3635url.workspace = true
3736
3837mas-iana.workspace = true
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ workspace = true
1515aead = { version = " 0.5.2" , features = [" std" ] }
1616const-oid = { version = " 0.9.6" , features = [" std" ] }
1717der = { version = " 0.7.9" , features = [" std" ] }
18- ecdsa = { version = " 0.16.9" , features = [" std" ] }
1918elliptic-curve.workspace = true
2019k256.workspace = true
2120p256.workspace = true
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ futures-util.workspace = true
1717http-body.workspace = true
1818hyper = { workspace = true , features = [" server" ] }
1919hyper-util.workspace = true
20- libc = " 0.2.169"
2120pin-project-lite = " 0.2.16"
2221socket2 = " 0.5.8"
2322thiserror.workspace = true
You can’t perform that action at this time.
0 commit comments