From e2a230d272bb9c24b9cf48769bec458a42759397 Mon Sep 17 00:00:00 2001 From: Kim Altintop Date: Tue, 2 Mar 2021 22:40:15 +0100 Subject: [PATCH] net: Stable quinn 0.7 Finally, we no longer need to track quinn `main`. Signed-off-by: Kim Altintop --- librad/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/librad/Cargo.toml b/librad/Cargo.toml index 624d92a03..de8243c20 100644 --- a/librad/Cargo.toml +++ b/librad/Cargo.toml @@ -94,8 +94,7 @@ version = ">= 0.6, 0" features = ["std", "derive"] [dependencies.quinn] -git = "https://github.com/quinn-rs/quinn" -rev = "05bb6cdd5f53484f538a20da37407ef13faf42e0" +version = "0.7" default-features = false features = ["tls-rustls"]