From dc421e4ee5b96c584fb41e2805e6b39566067573 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 00:02:53 +0000 Subject: [PATCH] chore(deps): update rust crate rustls to v0.23.21 --- Cargo.toml | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 76acda80..cb2ab916 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,6 @@ features = [ "const_generics", "const_new", "serde", - "union", "write", ] @@ -243,7 +242,6 @@ features = [ "time", "rt-multi-thread", "io-util", - "tracing", ] [workspace.dependencies.tokio-metrics] @@ -336,7 +334,7 @@ version = "0.1.2" [workspace.dependencies.ruma] git = "https://github.com/girlbossceo/ruwuma" #branch = "conduwuit-changes" -rev = "c4f55b39900b33b2d443dd12a6a2dab50961fdfb" +rev = "a204cb56dbc20f72a1cbd0e9d6c827bbfd4082f2" features = [ "compat", "rand", @@ -352,6 +350,7 @@ features = [ "compat-upload-signatures", "identifiers-validation", "unstable-unspecified", + "unstable-msc2409", "unstable-msc2448", "unstable-msc2666", "unstable-msc2867", @@ -367,7 +366,6 @@ features = [ "unstable-msc4121", "unstable-msc4125", "unstable-msc4186", - "unstable-msc4203", # sending to-device events to appservices "unstable-msc4210", # remove legacy mentions "unstable-extensible-events", ] @@ -495,15 +493,6 @@ version = "1.0.89" [workspace.dependencies.bytesize] version = "1.3.0" -[workspace.dependencies.core_affinity] -version = "0.8.1" - -[workspace.dependencies.libc] -version = "0.2" - -[workspace.dependencies.num-traits] -version = "0.2" - # # Patches # @@ -530,18 +519,6 @@ rev = "ccc4fbd8238c2d5ba354e61ec17ac610af11401d" git = "https://github.com/girlbossceo/rustyline-async" rev = "deaeb0694e2083f53d363b648da06e10fc13900c" -# adds LIFO queue scheduling; this should be updated with PR progress. -[patch.crates-io.event-listener] -git = "https://github.com/girlbossceo/event-listener" -rev = "fe4aebeeaae435af60087ddd56b573a2e0be671d" -[patch.crates-io.async-channel] -git = "https://github.com/girlbossceo/async-channel" -rev = "92e5e74063bf2a3b10414bcc8a0d68b235644280" - -[patch.crates-io.core_affinity] -git = "https://github.com/girlbossceo/core_affinity_rs" -rev = "9c8e51510c35077df888ee72a36b4b05637147da" - # # Our crates #