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
15
15
async-trait.workspace = true
16
16
axum.workspace = true
17
17
axum-extra.workspace = true
18
- bytes.workspace = true
19
18
chrono.workspace = true
20
19
data-encoding = " 2.6.0"
21
- futures-util.workspace = true
22
20
headers.workspace = true
23
21
http.workspace = true
24
- http-body.workspace = true
25
- http-body-util.workspace = true
26
- hyper-util.workspace = true
27
22
icu_locid = " 1.4.0"
28
23
mime = " 0.3.17"
29
24
rand.workspace = true
30
25
reqwest.workspace = true
31
26
sentry.workspace = true
32
27
serde.workspace = true
33
28
serde_with = " 3.12.0"
34
- serde_urlencoded = " 0.7.1"
35
29
serde_json.workspace = true
36
30
thiserror.workspace = true
37
31
tokio.workspace = true
38
- tower.workspace = true
39
32
tracing.workspace = true
40
33
url.workspace = true
41
34
ulid.workspace = true
Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ console = "0.15.10"
23
23
dialoguer = { version = " 0.11.0" , features = [" fuzzy-select" ] }
24
24
dotenvy = " 0.15.7"
25
25
figment.workspace = true
26
- httpdate = " 1.0.3"
27
- http.workspace = true
28
- http-body.workspace = true
29
26
http-body-util.workspace = true
30
27
hyper.workspace = true
31
28
ipnetwork = " 0.20.0"
@@ -69,20 +66,17 @@ mas-email.workspace = true
69
66
mas-handlers.workspace = true
70
67
mas-http.workspace = true
71
68
mas-i18n.workspace = true
72
- mas-iana.workspace = true
73
69
mas-keystore.workspace = true
74
70
mas-listener.workspace = true
75
71
mas-matrix.workspace = true
76
72
mas-matrix-synapse.workspace = true
77
73
mas-policy.workspace = true
78
74
mas-router.workspace = true
79
- mas-spa.workspace = true
80
75
mas-storage.workspace = true
81
76
mas-storage-pg.workspace = true
82
77
mas-tasks.workspace = true
83
78
mas-templates.workspace = true
84
79
mas-tower.workspace = true
85
- oauth2-types.workspace = true
86
80
87
81
[build-dependencies ]
88
82
anyhow.workspace = true
Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ workspace = true
14
14
[dependencies ]
15
15
tokio.workspace = true
16
16
tracing.workspace = true
17
-
18
- thiserror.workspace = true
19
17
anyhow.workspace = true
20
18
21
19
camino = { workspace = true , features = [" serde1" ] }
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ workspace = true
13
13
14
14
[dependencies ]
15
15
async-trait.workspace = true
16
- headers.workspace = true
17
16
lettre.workspace = true
18
17
thiserror.workspace = true
19
18
tracing.workspace = true
Original file line number Diff line number Diff line change @@ -81,7 +81,6 @@ url.workspace = true
81
81
mime = " 0.3.17"
82
82
minijinja.workspace = true
83
83
minijinja-contrib.workspace = true
84
- nonzero_ext.workspace = true
85
84
rand.workspace = true
86
85
rand_chacha = " 0.3.1"
87
86
headers.workspace = true
@@ -99,7 +98,6 @@ mas-matrix.workspace = true
99
98
mas-oidc-client.workspace = true
100
99
mas-policy.workspace = true
101
100
mas-router.workspace = true
102
- mas-spa.workspace = true
103
101
mas-storage.workspace = true
104
102
mas-storage-pg.workspace = true
105
103
mas-templates.workspace = true
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ async-trait.workspace = true
17
17
camino.workspace = true
18
18
convert_case = " 0.6.0"
19
19
csv = " 1.3.1"
20
- futures-util.workspace = true
21
20
reqwest.workspace = true
22
21
serde.workspace = true
23
22
tokio.workspace = true
Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ serde_with = "3.12.0"
32
32
sha2 = { version = " 0.10.8" , features = [" oid" ] }
33
33
signature = " 2.2.0"
34
34
thiserror.workspace = true
35
- tracing.workspace = true
36
35
url.workspace = true
37
36
38
37
mas-iana.workspace = true
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ workspace = true
15
15
aead = { version = " 0.5.2" , features = [" std" ] }
16
16
const-oid = { version = " 0.9.6" , features = [" std" ] }
17
17
der = { version = " 0.7.9" , features = [" std" ] }
18
- ecdsa = { version = " 0.16.9" , features = [" std" ] }
19
18
elliptic-curve.workspace = true
20
19
k256.workspace = true
21
20
p256.workspace = true
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ futures-util.workspace = true
17
17
http-body.workspace = true
18
18
hyper = { workspace = true , features = [" server" ] }
19
19
hyper-util.workspace = true
20
- libc = " 0.2.169"
21
20
pin-project-lite = " 0.2.16"
22
21
socket2 = " 0.5.8"
23
22
thiserror.workspace = true
You can’t perform that action at this time.
0 commit comments