aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-10-07 10:23:13 -0700
committerAlex Crichton <alex@alexcrichton.com>2015-10-07 10:23:13 -0700
commitdf23a34b8b457b2522600935259bfe1d4aae1d65 (patch)
tree17c579ceb96012e996cbb4ae5144ac12a674c56c
parentb5af93a08e73157819b3cfb4ac019acbd882407f (diff)
downloadmilf-rs-df23a34b8b457b2522600935259bfe1d4aae1d65.tar.gz
milf-rs-df23a34b8b457b2522600935259bfe1d4aae1d65.zip
Update toml in serde Cargo.lock
-rw-r--r--serde-tests/Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/serde-tests/Cargo.lock b/serde-tests/Cargo.lock
index 0a27d8c..70d87a6 100644
--- a/serde-tests/Cargo.lock
+++ b/serde-tests/Cargo.lock
@@ -5,7 +5,7 @@ dependencies = [
"serde 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_codegen 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
"syntex 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "toml 0.1.22",
+ "toml 0.1.23",
]
[[package]]
@@ -146,7 +146,7 @@ dependencies = [
[[package]]
name = "toml"
-version = "0.1.22"
+version = "0.1.23"
dependencies = [
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",