Merge remote-tracking branch 'origin/main' into alexey/execution-cache-fixed-cache

This commit is contained in:
Alexey Shekhirin
2025-12-19 14:35:20 +00:00
committed by Alexey Shekhirin
3 changed files with 3 additions and 0 deletions

1
Cargo.lock generated
View File

@@ -8441,6 +8441,7 @@ dependencies = [
"metrics",
"metrics-util",
"mini-moka",
"moka",
"parking_lot",
"proptest",
"rand 0.8.5",

View File

@@ -589,6 +589,7 @@ zstd = "0.13"
byteorder = "1"
mini-moka = "0.10"
fixed-cache = "0.1.1"
moka = "0.12"
tar-no-std = { version = "0.3.2", default-features = false }
miniz_oxide = { version = "0.8.4", default-features = false }
chrono = "0.4.41"

View File

@@ -53,6 +53,7 @@ thiserror.workspace = true
tokio = { workspace = true, features = ["rt", "rt-multi-thread", "sync", "macros"] }
mini-moka = { workspace = true, features = ["sync"] }
fixed-cache.workspace = true
moka = { workspace = true, features = ["sync"] }
smallvec.workspace = true
# metrics