diff options
author | Alex Crichton <alex@alexcrichton.com> | 2016-08-01 09:41:18 -0700 |
---|---|---|
committer | Alex Crichton <alex@alexcrichton.com> | 2016-08-01 09:41:18 -0700 |
commit | 4a732faf89a104109ba8bf1323e9e3cc8898c979 (patch) | |
tree | f798998e122b4849a1f6d75e29f782a66b3a79f2 | |
parent | 6f0354526fe367110b967a8e4a3c88b20048498b (diff) | |
download | milf-rs-4a732faf89a104109ba8bf1323e9e3cc8898c979.tar.gz milf-rs-4a732faf89a104109ba8bf1323e9e3cc8898c979.zip |
Update serde-tests Cargo.lock
-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 a402684..1892990 100644 --- a/serde-tests/Cargo.lock +++ b/serde-tests/Cargo.lock @@ -4,7 +4,7 @@ version = "0.1.0" dependencies = [ "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)", - "toml 0.1.30", + "toml 0.2.0", ] [[package]] @@ -147,7 +147,7 @@ dependencies = [ [[package]] name = "toml" -version = "0.1.30" +version = "0.2.0" dependencies = [ "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)", |