distributed 1.6.2

CQRS/ES framework for Rust using Plain Old Rust Structs — append-only events, replay, snapshots, outbox, service bus, and pluggable infrastructure
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
### What's changed in v1.6.2

* fix(deps): update tonic monorepo to 0.14 (#65) (by @renovate[bot])

  * fix(deps): update tonic monorepo to 0.14

  * fix: use tonic prost codec

  ---------

  Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  Co-authored-by: Patrick Lee Scott <pat@patscott.io>


See full diff: [v1.6.1...v1.6.2](https://github.com/hops-ops/distributed/compare/v1.6.1...v1.6.2)