diff options
author | Alex Crichton <alex@alexcrichton.com> | 2016-01-25 16:57:56 -0800 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2016-01-25 16:57:56 -0800 |
commit | 67ddadf5042102bc94162cb0b3381d975ee1f977 (patch) | |
tree | 3f8c5d1c88d53718e64f8104952439067098cfaa | |
parent | b644d9577f19e2c6a4d58d281782ba0536630da9 (diff) | |
download | milf-rs-67ddadf5042102bc94162cb0b3381d975ee1f977.tar.gz milf-rs-67ddadf5042102bc94162cb0b3381d975ee1f977.zip |
Update toml dep in 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 5854455..9cc971a 100644 --- a/serde-tests/Cargo.lock +++ b/serde-tests/Cargo.lock @@ -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)", |