Update serde-tests Cargo.lock

This commit is contained in:
Alex Crichton 2016-08-01 09:41:18 -07:00
parent 70d15bdcf3
commit 1ed8fd555e

View file

@ -4,7 +4,7 @@ version = "0.1.0"
dependencies = [ dependencies = [
"serde 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "serde_codegen 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"toml 0.1.30", "toml 0.2.0",
] ]
[[package]] [[package]]
@ -147,7 +147,7 @@ dependencies = [
[[package]] [[package]]
name = "toml" name = "toml"
version = "0.1.30" version = "0.2.0"
dependencies = [ dependencies = [
"rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "serde 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",