rustls update

This commit is contained in:
Christien Rioux
2023-10-15 12:48:03 -04:00
parent edd2ec20ba
commit 5757a5badf
3 changed files with 16 additions and 7 deletions

View File

@@ -12,6 +12,7 @@ resolver = "2"
[patch.crates-io]
cursive = { git = "https://gitlab.com/veilid/cursive.git" }
cursive_core = { git = "https://gitlab.com/veilid/cursive.git" }
async-tls = { git = "https://github.com/async-rs/async-tls", rev = "c58588a" }
# For local development
# keyvaluedb = { path = "../keyvaluedb/keyvaluedb" }