Update serde-tests Cargo.lock

This commit is contained in:
Alex Crichton 2016-05-16 10:27:42 -07:00
parent 924f81c5fb
commit 00a3452fa9

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.29", "toml 0.1.30",
] ]
[[package]] [[package]]
@ -115,7 +115,7 @@ dependencies = [
[[package]] [[package]]
name = "toml" name = "toml"
version = "0.1.29" version = "0.1.30"
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)",