From 670088392f7ba8638b45f04a8ec4b7b495ae2dd8 Mon Sep 17 00:00:00 2001 From: sprites0 <199826320+sprites0@users.noreply.github.com> Date: Tue, 1 Jul 2025 03:17:19 +0000 Subject: [PATCH] chore: Add missing deps --- Cargo.lock | 1 + Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index f8fb3323a..da428e8a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9599,6 +9599,7 @@ dependencies = [ "thiserror 1.0.69", "tikv-jemalloc-ctl", "tikv-jemallocator", + "time", "tokio", "tokio-stream", "tracing", diff --git a/Cargo.toml b/Cargo.toml index 5c245ef01..157933e3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -96,6 +96,7 @@ ureq = "3.0.12" aws-sdk-s3 = "1.93.0" aws-config = "1.8.0" rayon = "1.10.0" +time = "0.3.41" [target.'cfg(unix)'.dependencies]