aboutsummaryrefslogtreecommitdiff
path: root/serde-tests
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2015-12-18 16:37:04 -0800
committerAlex Crichton <alex@alexcrichton.com>2015-12-18 16:37:04 -0800
commit67138b6c8eb7c9420eb212b5bae3a4170f16ec0b (patch)
tree3d01af1193536c53d4b8d1330303906689381d5d /serde-tests
parent12f39767a84f8298fa2405f0b32bf8dafa2ca894 (diff)
downloadmilf-rs-67138b6c8eb7c9420eb212b5bae3a4170f16ec0b.tar.gz
milf-rs-67138b6c8eb7c9420eb212b5bae3a4170f16ec0b.zip
Update deps of serde-tests
Diffstat (limited to 'serde-tests')
-rw-r--r--serde-tests/Cargo.lock52
1 files changed, 26 insertions, 26 deletions
diff --git a/serde-tests/Cargo.lock b/serde-tests/Cargo.lock
index 2dbed68..1e77a57 100644
--- a/serde-tests/Cargo.lock
+++ b/serde-tests/Cargo.lock
@@ -2,10 +2,10 @@
name = "serde-tests"
version = "0.1.0"
dependencies = [
- "serde 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde_codegen 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
+ "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.24",
+ "toml 0.1.25",
]
[[package]]
@@ -19,10 +19,10 @@ dependencies = [
[[package]]
name = "aster"
-version = "0.8.0"
+version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "syntex_syntax 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "syntex_syntax 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -41,7 +41,7 @@ dependencies = [
[[package]]
name = "libc"
-version = "0.2.2"
+version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
@@ -49,12 +49,12 @@ name = "log"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "num"
-version = "0.1.28"
+version = "0.1.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"rand 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -63,20 +63,20 @@ dependencies = [
[[package]]
name = "quasi"
-version = "0.3.8"
+version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "syntex_syntax 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "syntex_syntax 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "quasi_codegen"
-version = "0.3.9"
+version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "aster 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "aster 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"syntex 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "syntex_syntax 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "syntex_syntax 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -85,7 +85,7 @@ version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -96,22 +96,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "serde"
-version = "0.6.1"
+version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "num 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
+ "num 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "serde_codegen"
-version = "0.6.5"
+version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "aster 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "quasi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "quasi_codegen 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
+ "aster 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "quasi 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)",
+ "quasi_codegen 0.3.10 (registry+https://github.com/rust-lang/crates.io-index)",
"syntex 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "syntex_syntax 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "syntex_syntax 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -119,16 +119,16 @@ name = "syntex"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "syntex_syntax 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "syntex_syntax 0.23.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
name = "syntex_syntax"
-version = "0.22.0"
+version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "libc 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
"term 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -146,10 +146,10 @@ dependencies = [
[[package]]
name = "toml"
-version = "0.1.24"
+version = "0.1.25"
dependencies = [
"rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
+ "serde 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]