Update tonic-build requirement from 0.5.1 to 0.6.0 in /dione-server
Created by: dependabot[bot]
Updates the requirements on tonic-build to permit the latest version.
Changelog
Sourced from tonic-build'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
- health: Expose grpc_health_v1 file descriptor set (#620) (167e8cb), closes #619
- tonic: derive
Clone
forRouterService
(#714) (#714) (0a06603)- transport: Add
Connected
impl forDuplexStream
(#722) (#722) (0e33a02)Bug Fixes
- build: remove unnecessary
Debug
constraint for client streams (#719) (167e8cb), closes #718- build: allow services to be named
Service
(#709) (380d81d), closes #6760.5.0 (2021-07-08)
This release includes a new crate
tonic-web
which is versioned at0.1
and supports acceptinggrpc-web
!Breaking changes
prost
bumped to0.8
.BoxBody
was removed in favor of the version provided inhttp-body
.
... (truncated)
Commits
-
2fe7131
chore: Prepare0.6.0
release (#811) -
23c1392
fix(tonic): RemoveSync
requirement for streams (#804) -
1f3df8d
chore: Upgrade to 2021 edition (#808) -
cc2b163
chore: Update intra doc link lint name (#805) -
bbcacd0
chore: Fix routeguide example warning (#807) -
3ab00f3
fix(transport): AddOrigin panic on invalid uri (#801) -
ff6a690
fix(build): Correctly convertEmpty
to()
(#734) -
4947b07
fix(transport): Correctly map hyper errors (#629) -
2e47154
fix(tonic): changeconnect_lazy
to be infallible (#712) -
53ecc1f
fix(build): split path types in compile (#721) - Additional commits viewable in compare view
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)