From 8214c4c64fbdbf6ae84634bb822a90959271cad5 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Fri, 20 Mar 2020 05:48:28 +0000 Subject: msg_socket2: initial commit --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Cargo.lock') diff --git a/Cargo.lock b/Cargo.lock index 3db8e4e..3b175fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -57,8 +57,8 @@ dependencies = [ [[package]] name = "bincode" -version = "1.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" +version = "1.3.0" +source = "git+https://github.com/alyssais/bincode?branch=from_slice#ed85a66d69be7073f8b484fcc65101149bb31acc" dependencies = [ "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", @@ -574,7 +574,7 @@ dependencies = [ name = "poly_msg_socket" version = "0.1.0" dependencies = [ - "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "bincode 1.3.0 (git+https://github.com/alyssais/bincode?branch=from_slice)", "msg_socket 0.1.0", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "sys_util 0.1.0", @@ -859,7 +859,7 @@ dependencies = [ ] [metadata] -"checksum bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5753e2a71534719bf3f4e57006c3a4f0d2c672a4b676eec84161f763eca87dbf" +"checksum bincode 1.3.0 (git+https://github.com/alyssais/bincode?branch=from_slice)" = "" "checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd" "checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" "checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16" -- cgit 1.4.1