diff --git a/Cargo.toml b/Cargo.toml index 39a95241a..63e8f27d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ resolver = "2" [workspace.dependencies] differential-dataflow = { path = "differential-dataflow", default-features = false, version = "0.16.1" } -timely = { version = "0.22", default-features = false } +timely = { version = "0.23", default-features = false } columnar = { version = "0.10", default-features = false } #timely = { path = "../timely-dataflow/timely/", default-features = false }