Remove unused dependencies
This commit is contained in:
38
Cargo.lock
generated
38
Cargo.lock
generated
@@ -3105,15 +3105,10 @@ dependencies = [
|
||||
"async-trait",
|
||||
"axum",
|
||||
"axum-extra",
|
||||
"bytes",
|
||||
"chrono",
|
||||
"data-encoding",
|
||||
"futures-util",
|
||||
"headers",
|
||||
"http",
|
||||
"http-body",
|
||||
"http-body-util",
|
||||
"hyper-util",
|
||||
"icu_locid",
|
||||
"mas-data-model",
|
||||
"mas-http",
|
||||
@@ -3129,11 +3124,9 @@ dependencies = [
|
||||
"sentry",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_urlencoded",
|
||||
"serde_with",
|
||||
"thiserror 2.0.9",
|
||||
"tokio",
|
||||
"tower",
|
||||
"tracing",
|
||||
"ulid",
|
||||
"url",
|
||||
@@ -3152,10 +3145,7 @@ dependencies = [
|
||||
"dialoguer",
|
||||
"dotenvy",
|
||||
"figment",
|
||||
"http",
|
||||
"http-body",
|
||||
"http-body-util",
|
||||
"httpdate",
|
||||
"hyper",
|
||||
"ipnetwork",
|
||||
"itertools 0.13.0",
|
||||
@@ -3166,20 +3156,17 @@ dependencies = [
|
||||
"mas-handlers",
|
||||
"mas-http",
|
||||
"mas-i18n",
|
||||
"mas-iana",
|
||||
"mas-keystore",
|
||||
"mas-listener",
|
||||
"mas-matrix",
|
||||
"mas-matrix-synapse",
|
||||
"mas-policy",
|
||||
"mas-router",
|
||||
"mas-spa",
|
||||
"mas-storage",
|
||||
"mas-storage-pg",
|
||||
"mas-tasks",
|
||||
"mas-templates",
|
||||
"mas-tower",
|
||||
"oauth2-types",
|
||||
"opentelemetry",
|
||||
"opentelemetry-http",
|
||||
"opentelemetry-jaeger-propagator",
|
||||
@@ -3237,7 +3224,6 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"serde_with",
|
||||
"thiserror 2.0.9",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"ulid",
|
||||
@@ -3270,7 +3256,6 @@ name = "mas-email"
|
||||
version = "0.12.0"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"headers",
|
||||
"lettre",
|
||||
"mas-templates",
|
||||
"thiserror 2.0.9",
|
||||
@@ -3314,14 +3299,12 @@ dependencies = [
|
||||
"mas-oidc-client",
|
||||
"mas-policy",
|
||||
"mas-router",
|
||||
"mas-spa",
|
||||
"mas-storage",
|
||||
"mas-storage-pg",
|
||||
"mas-templates",
|
||||
"mime",
|
||||
"minijinja",
|
||||
"minijinja-contrib",
|
||||
"nonzero_ext",
|
||||
"oauth2-types",
|
||||
"opentelemetry",
|
||||
"opentelemetry-semantic-conventions",
|
||||
@@ -3428,7 +3411,6 @@ dependencies = [
|
||||
"camino",
|
||||
"convert_case",
|
||||
"csv",
|
||||
"futures-util",
|
||||
"reqwest",
|
||||
"serde",
|
||||
"tokio",
|
||||
@@ -3463,7 +3445,6 @@ dependencies = [
|
||||
"sha2",
|
||||
"signature",
|
||||
"thiserror 2.0.9",
|
||||
"tracing",
|
||||
"url",
|
||||
]
|
||||
|
||||
@@ -3476,7 +3457,6 @@ dependencies = [
|
||||
"chacha20poly1305",
|
||||
"const-oid",
|
||||
"der",
|
||||
"ecdsa",
|
||||
"elliptic-curve",
|
||||
"generic-array",
|
||||
"insta",
|
||||
@@ -3506,7 +3486,6 @@ dependencies = [
|
||||
"http-body",
|
||||
"hyper",
|
||||
"hyper-util",
|
||||
"libc",
|
||||
"pin-project-lite",
|
||||
"rustls-pemfile",
|
||||
"socket2",
|
||||
@@ -3527,10 +3506,7 @@ version = "0.12.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
"http",
|
||||
"serde",
|
||||
"tokio",
|
||||
"url",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -3540,14 +3516,11 @@ dependencies = [
|
||||
"anyhow",
|
||||
"async-trait",
|
||||
"http",
|
||||
"mas-axum-utils",
|
||||
"mas-http",
|
||||
"mas-matrix",
|
||||
"reqwest",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"thiserror 2.0.9",
|
||||
"tower",
|
||||
"tracing",
|
||||
"url",
|
||||
"urlencoding",
|
||||
@@ -3575,8 +3548,6 @@ dependencies = [
|
||||
"mime",
|
||||
"oauth2-types",
|
||||
"p256",
|
||||
"pem-rfc7468",
|
||||
"pkcs8",
|
||||
"rand",
|
||||
"rand_chacha",
|
||||
"reqwest",
|
||||
@@ -3633,7 +3604,6 @@ version = "0.12.0"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"chrono",
|
||||
"cron",
|
||||
"futures-util",
|
||||
"mas-data-model",
|
||||
"mas-iana",
|
||||
@@ -3667,7 +3637,6 @@ dependencies = [
|
||||
"rand_chacha",
|
||||
"sea-query",
|
||||
"sea-query-binder",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"sqlx",
|
||||
"thiserror 2.0.9",
|
||||
@@ -3682,12 +3651,9 @@ name = "mas-tasks"
|
||||
version = "0.12.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"async-stream",
|
||||
"async-trait",
|
||||
"chrono",
|
||||
"cron",
|
||||
"event-listener 5.3.1",
|
||||
"futures-lite",
|
||||
"mas-data-model",
|
||||
"mas-email",
|
||||
"mas-i18n",
|
||||
@@ -3696,7 +3662,6 @@ dependencies = [
|
||||
"mas-storage",
|
||||
"mas-storage-pg",
|
||||
"mas-templates",
|
||||
"mas-tower",
|
||||
"opentelemetry",
|
||||
"opentelemetry-semantic-conventions",
|
||||
"rand",
|
||||
@@ -3707,11 +3672,9 @@ dependencies = [
|
||||
"thiserror 2.0.9",
|
||||
"tokio",
|
||||
"tokio-util",
|
||||
"tower",
|
||||
"tracing",
|
||||
"tracing-opentelemetry",
|
||||
"ulid",
|
||||
"url",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -4014,7 +3977,6 @@ dependencies = [
|
||||
"assert_matches",
|
||||
"chrono",
|
||||
"data-encoding",
|
||||
"http",
|
||||
"language-tags",
|
||||
"mas-iana",
|
||||
"mas-jose",
|
||||
|
||||
@@ -15,15 +15,10 @@ workspace = true
|
||||
async-trait.workspace = true
|
||||
axum.workspace = true
|
||||
axum-extra.workspace = true
|
||||
bytes.workspace = true
|
||||
chrono.workspace = true
|
||||
data-encoding = "2.6.0"
|
||||
futures-util.workspace = true
|
||||
headers.workspace = true
|
||||
http.workspace = true
|
||||
http-body.workspace = true
|
||||
http-body-util.workspace = true
|
||||
hyper-util.workspace = true
|
||||
icu_locid = "1.4.0"
|
||||
mime = "0.3.17"
|
||||
rand.workspace = true
|
||||
@@ -31,11 +26,9 @@ reqwest.workspace = true
|
||||
sentry.workspace = true
|
||||
serde.workspace = true
|
||||
serde_with = "3.12.0"
|
||||
serde_urlencoded = "0.7.1"
|
||||
serde_json.workspace = true
|
||||
thiserror.workspace = true
|
||||
tokio.workspace = true
|
||||
tower.workspace = true
|
||||
tracing.workspace = true
|
||||
url.workspace = true
|
||||
ulid.workspace = true
|
||||
|
||||
@@ -23,9 +23,6 @@ console = "0.15.10"
|
||||
dialoguer = { version = "0.11.0", features = ["fuzzy-select"] }
|
||||
dotenvy = "0.15.7"
|
||||
figment.workspace = true
|
||||
httpdate = "1.0.3"
|
||||
http.workspace = true
|
||||
http-body.workspace = true
|
||||
http-body-util.workspace = true
|
||||
hyper.workspace = true
|
||||
ipnetwork = "0.20.0"
|
||||
@@ -69,20 +66,17 @@ mas-email.workspace = true
|
||||
mas-handlers.workspace = true
|
||||
mas-http.workspace = true
|
||||
mas-i18n.workspace = true
|
||||
mas-iana.workspace = true
|
||||
mas-keystore.workspace = true
|
||||
mas-listener.workspace = true
|
||||
mas-matrix.workspace = true
|
||||
mas-matrix-synapse.workspace = true
|
||||
mas-policy.workspace = true
|
||||
mas-router.workspace = true
|
||||
mas-spa.workspace = true
|
||||
mas-storage.workspace = true
|
||||
mas-storage-pg.workspace = true
|
||||
mas-tasks.workspace = true
|
||||
mas-templates.workspace = true
|
||||
mas-tower.workspace = true
|
||||
oauth2-types.workspace = true
|
||||
|
||||
[build-dependencies]
|
||||
anyhow.workspace = true
|
||||
|
||||
@@ -14,8 +14,6 @@ workspace = true
|
||||
[dependencies]
|
||||
tokio.workspace = true
|
||||
tracing.workspace = true
|
||||
|
||||
thiserror.workspace = true
|
||||
anyhow.workspace = true
|
||||
|
||||
camino = { workspace = true, features = ["serde1"] }
|
||||
|
||||
@@ -13,7 +13,6 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
async-trait.workspace = true
|
||||
headers.workspace = true
|
||||
lettre.workspace = true
|
||||
thiserror.workspace = true
|
||||
tracing.workspace = true
|
||||
|
||||
@@ -81,7 +81,6 @@ url.workspace = true
|
||||
mime = "0.3.17"
|
||||
minijinja.workspace = true
|
||||
minijinja-contrib.workspace = true
|
||||
nonzero_ext.workspace = true
|
||||
rand.workspace = true
|
||||
rand_chacha = "0.3.1"
|
||||
headers.workspace = true
|
||||
@@ -99,7 +98,6 @@ mas-matrix.workspace = true
|
||||
mas-oidc-client.workspace = true
|
||||
mas-policy.workspace = true
|
||||
mas-router.workspace = true
|
||||
mas-spa.workspace = true
|
||||
mas-storage.workspace = true
|
||||
mas-storage-pg.workspace = true
|
||||
mas-templates.workspace = true
|
||||
|
||||
@@ -17,7 +17,6 @@ async-trait.workspace = true
|
||||
camino.workspace = true
|
||||
convert_case = "0.6.0"
|
||||
csv = "1.3.1"
|
||||
futures-util.workspace = true
|
||||
reqwest.workspace = true
|
||||
serde.workspace = true
|
||||
tokio.workspace = true
|
||||
|
||||
@@ -32,7 +32,6 @@ serde_with = "3.12.0"
|
||||
sha2 = { version = "0.10.8", features = ["oid"] }
|
||||
signature = "2.2.0"
|
||||
thiserror.workspace = true
|
||||
tracing.workspace = true
|
||||
url.workspace = true
|
||||
|
||||
mas-iana.workspace = true
|
||||
|
||||
@@ -15,7 +15,6 @@ workspace = true
|
||||
aead = { version = "0.5.2", features = ["std"] }
|
||||
const-oid = { version = "0.9.6", features = ["std"] }
|
||||
der = { version = "0.7.9", features = ["std"] }
|
||||
ecdsa = { version = "0.16.9", features = ["std"] }
|
||||
elliptic-curve.workspace = true
|
||||
k256.workspace = true
|
||||
p256.workspace = true
|
||||
|
||||
@@ -17,7 +17,6 @@ futures-util.workspace = true
|
||||
http-body.workspace = true
|
||||
hyper = { workspace = true, features = ["server"] }
|
||||
hyper-util.workspace = true
|
||||
libc = "0.2.169"
|
||||
pin-project-lite = "0.2.16"
|
||||
socket2 = "0.5.8"
|
||||
thiserror.workspace = true
|
||||
|
||||
@@ -17,13 +17,10 @@ async-trait.workspace = true
|
||||
http.workspace = true
|
||||
reqwest.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
thiserror.workspace = true
|
||||
tower.workspace = true
|
||||
tracing.workspace = true
|
||||
url.workspace = true
|
||||
urlencoding = "2.1.3"
|
||||
|
||||
mas-axum-utils.workspace = true
|
||||
mas-http.workspace = true
|
||||
mas-matrix.workspace = true
|
||||
|
||||
@@ -13,8 +13,5 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
serde.workspace = true
|
||||
async-trait.workspace = true
|
||||
http.workspace = true
|
||||
tokio.workspace = true
|
||||
url.workspace = true
|
||||
|
||||
@@ -12,7 +12,6 @@ repository.workspace = true
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
http.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
language-tags = { version = "0.3.2", features = ["serde"] }
|
||||
|
||||
@@ -21,8 +21,6 @@ headers.workspace = true
|
||||
http.workspace = true
|
||||
language-tags = "0.3.2"
|
||||
mime = "0.3.17"
|
||||
pem-rfc7468.workspace = true
|
||||
pkcs8.workspace = true
|
||||
p256.workspace = true
|
||||
rand.workspace = true
|
||||
reqwest.workspace = true
|
||||
|
||||
@@ -17,7 +17,6 @@ sqlx.workspace = true
|
||||
sea-query.workspace = true
|
||||
sea-query-binder.workspace = true
|
||||
chrono.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
thiserror.workspace = true
|
||||
tracing.workspace = true
|
||||
|
||||
@@ -14,7 +14,6 @@ workspace = true
|
||||
[dependencies]
|
||||
async-trait.workspace = true
|
||||
chrono.workspace = true
|
||||
cron.workspace = true
|
||||
futures-util.workspace = true
|
||||
opentelemetry.workspace = true
|
||||
rand_core = "0.6.4"
|
||||
|
||||
@@ -13,25 +13,20 @@ workspace = true
|
||||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
async-stream = "0.3.6"
|
||||
async-trait.workspace = true
|
||||
cron.workspace = true
|
||||
chrono.workspace = true
|
||||
event-listener = "5.3.1"
|
||||
futures-lite = "2.5.0"
|
||||
rand.workspace = true
|
||||
rand_chacha = "0.3.1"
|
||||
sqlx.workspace = true
|
||||
thiserror.workspace = true
|
||||
tokio.workspace = true
|
||||
tokio-util.workspace = true
|
||||
tower.workspace = true
|
||||
tracing.workspace = true
|
||||
tracing-opentelemetry.workspace = true
|
||||
opentelemetry.workspace = true
|
||||
opentelemetry-semantic-conventions.workspace = true
|
||||
ulid.workspace = true
|
||||
url.workspace = true
|
||||
serde.workspace = true
|
||||
serde_json.workspace = true
|
||||
|
||||
@@ -43,4 +38,3 @@ mas-router.workspace = true
|
||||
mas-storage.workspace = true
|
||||
mas-storage-pg.workspace = true
|
||||
mas-templates.workspace = true
|
||||
mas-tower.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user