Skip to content

Commit ed80559

Browse files
committed
build: update axum to latest along with tonic
Signed-off-by: Joseph Livesey <[email protected]>
1 parent daa96cc commit ed80559

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repository = "https://github.com/semiotic-ai/timeline-aggregation-protocol"
1919
anyhow = { version = "1.0.98" }
2020
anymap3 = "1.0.1"
2121
async-trait = "0.1.88"
22-
axum = { version = "0.7.5", features = [
22+
axum = { version = "0.8.3", features = [
2323
"http1",
2424
"json",
2525
"matched-path",
@@ -49,6 +49,6 @@ tap_graph = { version = "0.2.1", path = "../tap_graph", features = ["v2"] }
4949
thegraph-core = "0.12.0"
5050
thiserror = "2.0.12"
5151
tokio = { version = "1.44.2", features = ["macros", "signal"] }
52-
tonic = { version = "0.12.3", features = ["transport", "zstd"] }
52+
tonic = { version = "0.13.0", features = ["transport", "zstd"] }
5353
tower = { version = "0.5.2", features = ["util", "steer"] }
5454
tracing-subscriber = "0.3.19"

tap_aggregator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tower.workspace = true
3636
tracing-subscriber.workspace = true
3737

3838
[build-dependencies]
39-
tonic-build = "0.12.3"
39+
tonic-build = "0.13.0"
4040

4141
[dev-dependencies]
4242
rand.workspace = true

0 commit comments

Comments
 (0)