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 Feb 21, 2024
1 parent 1b48099 commit 02aa5ae
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 44 deletions.
169 changes: 127 additions & 42 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 @@ -26,7 +26,7 @@ license = "MIT OR Apache-2.0"
prost = "0.11.9"
prost-types = "0.11.9"
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 02aa5ae

Please sign in to comment.