@@ -24,25 +24,19 @@ vergen = { version = "8.1.3", features = ["build", "git", "gitcl"] }
24
24
anyhow = { workspace = true }
25
25
as_variant = { workspace = true }
26
26
async-compat = " 0.2.1"
27
- base64 = " 0.22"
28
27
eyeball-im = { workspace = true }
29
28
extension-trait = " 1.0.1"
30
- futures-core = { workspace = true }
31
29
futures-util = { workspace = true }
32
30
matrix-sdk-ui = { workspace = true , features = [" e2e-encryption" , " uniffi" , " experimental-room-list-with-unified-invites" ] }
33
31
mime = " 0.3.16"
34
32
once_cell = { workspace = true }
35
- opentelemetry = " 0.22.0"
36
- opentelemetry_sdk = { version = " 0.22.0" , features = [" rt-tokio" ] }
37
- opentelemetry-otlp = { version = " 0.15.0" , features = [" tokio" , " reqwest-client" , " http-proto" ] }
38
33
ruma = { workspace = true , features = [" html" , " unstable-unspecified" , " unstable-msc3488" , " compat-unset-avatar" , " unstable-msc3245-v1-compat" ] }
39
34
sanitize-filename-reader-friendly = " 2.2.1"
40
35
serde = { workspace = true }
41
36
serde_json = { workspace = true }
42
37
thiserror = { workspace = true }
43
38
tracing = { workspace = true }
44
39
tracing-core = { workspace = true }
45
- tracing-opentelemetry = " 0.23.0"
46
40
tracing-subscriber = { version = " 0.3" , features = [" env-filter" ] }
47
41
tracing-appender = { version = " 0.2.2" }
48
42
tokio = { version = " 1" , features = [" rt-multi-thread" , " macros" ] }
0 commit comments