summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Leckey <ryan@launchbadge.com>2017-06-03 01:22:33 -0700
committerRyan Leckey <ryan@launchbadge.com>2017-06-03 01:22:33 -0700
commit0a478cf075cc93ede4f631a5be4502e2da2f0cf7 (patch)
tree2ecfe12f7c21c8a61db6ccdf6596a79f521bf18b
parent5eef2539557b9d4eec72c7053457bf3025a3989e (diff)
:up:
-rw-r--r--Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b238ca6..c077840 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -15,12 +15,12 @@ json = ["serde_json"]
yaml = ["yaml-rust"]
[dependencies]
-serde = "^0.9"
-nom = "^2.1"
+serde = "^1.0.8"
+nom = "^3.0.0"
-toml = { version = "^0.3", optional = true }
-serde_json = { version = "^0.9", optional = true }
+toml = { version = "^0.4.1", optional = true }
+serde_json = { version = "^1.0.2", optional = true }
yaml-rust = { version = "^0.3.5", optional = true }
[dev-dependencies]
-serde_derive = "^0.9"
+serde_derive = "^1.0.8"