From c42258ff66eb4d17d5945a9fcacc4e5b07f8edea Mon Sep 17 00:00:00 2001
From: hozan23 <hozan23@karyontech.net>
Date: Sat, 12 Oct 2024 22:06:35 +0200
Subject: Move the dependencies to the workspace cargo.toml file

---
 net/async_rustls/Cargo.toml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

(limited to 'net/async_rustls')

diff --git a/net/async_rustls/Cargo.toml b/net/async_rustls/Cargo.toml
index 66ac2cc..871f02e 100644
--- a/net/async_rustls/Cargo.toml
+++ b/net/async_rustls/Cargo.toml
@@ -14,6 +14,5 @@ smol = ["futures-rustls"]
 tokio = ["tokio-rustls"]
 
 [dependencies]
-futures-rustls = { version = "0.26.0", optional = true }
-tokio-rustls = { version = "0.26.0", optional = true }
-
+futures-rustls = { workspace = true, optional = true }
+tokio-rustls = { workspace = true, optional = true }
-- 
cgit v1.2.3