From 27b1539384113f1e6043c6d47da98b78cb3dfca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Garillot?= Date: Sat, 13 Jan 2024 11:04:57 -0500 Subject: [PATCH] chore: Remove base64 dependency from Cargo.toml - Removed base64 dependency from the workspace - Eliminated base64 from the members list in Cargo.toml --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0516add24b..11f215fc15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,6 @@ ahash = "0.8.6" anyhow = { workspace = true } anymap = "1.0.0-beta.2" base32ct = { version = "0.2.0", features = ["std"] } -base64 = { workspace = true } base-x = "0.2.11" bellpepper = { workspace = true } bellpepper-core = { workspace = true } @@ -119,7 +118,6 @@ members = ["lurk-macros", "lurk-metrics"] [workspace.dependencies] abomonation = "0.7.3" anyhow = "1.0.72" -base64 = "0.13.1" bellpepper = { git = "https://github.com/lurk-lab/bellpepper", branch = "dev" } bellpepper-core = { git = "https://github.com/lurk-lab/bellpepper", branch = "dev" } bincode = "1.3.3"