Skip to content

Commit 9247885

Browse files
committed
Remove unused dependencies
1 parent 41fca68 commit 9247885

File tree

17 files changed

+0
-77
lines changed

17 files changed

+0
-77
lines changed

Cargo.lock

Lines changed: 0 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/axum-utils/Cargo.toml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,27 +15,20 @@ workspace = true
1515
async-trait.workspace = true
1616
axum.workspace = true
1717
axum-extra.workspace = true
18-
bytes.workspace = true
1918
chrono.workspace = true
2019
data-encoding = "2.6.0"
21-
futures-util.workspace = true
2220
headers.workspace = true
2321
http.workspace = true
24-
http-body.workspace = true
25-
http-body-util.workspace = true
26-
hyper-util.workspace = true
2722
icu_locid = "1.4.0"
2823
mime = "0.3.17"
2924
rand.workspace = true
3025
reqwest.workspace = true
3126
sentry.workspace = true
3227
serde.workspace = true
3328
serde_with = "3.12.0"
34-
serde_urlencoded = "0.7.1"
3529
serde_json.workspace = true
3630
thiserror.workspace = true
3731
tokio.workspace = true
38-
tower.workspace = true
3932
tracing.workspace = true
4033
url.workspace = true
4134
ulid.workspace = true

crates/cli/Cargo.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ console = "0.15.10"
2323
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
2424
dotenvy = "0.15.7"
2525
figment.workspace = true
26-
httpdate = "1.0.3"
27-
http.workspace = true
28-
http-body.workspace = true
2926
http-body-util.workspace = true
3027
hyper.workspace = true
3128
ipnetwork = "0.20.0"
@@ -69,20 +66,17 @@ mas-email.workspace = true
6966
mas-handlers.workspace = true
7067
mas-http.workspace = true
7168
mas-i18n.workspace = true
72-
mas-iana.workspace = true
7369
mas-keystore.workspace = true
7470
mas-listener.workspace = true
7571
mas-matrix.workspace = true
7672
mas-matrix-synapse.workspace = true
7773
mas-policy.workspace = true
7874
mas-router.workspace = true
79-
mas-spa.workspace = true
8075
mas-storage.workspace = true
8176
mas-storage-pg.workspace = true
8277
mas-tasks.workspace = true
8378
mas-templates.workspace = true
8479
mas-tower.workspace = true
85-
oauth2-types.workspace = true
8680

8781
[build-dependencies]
8882
anyhow.workspace = true

crates/config/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ workspace = true
1414
[dependencies]
1515
tokio.workspace = true
1616
tracing.workspace = true
17-
18-
thiserror.workspace = true
1917
anyhow.workspace = true
2018

2119
camino = { workspace = true, features = ["serde1"] }

crates/email/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ workspace = true
1313

1414
[dependencies]
1515
async-trait.workspace = true
16-
headers.workspace = true
1716
lettre.workspace = true
1817
thiserror.workspace = true
1918
tracing.workspace = true

crates/handlers/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ url.workspace = true
8181
mime = "0.3.17"
8282
minijinja.workspace = true
8383
minijinja-contrib.workspace = true
84-
nonzero_ext.workspace = true
8584
rand.workspace = true
8685
rand_chacha = "0.3.1"
8786
headers.workspace = true
@@ -99,7 +98,6 @@ mas-matrix.workspace = true
9998
mas-oidc-client.workspace = true
10099
mas-policy.workspace = true
101100
mas-router.workspace = true
102-
mas-spa.workspace = true
103101
mas-storage.workspace = true
104102
mas-storage-pg.workspace = true
105103
mas-templates.workspace = true

crates/iana-codegen/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ async-trait.workspace = true
1717
camino.workspace = true
1818
convert_case = "0.6.0"
1919
csv = "1.3.1"
20-
futures-util.workspace = true
2120
reqwest.workspace = true
2221
serde.workspace = true
2322
tokio.workspace = true

crates/jose/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ serde_with = "3.12.0"
3232
sha2 = { version = "0.10.8", features = ["oid"] }
3333
signature = "2.2.0"
3434
thiserror.workspace = true
35-
tracing.workspace = true
3635
url.workspace = true
3736

3837
mas-iana.workspace = true

crates/keystore/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ workspace = true
1515
aead = { version = "0.5.2", features = ["std"] }
1616
const-oid = { version = "0.9.6", features = ["std"] }
1717
der = { version = "0.7.9", features = ["std"] }
18-
ecdsa = { version = "0.16.9", features = ["std"] }
1918
elliptic-curve.workspace = true
2019
k256.workspace = true
2120
p256.workspace = true

crates/listener/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ futures-util.workspace = true
1717
http-body.workspace = true
1818
hyper = { workspace = true, features = ["server"] }
1919
hyper-util.workspace = true
20-
libc = "0.2.169"
2120
pin-project-lite = "0.2.16"
2221
socket2 = "0.5.8"
2322
thiserror.workspace = true

0 commit comments

Comments
 (0)