summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2019-09-21 16:46:45 +0000
committerGitHub <noreply@github.com>2019-09-21 16:46:45 +0000
commitac5de6b1a91f09851f3b2b46fd5b85a63167247e (patch)
tree1abd4556bf35a92a1b9bf04e0c576b3c26213310
parent762990a68f71b93263e9063b75ac199858ce2713 (diff)
parent6613e50a4e9c7b30f2fb447f6cc418e6f2b48a71 (diff)
downloadnix-ac5de6b1a91f09851f3b2b46fd5b85a63167247e.zip
Merge #1126
1126: Relax some dependency versions r=asomers a=atouchet The minimum supported Rust version was bumped in #1108 so these restrictions are no longer necessary. Co-authored-by: Alex Touchet <alextouchet@outlook.com>
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ec0ded87..3a1341ee 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,8 +27,8 @@ cc = "1"
[dev-dependencies]
bytes = "0.4.8"
lazy_static = "1.2"
-rand = ">= 0.6, < 0.7"
-tempfile = ">= 3.0.5, < 3.0.9"
+rand = "0.6"
+tempfile = "3.0.5"
[target.'cfg(any(target_os = "android", target_os = "linux"))'.dev-dependencies]
caps = "0.3.1"