try to reland rustls without breaking linux arm builders See: - #24197 - #24138 Release Notes: - N/A
This commit is contained in:
parent
e506efa9bf
commit
9114ca973c
5 changed files with 98 additions and 47 deletions
|
@ -474,7 +474,7 @@ runtimelib = { version = "0.25.0", default-features = false, features = [
|
|||
rustc-demangle = "0.1.23"
|
||||
rust-embed = { version = "8.4", features = ["include-exclude"] }
|
||||
rustc-hash = "2.1.0"
|
||||
rustls = "0.21.12"
|
||||
rustls = { version = "0.23.22" }
|
||||
rustls-native-certs = "0.8.0"
|
||||
schemars = { version = "0.8", features = ["impl_json_schema", "indexmap2"] }
|
||||
semver = "1.0"
|
||||
|
@ -618,6 +618,7 @@ features = [
|
|||
# TODO livekit https://github.com/RustAudio/cpal/pull/891
|
||||
[patch.crates-io]
|
||||
cpal = { git = "https://github.com/zed-industries/cpal", rev = "fd8bc2fd39f1f5fdee5a0690656caff9a26d9d50" }
|
||||
real-async-tls = { git = "https://github.com/zed-industries/async-tls", rev = "1e759a4b5e370f87dc15e40756ac4f8815b61d9d", package = "async-tls"}
|
||||
|
||||
[profile.dev]
|
||||
split-debuginfo = "unpacked"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue