aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-08-01 09:41:18 -0700
committerAlex Crichton <alex@alexcrichton.com>2016-08-01 09:41:18 -0700
commit4a732faf89a104109ba8bf1323e9e3cc8898c979 (patch)
treef798998e122b4849a1f6d75e29f782a66b3a79f2
parent6f0354526fe367110b967a8e4a3c88b20048498b (diff)
downloadmilf-rs-4a732faf89a104109ba8bf1323e9e3cc8898c979.tar.gz
milf-rs-4a732faf89a104109ba8bf1323e9e3cc8898c979.zip
Update serde-tests Cargo.lock
-rw-r--r--serde-tests/Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/serde-tests/Cargo.lock b/serde-tests/Cargo.lock
index a402684..1892990 100644
--- a/serde-tests/Cargo.lock
+++ b/serde-tests/Cargo.lock
@@ -4,7 +4,7 @@ version = "0.1.0"
dependencies = [
"serde 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_codegen 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "toml 0.1.30",
+ "toml 0.2.0",
]
[[package]]
@@ -147,7 +147,7 @@ dependencies = [
[[package]]
name = "toml"
-version = "0.1.30"
+version = "0.2.0"
dependencies = [
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",