From df879f9f746366ee6bd1dc757514e8e73deddc1d Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Mon, 13 May 2024 14:23:39 -0700 Subject: chore: cleanup unused dependencies (#23787) --- ext/crypto/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/crypto') diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml index ae626b1b9..faeb684fb 100644 --- a/ext/crypto/Cargo.toml +++ b/ext/crypto/Cargo.toml @@ -40,6 +40,5 @@ sha1 = { version = "0.10.6", features = ["oid"] } sha2.workspace = true signature.workspace = true spki.workspace = true -tokio.workspace = true uuid.workspace = true x25519-dalek = "2.0.0" -- cgit v1.2.3