From 5ad8443c8d6d9ed3f9d28ac52af529ceb41d741f Mon Sep 17 00:00:00 2001 From: Vika Date: Wed, 1 Jan 2025 05:42:45 +0300 Subject: Get rid of base64 and hex in favor of data_encoding crate Less dependency duplication = more fun Change-Id: Icbd0497a68fdd5bea3757e3c62c80008b87bce96 --- Cargo.lock | 2 -- 1 file changed, 2 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 66064b3..532723c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1876,7 +1876,6 @@ dependencies = [ "async-trait", "axum", "axum-extra", - "base64 0.22.1", "bytes", "chrono", "clap", @@ -1885,7 +1884,6 @@ dependencies = [ "faker_rand", "futures", "futures-util", - "hex", "html5ever", "http-cache-reqwest", "hyper", -- cgit 1.4.1