Fix packages will be rejected by a future version of the rust

This commit is contained in:
2023-03-13 11:09:49 +00:00
committed by GitHub
parent a0baaa081a
commit 953766b6b4
2 changed files with 3 additions and 3 deletions

View File

@@ -60,6 +60,7 @@ server = ["async-trait", "base64", "db", "hex", "hyper", "multipart", "openssl"]
ugoira = ["avdict", "bindgen", "cmake", "link-cplusplus"]
[patch.crates-io]
buf_redux = { git = "https://github.com/lifegpc/buf_redux" }
openssl = { git = "https://github.com/lifegpc/rust-openssl" }
openssl-sys = { git = "https://github.com/lifegpc/rust-openssl" }
native-tls = { git = "https://github.com/lifegpc/rust-native-tls" }