Skip to content

Commit

Permalink
build(deps): bump tonic-build from 0.8.4 to 0.11.0
Browse files Browse the repository at this point in the history
Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.8.4 to 0.11.0.
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.8.4...v0.11.0)

---
updated-dependencies:
- dependency-name: tonic-build
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 12, 2024
1 parent 9586d7f commit 3cc1e71
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 45 deletions.
170 changes: 127 additions & 43 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 @@ -37,7 +37,7 @@ serde_json = { version = "1.0", features = ["arbitrary_precision"] }
serde_regex = "1.1.0"
serde_yaml = "0.9.21"
tonic = { version = "0.8.3", features = ["tls-roots", "gzip"] }
tonic-build = { version = "0.8.4", features = ["prost"] }
tonic-build = { version = "0.11.0", features = ["prost"] }
wasmtime = "15.0.1"
wasmparser = "0.118.1"

Expand Down
2 changes: 1 addition & 1 deletion substreams/substreams-trigger-filter/Cargo.toml
100755 → 100644
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.8.4", features = ["prost"] }
tonic-build = { version = "0.11.0", features = ["prost"] }

0 comments on commit 3cc1e71

Please sign in to comment.