aboutsummaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorMs2ger <Ms2ger@gmail.com>2015-12-08 14:49:38 -0500
committerMs2ger <Ms2ger@gmail.com>2015-12-08 14:49:38 -0500
commit07d837bd030c52cfa8dc27e07c18156ad37400dd (patch)
treebe091dad1f27bd114eee2bc69f306cb1b2507393 /components
parent5cfba0cb6e0eec4712c3ea6b2a57754109b7ec87 (diff)
downloadservo-07d837bd030c52cfa8dc27e07c18156ad37400dd.tar.gz
servo-07d837bd030c52cfa8dc27e07c18156ad37400dd.zip
Update bincode.
Diffstat (limited to 'components')
-rw-r--r--components/servo/Cargo.lock9
1 files changed, 2 insertions, 7 deletions
diff --git a/components/servo/Cargo.lock b/components/servo/Cargo.lock
index 79ca843f1db..6caf26325cd 100644
--- a/components/servo/Cargo.lock
+++ b/components/servo/Cargo.lock
@@ -113,9 +113,9 @@ dependencies = [
[[package]]
name = "bincode"
version = "0.4.0"
-source = "git+https://github.com/TyOverby/bincode#c1d94fe8590a91c1f5f163d7d3f23df2c84f0d21"
+source = "git+https://github.com/TyOverby/bincode#590a862b4368910a5285ca8e970163f21a752b8d"
dependencies = [
- "byteorder 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
+ "byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"num 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
"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)",
@@ -138,11 +138,6 @@ source = "git+https://github.com/ende76/brotli-rs#4a8c42cce771ded65fe64d6816f5d7
[[package]]
name = "byteorder"
-version = "0.3.13"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-
-[[package]]
-name = "byteorder"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"