Skip to content

Commit

Permalink
Bump tonic-web from 0.10.1 to 0.10.2 (#2114)
Browse files Browse the repository at this point in the history
Bumps [tonic-web](https://github.com/hyperium/tonic) from 0.10.1 to 0.10.2.
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](hyperium/tonic@v0.10.1...v0.10.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 19, 2023
1 parent 4070a8d commit 02f785f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 dozer-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ tonic-reflection = "0.10.0"
Inflector = "0.11.4"
futures-util = "0.3.28"
prost-build = "0.12.0"
tonic-web = "0.10.1"
tonic-web = "0.10.2"
jsonwebtoken = "8.3.0"
tokio-stream = "0.1.12"
async-trait = "0.1.73"
Expand Down
2 changes: 1 addition & 1 deletion dozer-ingestion/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ schema_registry_converter = { version = "3.1.0", features = [
"avro",
], optional = true }
regex = "1"
tonic-web = "0.10.1"
tonic-web = "0.10.2"
tonic-reflection = "0.10.0"
tower-http = { version = "0.4", features = ["full"] }
prost-reflect = { version = "0.12.0", features = ["serde", "text-format"] }
Expand Down

0 comments on commit 02f785f

Please sign in to comment.