Skip to content

Commit 492f1ee

Browse files
committed
build: update protobuf crates to 0.14.1
1 parent fe52316 commit 492f1ee

File tree

2 files changed

+14
-12
lines changed

2 files changed

+14
-12
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ insta = "1.42.2"
5252
itertools = "0.14.0"
5353
jsonrpsee = { version = "0.24.0", features = ["http-client", "tracing"] }
5454
prometheus = "0.13.3"
55-
prost = "0.13.4"
56-
prost-types = "0.13.3"
55+
prost = "0.14.1"
56+
prost-types = "0.14.1"
5757
ractor = { version = "0.15.7", features = [
5858
"async-trait",
5959
"tokio_runtime",
@@ -107,8 +107,8 @@ thegraph-graphql-http = { version = "0.3.2", features = ["reqwest"] }
107107
thiserror = "2.0.12"
108108
tokio = "1.40"
109109
tokio-test = "0.4.4"
110-
tonic = { version = "0.13.0", features = ["tls-native-roots", "gzip"] }
111-
tonic-build = "0.13.0"
110+
tonic = { version = "0.14.1", features = ["tls-native-roots", "gzip"] }
111+
tonic-build = "0.14.1"
112112
tower-service = "0.3.3"
113113
tower-test = "0.4.0"
114114
tracing = { version = "0.1.40", default-features = false }

0 commit comments

Comments
 (0)