diff options
author | Vika <vika@fireburn.ru> | 2025-01-01 05:42:45 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2025-01-01 07:08:33 +0300 |
commit | 5ad8443c8d6d9ed3f9d28ac52af529ceb41d741f (patch) | |
tree | 5d6dd326abd9cd135652e68fc893c2a95486a798 /Cargo.lock | |
parent | df509eadc9aecef605194b7c97c5fb02bf928b79 (diff) | |
download | kittybox-5ad8443c8d6d9ed3f9d28ac52af529ceb41d741f.tar.zst |
Get rid of base64 and hex in favor of data_encoding crate
Less dependency duplication = more fun Change-Id: Icbd0497a68fdd5bea3757e3c62c80008b87bce96
Diffstat (limited to 'Cargo.lock')
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 0 insertions, 2 deletions
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", |