~nickbp/tokio-scgi

18923e791db583f289cb7a58947af5e54ea546a5 — dependabot-preview[bot] 2 years ago bcf2992
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>
1 files changed, 1 insertions(+), 1 deletions(-)

M Cargo.toml
M Cargo.toml => Cargo.toml +1 -1
@@ 20,4 20,4 @@ tokio = { version = "1.0", features = ["io-util", "macros", "net", "rt-multi-thr
tokio-util = { version = "0.6", features = ["codec"] }

[dev-dependencies]
proptest = "0.10"
proptest = "1.0"