Update repo URL
Update proptest requirement from 0.10 to 1.0 (#28) Updates the requirements on [proptest](https://github.com/altsysrq/proptest) to permit the latest version. - [Release notes](https://github.com/altsysrq/proptest/releases) - [Changelog](https://github.com/AltSysrq/proptest/blob/master/CHANGELOG.md) - [Commits](https://github.com/altsysrq/proptest/compare/0.10.0...1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump to tokio 1.0, bump version
Bump version for cutting with updated dependencies
Update tokio/tokio-util
Update proptest requirement from 0.9 to 0.10 (#20) Updates the requirements on [proptest](https://github.com/altsysrq/proptest) to permit the latest version. - [Release notes](https://github.com/altsysrq/proptest/releases) - [Changelog](https://github.com/AltSysrq/proptest/blob/master/CHANGELOG.md) - [Commits](https://github.com/altsysrq/proptest/commits) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Ignore Cargo.lock
Cargo update and specify major versions only
Bump tokio from 0.2.10 to 0.2.11 (#18) Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.10 to 0.2.11. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.2.10...tokio-0.2.11) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bump bytes from 0.5.3 to 0.5.4 (#17) Bumps [bytes](https://github.com/tokio-rs/bytes) from 0.5.3 to 0.5.4. - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/bytes/compare/v0.5.3...v0.5.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bump tokio from 0.2.9 to 0.2.10 (#16) Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.9 to 0.2.10. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.2.9...tokio-0.2.10) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bump proptest from 0.9.4 to 0.9.5 (#15) Bumps [proptest](https://github.com/altsysrq/proptest) from 0.9.4 to 0.9.5. - [Release notes](https://github.com/altsysrq/proptest/releases) - [Changelog](https://github.com/AltSysrq/proptest/blob/master/CHANGELOG.md) - [Commits](https://github.com/altsysrq/proptest/compare/0.9.4...0.9.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bump tokio from 0.2.8 to 0.2.9 (#14) Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.8 to 0.2.9. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.2.8...tokio-0.2.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bump tokio from 0.2.6 to 0.2.8 (#13) Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.6 to 0.2.8. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.2.6...tokio-0.2.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Fix 'doesnt crash' decoding tests: actually pass in the data
Enable building all targets/examples
Bump tokio from 0.2.5 to 0.2.6 (#12) Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.5 to 0.2.6. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.2.5...tokio-0.2.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bump tokio from 0.2.4 to 0.2.5 (#11) Bumps [tokio](https://github.com/tokio-rs/tokio) from 0.2.4 to 0.2.5. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-0.2.4...tokio-0.2.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Bump bytes from 0.5.2 to 0.5.3 (#10) * Bump bytes from 0.5.2 to 0.5.3 Bumps [bytes](https://github.com/tokio-rs/bytes) from 0.5.2 to 0.5.3. - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/bytes/compare/v0.5.2...v0.5.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> * Fix build error: switch to advance()
Tokio 0.2 (#9) * Bump to Tokio 0.2: codec moved under tokio-utils, broken bytes API * Fix examples