Update toml dep in serde-tests

This commit is contained in:
Alex Crichton 2016-01-25 16:57:56 -08:00
parent b644d9577f
commit 67ddadf504

View file

@ -5,7 +5,7 @@ dependencies = [
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_codegen 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
"syntex 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
"toml 0.1.25",
"toml 0.1.26",
]
[[package]]
@ -146,7 +146,7 @@ dependencies = [
[[package]]
name = "toml"
version = "0.1.25"
version = "0.1.26"
dependencies = [
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",