summaryrefslogtreecommitdiffstats
path: root/tokio
diff options
context:
space:
mode:
authorTaiki Endo <te316e89@gmail.com>2020-11-08 20:47:44 +0900
committerGitHub <noreply@github.com>2020-11-08 20:47:44 +0900
commitf1f8c3cde6857c89ce46b9961e77a7b55172d2df (patch)
tree4527ceba2437e5e117cc354c2eb0e09f03738479 /tokio
parentc2e843d9286e88f1d4be7a950ff36bb494a85f0c (diff)
chore: update proptest and nix (#3110)
Diffstat (limited to 'tokio')
-rw-r--r--tokio/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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]