From babd92bbae473ed63f44f593bc1ab0ad1bc17761 Mon Sep 17 00:00:00 2001 From: Joel Natividad <1980690+jqnatividad@users.noreply.github.com> Date: Mon, 19 Aug 2024 09:10:04 -0400 Subject: [PATCH] `deps`: remove bincode dependency now that we no longer create binary encoded stats caches --- Cargo.lock | 1 - Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 37f1c44aa..1b0c580e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5149,7 +5149,6 @@ dependencies = [ "assert-json-diff", "atoi_simd 0.16.0", "base62", - "bincode", "byteorder", "bytes", "cached", diff --git a/Cargo.toml b/Cargo.toml index 66a522db4..8718fa589 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,6 @@ anyhow = { version = "1.0", optional = true } arboard = "3.4.0" atoi_simd = "0.16" base62 = { version = "2.0", optional = true } -bincode = "1.3" byteorder = "1.5" bytes = "1" cached = { version = "0.53", features = [