Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Bump the dev-dependencies group with 7 updates (#193)
* chore: Bump the dev-dependencies group with 7 updates Bumps the dev-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [async-recursion](https://github.com/dcchut/async-recursion) | `1.0.4` | `1.0.5` | | [tonic-reflection](https://github.com/hyperium/tonic) | `0.9.2` | `0.10.0` | | [regex](https://github.com/rust-lang/regex) | `1.9.4` | `1.9.5` | | [serde_json](https://github.com/serde-rs/json) | `1.0.105` | `1.0.107` | | [base64](https://github.com/marshallpierce/rust-base64) | `0.21.3` | `0.21.4` | | [bollard](https://github.com/fussybeaver/bollard) | `0.14.0` | `0.15.0` | | [bytes](https://github.com/tokio-rs/bytes) | `1.4.0` | `1.5.0` | Updates `async-recursion` from 1.0.4 to 1.0.5 - [Release notes](https://github.com/dcchut/async-recursion/releases) - [Commits](dcchut/async-recursion@v1.0.4...v1.0.5) Updates `tonic-reflection` from 0.9.2 to 0.10.0 - [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md) - [Commits](hyperium/tonic@v0.9.2...v0.10.0) Updates `regex` from 1.9.4 to 1.9.5 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.9.4...1.9.5) Updates `serde_json` from 1.0.105 to 1.0.107 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.105...v1.0.107) Updates `base64` from 0.21.3 to 0.21.4 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.21.3...v0.21.4) Updates `bollard` from 0.14.0 to 0.15.0 - [Release notes](https://github.com/fussybeaver/bollard/releases) - [Commits](fussybeaver/bollard@v0.14.0...v0.15.0) Updates `bytes` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.4.0...v1.5.0) --- updated-dependencies: - dependency-name: async-recursion dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: tonic-reflection dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: bollard dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * Update prost and tonic versions --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Devin Kelley <[email protected]>
- Loading branch information