From f1f8c3cde6857c89ce46b9961e77a7b55172d2df Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sun, 8 Nov 2020 20:47:44 +0900 Subject: chore: update proptest and nix (#3110) --- tokio/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tokio') diff --git a/tokio/Cargo.toml b/tokio/Cargo.toml index d1dbda19..62bd6726 100644 --- a/tokio/Cargo.toml +++ b/tokio/Cargo.toml @@ -110,7 +110,7 @@ signal-hook-registry = { version = "1.1.1", optional = true } [target.'cfg(unix)'.dev-dependencies] libc = { version = "0.2.42" } -nix = { version = "0.18.0" } +nix = { version = "0.19.0" } [target.'cfg(windows)'.dependencies.winapi] version = "0.3.8" @@ -120,7 +120,7 @@ optional = true [dev-dependencies] tokio-test = { version = "0.3.0", path = "../tokio-test" } futures = { version = "0.3.0", features = ["async-await"] } -proptest = "0.9.4" +proptest = "0.10.0" tempfile = "3.1.0" [target.'cfg(loom)'.dev-dependencies] -- cgit v1.2.3