summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
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 27af7a0..47fbf31 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,5 +11,5 @@ slab = "0.4.2"
nix = "0.13"
libc = "0.2"
users = "0.8"
-json = "0.11.13"
-specs = "0.14.3"
+json = "0.12.1"
+specs = { version = "0.15.1", features = ["specs-derive"] }