Skip to content

Commit 8cc95a4

Browse files
build(deps): bump tonic-build from 0.11.0 to 0.12.3
Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.11.0 to 0.12.3. - [Release notes](https://github.com/hyperium/tonic/releases) - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.11.0...v0.12.3) --- updated-dependencies: - dependency-name: tonic-build dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fbb4589 commit 8cc95a4

File tree

3 files changed

+43
-10
lines changed

3 files changed

+43
-10
lines changed

Cargo.lock

Lines changed: 41 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ test-store = { path = "./store/test-store" }
6363
thiserror = "1.0.25"
6464
tokio = { version = "1.38.0", features = ["full"] }
6565
tonic = { version = "0.11.0", features = ["tls-roots", "gzip"] }
66-
tonic-build = { version = "0.11.0", features = ["prost"] }
66+
tonic-build = { version = "0.12.3", features = ["prost"] }
6767
tower-http = { version = "0.5.2", features = ["cors"] }
6868
wasmparser = "0.118.1"
6969
wasmtime = "15.0.1"

substreams/substreams-trigger-filter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ substreams-near-core = "0.10.1"
1818
trigger-filters.path = "../trigger-filters"
1919

2020
[build-dependencies]
21-
tonic-build = { version = "0.11.0", features = ["prost"] }
21+
tonic-build = { version = "0.12.3", features = ["prost"] }

0 commit comments

Comments
 (0)