chore(deps): update rust crate rustls to v0.23.21

This commit is contained in:
renovate[bot] 2025-01-15 00:02:53 +00:00 committed by GitHub
parent 9dd058de60
commit dc421e4ee5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,6 @@ features = [
"const_generics", "const_generics",
"const_new", "const_new",
"serde", "serde",
"union",
"write", "write",
] ]
@ -243,7 +242,6 @@ features = [
"time", "time",
"rt-multi-thread", "rt-multi-thread",
"io-util", "io-util",
"tracing",
] ]
[workspace.dependencies.tokio-metrics] [workspace.dependencies.tokio-metrics]
@ -336,7 +334,7 @@ version = "0.1.2"
[workspace.dependencies.ruma] [workspace.dependencies.ruma]
git = "https://github.com/girlbossceo/ruwuma" git = "https://github.com/girlbossceo/ruwuma"
#branch = "conduwuit-changes" #branch = "conduwuit-changes"
rev = "c4f55b39900b33b2d443dd12a6a2dab50961fdfb" rev = "a204cb56dbc20f72a1cbd0e9d6c827bbfd4082f2"
features = [ features = [
"compat", "compat",
"rand", "rand",
@ -352,6 +350,7 @@ features = [
"compat-upload-signatures", "compat-upload-signatures",
"identifiers-validation", "identifiers-validation",
"unstable-unspecified", "unstable-unspecified",
"unstable-msc2409",
"unstable-msc2448", "unstable-msc2448",
"unstable-msc2666", "unstable-msc2666",
"unstable-msc2867", "unstable-msc2867",
@ -367,7 +366,6 @@ features = [
"unstable-msc4121", "unstable-msc4121",
"unstable-msc4125", "unstable-msc4125",
"unstable-msc4186", "unstable-msc4186",
"unstable-msc4203", # sending to-device events to appservices
"unstable-msc4210", # remove legacy mentions "unstable-msc4210", # remove legacy mentions
"unstable-extensible-events", "unstable-extensible-events",
] ]
@ -495,15 +493,6 @@ version = "1.0.89"
[workspace.dependencies.bytesize] [workspace.dependencies.bytesize]
version = "1.3.0" 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 # Patches
# #
@ -530,18 +519,6 @@ rev = "ccc4fbd8238c2d5ba354e61ec17ac610af11401d"
git = "https://github.com/girlbossceo/rustyline-async" git = "https://github.com/girlbossceo/rustyline-async"
rev = "deaeb0694e2083f53d363b648da06e10fc13900c" 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 # Our crates
# #