From d71d2effe65dc73879b7a0a2c7d32ee51a9c27c3 Mon Sep 17 00:00:00 2001 From: Dave Hrycyszyn Date: Fri, 24 Jan 2020 16:29:41 +0000 Subject: [PATCH] topology: removing base64 crate --- Cargo.lock | 1 - common/topology/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5f15a91993..f3fa287c2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2427,7 +2427,6 @@ name = "topology" version = "0.1.0" dependencies = [ "addressing", - "base64 0.11.0", "bs58", "itertools", "log", diff --git a/common/topology/Cargo.toml b/common/topology/Cargo.toml index dcebcd6796..d7d1b45501 100644 --- a/common/topology/Cargo.toml +++ b/common/topology/Cargo.toml @@ -7,7 +7,6 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -base64 = "0.11.0" bs58 = "0.3.0" itertools = "0.8.2" log = "0.4"