Skip to content

Commit

Permalink
chore: update proptest and nix (#3110)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Nov 8, 2020
1 parent c2e843d commit f1f8c3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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]
Expand Down

0 comments on commit f1f8c3c

Please sign in to comment.