Skip to content

Commit 2bc9fd7

Browse files
chore(deps): update tonic crates
1 parent 434a8b5 commit 2bc9fd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ thegraph-graphql-http = { version = "0.3.2", features = ["reqwest"] }
9494
thiserror = "1.0.49"
9595
tokio = "1.40"
9696
tokio-test = "0.4.4"
97-
tonic = { version = "0.12.3", features = ["tls-roots", "gzip"] }
98-
tonic-build = "0.12.3"
97+
tonic = { version = "0.13.0", features = ["tls-roots", "gzip"] }
98+
tonic-build = "0.13.0"
9999
tower-service = "0.3.3"
100100
tower-test = "0.4.0"
101101
tracing = { version = "0.1.40", default-features = false }

0 commit comments

Comments
 (0)