chore: Add missing deps

This commit is contained in:
sprites0
2025-07-01 03:17:19 +00:00
parent c3fb631ce4
commit 670088392f
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@ -9599,6 +9599,7 @@ dependencies = [
"thiserror 1.0.69",
"tikv-jemalloc-ctl",
"tikv-jemallocator",
"time",
"tokio",
"tokio-stream",
"tracing",

View File

@ -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]