Skip to content

Update tonic requirement from 0.5 to 0.6 in /dione-server

hfurmans requested to merge dependabot/cargo/dione-server/tonic-0.6 into master

Created by: dependabot[bot]

Updates the requirements on tonic to permit the latest version.

Changelog

Sourced from tonic's changelog.

0.6.0 (2021-10-25)

Breaking changes

  • tonic: Remove Sync requirement for streams (#804) (23c1392)
  • tonic: change connect_lazy to be infallible (#712) (2e47154)
  • build: split path types in compile (#721) (53ecc1f)
  • Update prost and friends to 0.9 (#791) (09805ec)

Bug Fixes

  • build: Correctly convert Empty to () (#734) (ff6a690)
  • tonic: fix extensions disappearing during streaming requests (5c1bb90), closes #770
  • tonic: Status code to set correct source on unkown error (#799) (4054d61)
  • transport: AddOrigin panic on invalid uri (#801) (3ab00f3)
  • transport: Correctly map hyper errors (#629) (4947b07)
  • tonic: compression: handle compression flag but no header (#763)

Features

  • build: Support prost's include_file option (#774) (3f9ab80)
  • health, reflection: make rustfmt dependency optional (#785)

0.5.2 (2021-08-10)

0.5.1 (2021-08-09)

Features

Bug Fixes

  • build: remove unnecessary Debug constraint for client streams (#719) (167e8cb), closes #718
  • build: allow services to be named Service (#709) (380d81d), closes #676

0.5.0 (2021-07-08)

This release includes a new crate tonic-web which is versioned at 0.1 and supports accepting grpc-web!

Breaking changes

  • prost bumped to 0.8.
  • BoxBody was removed in favor of the version provided in http-body.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Merge request reports