about summary refs log tree commit diff
path: root/tvix/castore/Cargo.toml
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2024-10-13T15·47+0300
committerclbot <clbot@tvl.fyi>2024-10-17T21·57+0000
commitf0d594789ee01df43de50198adef91a11e2a355a (patch)
tree61433eed589427d500f824cef3053a62537d154c /tvix/castore/Cargo.toml
parentcdbdd2d04ecb2675f9c1d7ded7d99ad3a483b6fc (diff)
refactor(tvix/castore): remove remaining lazy_static usage r/8824
Change-Id: I86480cf625a457c4aa8153262f829d34c230b084
Co-authored-by: edef <edef@edef.eu>
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12613
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: edef <edef@edef.eu>
Diffstat (limited to 'tvix/castore/Cargo.toml')
-rw-r--r--tvix/castore/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tvix/castore/Cargo.toml b/tvix/castore/Cargo.toml
index 5fdcba62febb..0799b471c34f 100644
--- a/tvix/castore/Cargo.toml
+++ b/tvix/castore/Cargo.toml
@@ -14,7 +14,6 @@ data-encoding = { workspace = true }
 digest = { workspace = true }
 fastcdc = { workspace = true, features = ["tokio"] }
 futures = { workspace = true }
-lazy_static = { workspace = true }
 object_store = { workspace = true, features = ["http"] }
 parking_lot = { workspace = true }
 pin-project-lite = { workspace = true }