From 70a15d4822d4b933a64ba79248ffe2e4753acabd Mon Sep 17 00:00:00 2001 From: elois <elois@ifee.fr> Date: Sat, 19 May 2018 13:30:39 +0200 Subject: [PATCH] [fix] #70 upgrade all dependencies --- Cargo.lock | 135 ++++++++++++++++++++++++------------------ Cargo.toml | 2 +- blockchain/Cargo.toml | 8 +-- conf/Cargo.toml | 6 +- core/Cargo.toml | 10 ++-- crypto/Cargo.toml | 4 +- dal/Cargo.toml | 9 ++- documents/Cargo.toml | 8 +-- message/Cargo.toml | 6 +- module/Cargo.toml | 6 +- network/Cargo.toml | 8 +-- tui/Cargo.toml | 2 +- wotb/Cargo.toml | 8 +-- 13 files changed, 116 insertions(+), 96 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7679a35c..a245619a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -42,7 +42,7 @@ name = "base64" version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -50,16 +50,16 @@ name = "base64" version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "base64" -version = "0.8.0" +version = "0.9.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "safemem 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -68,8 +68,8 @@ name = "bincode" version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -84,7 +84,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "byteorder" -version = "1.2.2" +version = "1.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] @@ -92,7 +92,7 @@ name = "bytes" version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "iovec 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -113,7 +113,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "num-integer 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)", "num-traits 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", - "time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", + "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -229,8 +229,8 @@ dependencies = [ "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "pbr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", "sqlite 0.23.9 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -242,8 +242,8 @@ dependencies = [ "duniter-crypto 0.1.2", "duniter-module 0.1.0", "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -260,12 +260,12 @@ dependencies = [ "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", - "simplelog 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", + "simplelog 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "sqlite 0.23.9 (registry+https://github.com/rust-lang/crates.io-index)", "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -275,9 +275,9 @@ name = "duniter-crypto" version = "0.1.2" dependencies = [ "base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "base64 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "base64 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -292,13 +292,12 @@ dependencies = [ "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", - "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", "sqlite 0.23.9 (registry+https://github.com/rust-lang/crates.io-index)", - "websocket 0.20.2 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -306,13 +305,13 @@ name = "duniter-documents" version = "0.7.1" dependencies = [ "base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", - "base64 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "base64 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", "duniter-crypto 0.1.2", "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -324,8 +323,8 @@ dependencies = [ "duniter-documents 0.7.1", "duniter-module 0.1.0", "duniter-network 0.1.0", - "serde 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -335,8 +334,8 @@ version = "0.1.0" dependencies = [ "duniter-crypto 0.1.2", "duniter-documents 0.7.1", - "serde 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -348,10 +347,10 @@ dependencies = [ "duniter-documents 0.7.1", "duniter-module 0.1.0", "lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", - "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", + "regex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -376,10 +375,10 @@ name = "duniter-wotb" version = "0.8.0-a0.6" dependencies = [ "bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", - "byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -399,8 +398,8 @@ dependencies = [ "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", - "serde_derive 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", + "serde_derive 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)", "sqlite 0.23.9 (registry+https://github.com/rust-lang/crates.io-index)", "websocket 0.20.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -477,7 +476,7 @@ dependencies = [ "log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", "mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)", - "time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", + "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", "traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -699,7 +698,7 @@ dependencies = [ "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", "termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)", - "time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", + "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -795,6 +794,18 @@ dependencies = [ "utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "regex" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", + "memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", + "regex-syntax 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", + "thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", + "utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "regex-syntax" version = "0.5.6" @@ -803,6 +814,14 @@ dependencies = [ "ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", ] +[[package]] +name = "regex-syntax" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +dependencies = [ + "ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", +] + [[package]] name = "remove_dir_all" version = "0.5.1" @@ -820,7 +839,7 @@ dependencies = [ "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)", - "time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)", + "time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -874,17 +893,17 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.50" +version = "1.0.57" source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "serde_derive" -version = "1.0.50" +version = "1.0.57" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", - "syn 0.13.7 (registry+https://github.com/rust-lang/crates.io-index)", + "syn 0.13.10 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -894,7 +913,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", - "serde 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)", + "serde 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -904,7 +923,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "simplelog" -version = "0.5.1" +version = "0.5.2" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "chrono 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -951,7 +970,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "syn" -version = "0.13.7" +version = "0.13.10" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -973,7 +992,7 @@ name = "term" version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ - "byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -1014,7 +1033,7 @@ dependencies = [ [[package]] name = "time" -version = "0.1.39" +version = "0.1.40" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1253,7 +1272,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "base64 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", "bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)", - "byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)", "hyper 0.10.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1318,11 +1337,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum base58 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5024ee8015f02155eee35c711107ddd9a9bf3cb689cf2a9089c97e79b6e1ae83" "checksum base64 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "30e93c03064e7590d0466209155251b90c22e37fab1daf2771582598b5827557" "checksum base64 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "96434f987501f0ed4eb336a411e0631ecd1afa11574fe148587adc4ff96143c9" -"checksum base64 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7c4a342b450b268e1be8036311e2c613d7f8a7ed31214dff1cc3b60852a3168d" +"checksum base64 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9263aa6a38da271eec5c91a83ce1e800f093c8535788d403d626d8d5c3f8f007" "checksum bincode 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9a6301db0b49fb63551bc15b5ae348147101cdf323242b93ec7546d5002ff1af" "checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5" "checksum bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d0c54bb8f454c567f21197eefcdbf5679d0bd99f2ddbe52e84c77061952e6789" -"checksum byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "73b5bdfe7ee3ad0b99c9801d58807a9dbc9e09196365b0203853b99889ab3c87" +"checksum byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "74c0b906e9446b0a2e4f760cdb3fa4b2c48cdc6db8766a845c54b6ff063fd2e9" "checksum bytes 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "2f1d50c876fb7545f5f289cd8b2aee3f359d073ae819eed5d6373638e2c61e59" "checksum cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "0ebb87d1116151416c0cf66a0e3fb6430cccd120fd6300794b4dfaa050ac40ba" "checksum cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "405216fd8fe65f718daa7102ea808a946b6ce40c742998fbfd3463645552de18" @@ -1384,7 +1403,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "0d92eecebad22b767915e4d529f89f28ee96dbbf5a4810d2b844373f136417fd" "checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76" "checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384" +"checksum regex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75ecf88252dce580404a22444fc7d626c01815debba56a7f4f536772a5ff19d3" "checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7" +"checksum regex-syntax 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8f1ac0f60d675cc6cf13a20ec076568254472551051ad5dd050364d70671bf6b" "checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" "checksum rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)" = "f76d05d3993fd5f4af9434e8e436db163a12a9d40e1a58a726f27a01dfd12a2a" "checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda" @@ -1394,24 +1415,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" "checksum security-framework 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "dfa44ee9c54ce5eecc9de7d5acbad112ee58755239381f687e564004ba4a2332" "checksum security-framework-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "5421621e836278a0b139268f36eee0dc7e389b784dc3f79d8f11aabadf41bead" -"checksum serde 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)" = "428d3d818cb94ee037a17bf4f2200db2552e19b1825d33df2196624290716f92" -"checksum serde_derive 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)" = "ee76093b16868c4c9c8e5329c3d30745833e35390624019738472bd13e996e79" +"checksum serde 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)" = "9478f147957b713a156ce5e4529d77275bbcfddc29563b794939b36230df8ca8" +"checksum serde_derive 1.0.57 (registry+https://github.com/rust-lang/crates.io-index)" = "1bdba9c305f1aeff7e83e2ff0685a141780de943cee66bdd89b63913b2b69c86" "checksum serde_json 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "f3ad6d546e765177cf3dded3c2e424a8040f870083a0e64064746b958ece9cb1" "checksum sha1 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cc30b1e1e8c40c121ca33b86c23308a090d19974ef001b4bf6e61fd1a0fb095c" -"checksum simplelog 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce595117de34b75e057b41e99079e43e9fcc4e5ec9c7ba5f2fea55321f0c624e" +"checksum simplelog 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9cc12b39fdf4c9a07f88bffac2d628f0118ed5ac077a4b0feece61fadf1429e5" "checksum slab 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fdeff4cd9ecff59ec7e3744cbca73dfe5ac35c2aedb2cfba8a1c715a18912e9d" "checksum sqlite 0.23.9 (registry+https://github.com/rust-lang/crates.io-index)" = "d18d7b10278336e7fd9dc259399a0f9ff419616738b6a841b136c362e16db626" "checksum sqlite3-src 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "46e0bc115b563b1ee6c665ef895b56bf488522f57d1c6571887547c57c8f5a88" "checksum sqlite3-sys 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "71fec807a1534bd13eeaaec396175d67c79bdc68df55e18a452726ec62a8fb08" "checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" -"checksum syn 0.13.7 (registry+https://github.com/rust-lang/crates.io-index)" = "61b8f1b737f929c6516ba46a3133fd6d5215ad8a62f66760f851f7048aebedfb" +"checksum syn 0.13.10 (registry+https://github.com/rust-lang/crates.io-index)" = "77961dcdac942fa8bc033c16f3a790b311c8a27d00811b878ebd8cf9b7ba39d5" "checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" "checksum term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5e6b677dd1e8214ea1ef4297f85dbcbed8e8cdddb561040cc998ca2551c37561" "checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096" "checksum textwrap 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c0b59b6b4b44d867f1370ef1bd91bfb262bf07bf0ae65c202ea2fbc16153b693" "checksum thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "279ef31c19ededf577bfd12dfae728040a21f635b06a24cd670ff510edd38963" "checksum threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e2f0c90a5f3459330ac8bc0d2f879c693bb7a2f59689c1083fc4ef83834da865" -"checksum time 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "a15375f1df02096fb3317256ce2cee6a1f42fc84ea5ad5fc8c421cfe40c73098" +"checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b" "checksum tokio 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d00555353b013e170ed8bc4e13f648a317d1fd12157dbcae13f7013f6cf29f5" "checksum tokio-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "aeeffbbb94209023feaef3c196a41cbcdafa06b4a6f893f68779bb5e53796f71" "checksum tokio-executor 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8cac2a7883ff3567e9d66bb09100d09b33d90311feca0206c7ca034bc0c55113" diff --git a/Cargo.toml b/Cargo.toml index 4f26b8dc..244a311d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ duniter-core = { path = "./core" } duniter-tui = { path = "./tui" } duniter-ws2p = { path = "./ws2p" } lazy_static = "1.0.0" -serde_json = "1.0.9" +serde_json = "1.0.17" websocket = "0.20.2" [features] diff --git a/blockchain/Cargo.toml b/blockchain/Cargo.toml index 1f4e9e0e..3ae9f211 100644 --- a/blockchain/Cargo.toml +++ b/blockchain/Cargo.toml @@ -18,9 +18,9 @@ duniter-module = { path = "../module" } duniter-network = { path = "../network" } duniter-wotb = { path = "../wotb" } log = "0.4.1" -pbr = "1.0.0" +pbr = "1.0.1" rand = "0.4.2" -serde = "1.0.24" -serde_derive = "1.0.24" -serde_json = "1.0.9" +serde = "1.0.57" +serde_derive = "1.0.57" +serde_json = "1.0.17" sqlite = "0.23.9" \ No newline at end of file diff --git a/conf/Cargo.toml b/conf/Cargo.toml index 433ccf6d..1d161db8 100644 --- a/conf/Cargo.toml +++ b/conf/Cargo.toml @@ -10,9 +10,9 @@ path = "lib.rs" [dependencies] rand = "0.4.2" -serde = "1.0.24" -serde_derive = "1.0.24" -serde_json = "1.0.9" +serde = "1.0.57" +serde_derive = "1.0.57" +serde_json = "1.0.17" duniter-crypto = { path = "../crypto" } duniter-module = { path = "../module" } diff --git a/core/Cargo.toml b/core/Cargo.toml index d2a02d38..34ca86ad 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -18,12 +18,12 @@ duniter-module = { path = "../module" } lazy_static = "1.0.0" log = "0.4.1" rand = "0.4.2" -regex = "0.2.6" +regex = "1.0.0" rust-crypto = "0.2.36" -serde = "1.0.24" -serde_derive = "1.0.24" -serde_json = "1.0.9" -simplelog = "0.5.1" +serde = "1.0.57" +serde_derive = "1.0.57" +serde_json = "1.0.17" +simplelog = "0.5.2" sqlite = "0.23.9" threadpool = "1.7.1" diff --git a/crypto/Cargo.toml b/crypto/Cargo.toml index 3cb39c12..a2979d6b 100644 --- a/crypto/Cargo.toml +++ b/crypto/Cargo.toml @@ -13,9 +13,9 @@ path = "lib.rs" [dependencies] base58 = "0.1.0" -base64 = "0.8.0" +base64 = "0.9.1" rust-crypto = "0.2.36" -serde = "1.0.24" +serde = "1.0.57" [features] # Treat warnings as a build error. diff --git a/dal/Cargo.toml b/dal/Cargo.toml index a7a36783..1d2e4b8a 100644 --- a/dal/Cargo.toml +++ b/dal/Cargo.toml @@ -18,12 +18,11 @@ lazy_static = "1.0.0" log = "0.4.1" rand = "0.4.2" rust-crypto = "0.2.36" -regex = "0.2.6" +regex = "1.0.0" sqlite = "0.23.9" -serde = "1.0.24" -serde_derive = "1.0.24" -serde_json = "1.0.9" -websocket = "0.20.2" +serde = "1.0.57" +serde_derive = "1.0.57" +serde_json = "1.0.17" [features] exp = [] diff --git a/documents/Cargo.toml b/documents/Cargo.toml index cc0e5620..df9ac267 100644 --- a/documents/Cargo.toml +++ b/documents/Cargo.toml @@ -13,13 +13,13 @@ path = "lib.rs" [dependencies] base58 = "0.1.0" -base64 = "0.8.0" +base64 = "0.9.1" duniter-crypto = { path = "../crypto" } lazy_static = "1.0.0" -linked-hash-map = "0.5.0" -regex = "0.2" +linked-hash-map = "0.5.1" +regex = "1.0.0" rust-crypto = "0.2.36" -serde = "1.0.24" +serde = "1.0.57" [features] # Treat warnings as a build error. diff --git a/message/Cargo.toml b/message/Cargo.toml index eb558403..22215113 100644 --- a/message/Cargo.toml +++ b/message/Cargo.toml @@ -14,9 +14,9 @@ duniter-dal = { path = "../dal" } duniter-documents = { path = "../documents" } duniter-module = { path = "../module" } duniter-network = { path = "../network" } -serde = "1.0.24" -serde_derive = "1.0.24" -serde_json = "1.0.9" +serde = "1.0.57" +serde_derive = "1.0.57" +serde_json = "1.0.17" [features] # Treat warnings as a build error. diff --git a/module/Cargo.toml b/module/Cargo.toml index bfc08e52..fac259ac 100644 --- a/module/Cargo.toml +++ b/module/Cargo.toml @@ -11,9 +11,9 @@ path = "lib.rs" [dependencies] duniter-crypto = { path = "../crypto" } duniter-documents = { path = "../documents" } -serde = "1.0.24" -serde_derive = "1.0.24" -serde_json = "1.0.9" +serde = "1.0.57" +serde_derive = "1.0.57" +serde_json = "1.0.17" [features] # Treat warnings as a build error. diff --git a/network/Cargo.toml b/network/Cargo.toml index ab7bd3ac..940ce6a2 100644 --- a/network/Cargo.toml +++ b/network/Cargo.toml @@ -13,11 +13,11 @@ duniter-crypto = { path = "../crypto" } duniter-documents = { path = "../documents" } duniter-module = { path = "../module" } lazy_static = "1.0.0" -regex = "0.2.6" +regex = "1.0.0" rust-crypto = "0.2.36" -serde = "1.0.24" -serde_derive = "1.0.24" -serde_json = "1.0.9" +serde = "1.0.57" +serde_derive = "1.0.57" +serde_json = "1.0.17" [features] # Treat warnings as a build error. diff --git a/tui/Cargo.toml b/tui/Cargo.toml index c3fcd421..7dae06dd 100644 --- a/tui/Cargo.toml +++ b/tui/Cargo.toml @@ -17,7 +17,7 @@ duniter-message = { path = "../message" } duniter-module = { path = "../module" } duniter-network = { path = "../network" } log = "0.4.1" -serde_json = "1.0.9" +serde_json = "1.0.17" termion = "1.5.1" [features] diff --git a/wotb/Cargo.toml b/wotb/Cargo.toml index f2c8d974..f6fb7144 100644 --- a/wotb/Cargo.toml +++ b/wotb/Cargo.toml @@ -12,11 +12,11 @@ license = "AGPL-3.0" path = "lib.rs" [dependencies] -serde = "1.0.24" -serde_derive = "1.0.24" +serde = "1.0.57" +serde_derive = "1.0.57" bincode = "0.9.2" -byteorder = "1.2.1" -rayon = "1.0.0" +byteorder = "1.2.3" +rayon = "1.0.1" [features] # Treat warnings as a build error. -- GitLab