summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSam Scott <sam.scott89@gmail.com>2018-01-03 22:32:11 +0000
committerSam Scott <sam.scott89@gmail.com>2018-01-03 22:32:11 +0000
commitad90c90352508c0404f270ed40b0f3705dd69717 (patch)
tree15da538da79d6277fd8bbcf36e88b41081996e2a /Cargo.toml
parent93d0f47e2aa0fc31a196726163001e31f4824722 (diff)
Update deps.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2f10a29..dabe626 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,8 +27,8 @@ serde_derive = "1.0.1"
[dev-dependencies]
csv = "0.15"
-rand = "0.3"
-serde_urlencoded = "0.4"
+rand = "0.4"
+serde_urlencoded = "0.5"
[lib]
test = false