Skip to content

Commit

Permalink
build(deps): bump tonic-build from 0.11.0 to 0.12.3
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent fbb4589 commit 8cc95a4
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 10 deletions.
49 changes: 41 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ test-store = { path = "./store/test-store" }
thiserror = "1.0.25"
tokio = { version = "1.38.0", features = ["full"] }
tonic = { version = "0.11.0", features = ["tls-roots", "gzip"] }
tonic-build = { version = "0.11.0", features = ["prost"] }
tonic-build = { version = "0.12.3", features = ["prost"] }
tower-http = { version = "0.5.2", features = ["cors"] }
wasmparser = "0.118.1"
wasmtime = "15.0.1"
Expand Down
2 changes: 1 addition & 1 deletion substreams/substreams-trigger-filter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ substreams-near-core = "0.10.1"
trigger-filters.path = "../trigger-filters"

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

0 comments on commit 8cc95a4

Please sign in to comment.