diff options
author | Alex Crichton <alex@alexcrichton.com> | 2016-05-16 10:27:42 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2016-05-16 10:27:42 -0700 |
commit | 00a3452fa9def944d47de99415027c0455f63b3c (patch) | |
tree | 81576f1c7fbc0d1c14aacb3083c44d0f8630e741 /serde-tests | |
parent | 924f81c5fb082b22b9c951cd39159c0d719e1f68 (diff) | |
download | milf-rs-00a3452fa9def944d47de99415027c0455f63b3c.tar.gz milf-rs-00a3452fa9def944d47de99415027c0455f63b3c.zip |
Update serde-tests Cargo.lock
Diffstat (limited to 'serde-tests')
-rw-r--r-- | serde-tests/Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/serde-tests/Cargo.lock b/serde-tests/Cargo.lock index 6ec0165..27994d5 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.29", + "toml 0.1.30", ] [[package]] @@ -115,7 +115,7 @@ dependencies = [ [[package]] name = "toml" -version = "0.1.29" +version = "0.1.30" 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)", |