trim unused dependencies in member crates
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
eb5556e74e
commit
100c6f572b
5 changed files with 0 additions and 18 deletions
9
Cargo.lock
generated
9
Cargo.lock
generated
|
@ -612,14 +612,9 @@ dependencies = [
|
||||||
"clap",
|
"clap",
|
||||||
"conduit_api",
|
"conduit_api",
|
||||||
"conduit_core",
|
"conduit_core",
|
||||||
"conduit_database",
|
|
||||||
"conduit_service",
|
"conduit_service",
|
||||||
"futures-util",
|
|
||||||
"log",
|
"log",
|
||||||
"loole",
|
|
||||||
"regex",
|
|
||||||
"ruma",
|
"ruma",
|
||||||
"serde",
|
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"serde_yaml",
|
"serde_yaml",
|
||||||
"tokio",
|
"tokio",
|
||||||
|
@ -654,7 +649,6 @@ dependencies = [
|
||||||
"serde_html_form",
|
"serde_html_form",
|
||||||
"serde_json",
|
"serde_json",
|
||||||
"sha-1",
|
"sha-1",
|
||||||
"thiserror",
|
|
||||||
"tokio",
|
"tokio",
|
||||||
"tracing",
|
"tracing",
|
||||||
"webpage",
|
"webpage",
|
||||||
|
@ -706,7 +700,6 @@ version = "0.4.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"conduit_core",
|
"conduit_core",
|
||||||
"log",
|
"log",
|
||||||
"ruma",
|
|
||||||
"rust-rocksdb-uwu",
|
"rust-rocksdb-uwu",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tracing",
|
"tracing",
|
||||||
|
@ -724,14 +717,12 @@ dependencies = [
|
||||||
"conduit_admin",
|
"conduit_admin",
|
||||||
"conduit_api",
|
"conduit_api",
|
||||||
"conduit_core",
|
"conduit_core",
|
||||||
"conduit_database",
|
|
||||||
"conduit_service",
|
"conduit_service",
|
||||||
"http 1.1.0",
|
"http 1.1.0",
|
||||||
"http-body-util",
|
"http-body-util",
|
||||||
"hyper 1.4.0",
|
"hyper 1.4.0",
|
||||||
"hyper-util",
|
"hyper-util",
|
||||||
"log",
|
"log",
|
||||||
"regex",
|
|
||||||
"ruma",
|
"ruma",
|
||||||
"sd-notify",
|
"sd-notify",
|
||||||
"sentry",
|
"sentry",
|
||||||
|
|
|
@ -29,15 +29,10 @@ release_max_log_level = [
|
||||||
clap.workspace = true
|
clap.workspace = true
|
||||||
conduit-api.workspace = true
|
conduit-api.workspace = true
|
||||||
conduit-core.workspace = true
|
conduit-core.workspace = true
|
||||||
conduit-database.workspace = true
|
|
||||||
conduit-service.workspace = true
|
conduit-service.workspace = true
|
||||||
futures-util.workspace = true
|
|
||||||
log.workspace = true
|
log.workspace = true
|
||||||
loole.workspace = true
|
|
||||||
regex.workspace = true
|
|
||||||
ruma.workspace = true
|
ruma.workspace = true
|
||||||
serde_json.workspace = true
|
serde_json.workspace = true
|
||||||
serde.workspace = true
|
|
||||||
serde_yaml.workspace = true
|
serde_yaml.workspace = true
|
||||||
tokio.workspace = true
|
tokio.workspace = true
|
||||||
tracing-subscriber.workspace = true
|
tracing-subscriber.workspace = true
|
||||||
|
|
|
@ -56,7 +56,6 @@ serde_html_form.workspace = true
|
||||||
serde_json.workspace = true
|
serde_json.workspace = true
|
||||||
serde.workspace = true
|
serde.workspace = true
|
||||||
sha-1.workspace = true
|
sha-1.workspace = true
|
||||||
thiserror.workspace = true
|
|
||||||
tokio.workspace = true
|
tokio.workspace = true
|
||||||
tracing.workspace = true
|
tracing.workspace = true
|
||||||
webpage.workspace = true
|
webpage.workspace = true
|
||||||
|
|
|
@ -37,7 +37,6 @@ zstd_compression = [
|
||||||
[dependencies]
|
[dependencies]
|
||||||
conduit-core.workspace = true
|
conduit-core.workspace = true
|
||||||
log.workspace = true
|
log.workspace = true
|
||||||
ruma.workspace = true
|
|
||||||
rust-rocksdb.workspace = true
|
rust-rocksdb.workspace = true
|
||||||
tokio.workspace = true
|
tokio.workspace = true
|
||||||
tracing.workspace = true
|
tracing.workspace = true
|
||||||
|
|
|
@ -54,7 +54,6 @@ axum.workspace = true
|
||||||
conduit-admin.workspace = true
|
conduit-admin.workspace = true
|
||||||
conduit-api.workspace = true
|
conduit-api.workspace = true
|
||||||
conduit-core.workspace = true
|
conduit-core.workspace = true
|
||||||
conduit-database.workspace = true
|
|
||||||
conduit-service.workspace = true
|
conduit-service.workspace = true
|
||||||
log.workspace = true
|
log.workspace = true
|
||||||
tokio.workspace = true
|
tokio.workspace = true
|
||||||
|
@ -65,7 +64,6 @@ http-body-util.workspace = true
|
||||||
http.workspace = true
|
http.workspace = true
|
||||||
hyper.workspace = true
|
hyper.workspace = true
|
||||||
hyper-util.workspace = true
|
hyper-util.workspace = true
|
||||||
regex.workspace = true
|
|
||||||
ruma.workspace = true
|
ruma.workspace = true
|
||||||
sentry.optional = true
|
sentry.optional = true
|
||||||
sentry-tower.optional = true
|
sentry-tower.optional = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue