Skip to content

Commit

Permalink
chore(deps): bump tonic from 0.12.1 to 0.12.2 (#140)
Browse files Browse the repository at this point in the history
Bumps [tonic](https://github.com/hyperium/tonic) from 0.12.1 to 0.12.2.
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.12.1...v0.12.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 3e7c7dc commit 6b4aa5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 crates/synd_o11y/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ opentelemetry-stdout = ["dep:opentelemetry-stdout", "dep:serde_json"]
insta = { workspace = true, features = ["yaml", "redactions"] }
opentelemetry-proto = { version = "0.7.0", features = ["gen-tonic", "trace", "metrics", "logs", "with-serde"] }
tokio = { workspace = true, features = ["macros", "rt-multi-thread", "sync"] }
tonic = { version = "0.12.1", features = ["transport"] }
tonic = { version = "0.12.2", features = ["transport"] }

[lints]
workspace = true
Expand Down

0 comments on commit 6b4aa5f

Please sign in to comment.