Update serde-test toml version

This commit is contained in:
Alex Crichton 2016-05-12 13:39:42 -07:00
parent 6b0761fcce
commit a8223490c2

View file

@ -5,7 +5,7 @@ dependencies = [
"serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "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)", "syntex 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
"toml 0.1.28", "toml 0.1.29",
] ]
[[package]] [[package]]
@ -115,7 +115,7 @@ dependencies = [
[[package]] [[package]]
name = "toml" name = "toml"
version = "0.1.28" version = "0.1.29"
dependencies = [ dependencies = [
"rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",