Skip to content

Commit af8b4ed

Browse files
committed
Timely v0.25.1
Signed-off-by: Moritz Hoffmann <[email protected]>
1 parent ac67a4a commit af8b4ed

File tree

26 files changed

+35
-35
lines changed

26 files changed

+35
-35
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/adapter-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mz-ore = { path = "../ore" }
1515
mz-repr = { path = "../repr" }
1616
mz-storage-types = { path = "../storage-types" }
1717
serde = "1.0.219"
18-
timely = "0.25.0"
18+
timely = "0.25.1"
1919
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
2020
tracing = "0.1.37"
2121

src/adapter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ serde_plain = "1.0.2"
8686
sha2 = "0.10.9"
8787
smallvec = { version = "1.15.1", features = ["union"] }
8888
static_assertions = "1.1"
89-
timely = "0.25.0"
89+
timely = "0.25.1"
9090
tokio = { version = "1.44.1", features = ["rt", "time"] }
9191
tokio-postgres = { version = "0.7.8" }
9292
tokio-stream = "0.1.17"

src/catalog/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ serde_plain = "1.0.2"
6464
static_assertions = "1.1"
6565
sha2 = "0.10.9"
6666
thiserror = "2.0.17"
67-
timely = "0.25.0"
67+
timely = "0.25.1"
6868
tokio = { version = "1.44.1" }
6969
tracing = "0.1.37"
7070
uuid = "1.18.1"

src/cluster/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ mz-ore = { path = "../ore", features = ["async", "process", "tracing"] }
2121
mz-service = { path = "../service" }
2222
rand = "0.8.5"
2323
regex = "1.11.3"
24-
timely = "0.25.0"
24+
timely = "0.25.1"
2525
tokio = { version = "1.44.1", features = ["fs", "rt", "sync", "net"] }
2626
tracing = "0.1.37"
2727
uuid = "1.18.1"

src/compute-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ prometheus = { version = "0.14.0", default-features = false }
3636
serde = { version = "1.0.219", features = ["derive"] }
3737
serde_json = "1.0.145"
3838
thiserror = "2.0.17"
39-
timely = "0.25.0"
39+
timely = "0.25.1"
4040
tokio = "1.44.1"
4141
tracing = "0.1.37"
4242
uuid = { version = "1.18.1", features = ["serde", "v4"] }

src/compute-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mz-ore = { path = "../ore", features = ["tracing", "metrics"] }
2020
mz-repr = { path = "../repr", features = ["tracing"] }
2121
mz-storage-types = { path = "../storage-types" }
2222
serde = { version = "1.0.219", features = ["derive"] }
23-
timely = "0.25.0"
23+
timely = "0.25.1"
2424
tracing = "0.1.37"
2525
workspace-hack = { version = "0.0.0", path = "../workspace-hack", optional = true }
2626

src/compute/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ prometheus = { version = "0.14.0", default-features = false }
4141
scopeguard = "1.2.0"
4242
serde = { version = "1.0.219", features = ["derive"] }
4343
smallvec = { version = "1.15.1", features = ["serde", "union"] }
44-
timely = "0.25.0"
44+
timely = "0.25.1"
4545
tokio = { version = "1.44.1", features = ["fs", "rt", "sync", "net"] }
4646
tracing = "0.1.37"
4747
uuid = { version = "1.18.1", features = ["serde", "v4"] }

src/controller/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ mz-txn-wal = { path = "../txn-wal" }
3636
regex = "1.11.3"
3737
serde = { version = "1.0.219", features = ["derive"] }
3838
serde_json = "1.0.145"
39-
timely = "0.25.0"
39+
timely = "0.25.1"
4040
tokio = "1.44.1"
4141
tracing = "0.1.37"
4242
uuid = { version = "1.18.1" }

src/durable-cache/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ mz-timely-util = { path = "../timely-util" }
2323
prometheus = { version = "0.14.0", default-features = false }
2424
prost = { version = "0.13.5", features = ["no-recursion-limit"] }
2525
serde = { version = "1.0.219", features = ["derive", "rc"] }
26-
timely = "0.25.0"
26+
timely = "0.25.1"
2727
tokio = { version = "1.44.1", default-features = false, features = ["rt", "rt-multi-thread"] }
2828
tracing = "0.1.37"
2929
uuid = { version = "1.18.1", features = ["v4"] }

0 commit comments

Comments
 (0)