aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ab2c9ca..6ec0165 100644
--- a/serde-tests/Cargo.lock
+++ b/serde-tests/Cargo.lock
@@ -5,7 +5,7 @@ dependencies = [
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_codegen 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
"syntex 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "toml 0.1.28",
+ "toml 0.1.29",
]
[[package]]
@@ -115,7 +115,7 @@ dependencies = [
[[package]]
name = "toml"
-version = "0.1.28"
+version = "0.1.29"
dependencies = [
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",