diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 2fc376d913..3714a5b1d1 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -68,7 +68,7 @@ tokio = { workspace = true, features = [ ] } # caching -foyer = { version = "0.17.2", optional = true, features = ["serde"] } +foyer = { version = "0.20.0", optional = true, features = ["serde"] } tempfile = { version = "3.19.1", optional = true } # other deps (these should be organized and pulled into workspace.dependencies as necessary)