mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 02:49:55 +00:00
chore: Add missing deps
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -9599,6 +9599,7 @@ dependencies = [
|
|||||||
"thiserror 1.0.69",
|
"thiserror 1.0.69",
|
||||||
"tikv-jemalloc-ctl",
|
"tikv-jemalloc-ctl",
|
||||||
"tikv-jemallocator",
|
"tikv-jemallocator",
|
||||||
|
"time",
|
||||||
"tokio",
|
"tokio",
|
||||||
"tokio-stream",
|
"tokio-stream",
|
||||||
"tracing",
|
"tracing",
|
||||||
|
|||||||
@ -96,6 +96,7 @@ ureq = "3.0.12"
|
|||||||
aws-sdk-s3 = "1.93.0"
|
aws-sdk-s3 = "1.93.0"
|
||||||
aws-config = "1.8.0"
|
aws-config = "1.8.0"
|
||||||
rayon = "1.10.0"
|
rayon = "1.10.0"
|
||||||
|
time = "0.3.41"
|
||||||
|
|
||||||
|
|
||||||
[target.'cfg(unix)'.dependencies]
|
[target.'cfg(unix)'.dependencies]
|
||||||
|
|||||||
Reference in New Issue
Block a user