From 34a10dbdbfd0374ab6b1eb23de7b3c28f3fa4989 Mon Sep 17 00:00:00 2001 From: Xavier Lau Date: Wed, 24 Feb 2021 14:33:35 +0800 Subject: [PATCH] bump deps --- Cargo.lock | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 85b23a983e..e92bbfa47d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3387,7 +3387,8 @@ dependencies = [ [[package]] name = "impl-codec" version = "0.4.2" -source = "git+https://github.com/darwinia-network/parity-common.git#12a86aa8af8ff5ccd5c953074aa893c716cf85b5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1be51a921b067b0eaca2fad532d9400041561aa922221cc65f95a85641c6bf53" dependencies = [ "parity-scale-codec", ] @@ -3395,8 +3396,7 @@ dependencies = [ [[package]] name = "impl-codec" version = "0.4.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1be51a921b067b0eaca2fad532d9400041561aa922221cc65f95a85641c6bf53" +source = "git+https://github.com/darwinia-network/parity-common.git#12a86aa8af8ff5ccd5c953074aa893c716cf85b5" dependencies = [ "parity-scale-codec", ] @@ -3404,18 +3404,18 @@ dependencies = [ [[package]] name = "impl-rlp" version = "0.2.1" -source = "git+https://github.com/darwinia-network/parity-common.git#12a86aa8af8ff5ccd5c953074aa893c716cf85b5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f7a72f11830b52333f36e3b09a288333888bf54380fd0ac0790a3c31ab0f3c5" dependencies = [ - "rlp 0.4.4", + "rlp 0.4.6", ] [[package]] name = "impl-rlp" version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f7a72f11830b52333f36e3b09a288333888bf54380fd0ac0790a3c31ab0f3c5" +source = "git+https://github.com/darwinia-network/parity-common.git#12a86aa8af8ff5ccd5c953074aa893c716cf85b5" dependencies = [ - "rlp 0.4.6", + "rlp 0.4.4", ] [[package]] @@ -6308,7 +6308,8 @@ dependencies = [ [[package]] name = "rlp-derive" version = "0.1.0" -source = "git+https://github.com/darwinia-network/parity-common.git#12a86aa8af8ff5ccd5c953074aa893c716cf85b5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a" dependencies = [ "proc-macro2", "quote", @@ -6318,8 +6319,7 @@ dependencies = [ [[package]] name = "rlp-derive" version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e33d7b2abe0c340d8797fe2907d3f20d3b5ea5908683618bfe80df7f621f672a" +source = "git+https://github.com/darwinia-network/parity-common.git#12a86aa8af8ff5ccd5c953074aa893c716cf85b5" dependencies = [ "proc-macro2", "quote",