From a12ba369da7b2e82312fa021efb4f72bef5bea25 Mon Sep 17 00:00:00 2001 From: Thibault Martinez Date: Mon, 24 Jan 2022 18:01:35 +0100 Subject: [PATCH] Update dev branch --- Cargo.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 80ff93f1b1..3a51294854 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -187,7 +187,7 @@ checksum = "cf9ff0bbfd639f15c74af777d81383cf53efb7c93613f6cab67c6c11e05bbf8b" [[package]] name = "bee-autopeering" version = "0.3.0" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#618a9d37830c9a506cd5df15ee51411aad64222a" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#daeb95f9ec7aebb8a72f67a086953d706f30c621" dependencies = [ "async-trait", "base64 0.13.0", @@ -217,7 +217,7 @@ dependencies = [ [[package]] name = "bee-common" version = "0.6.0" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#618a9d37830c9a506cd5df15ee51411aad64222a" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#daeb95f9ec7aebb8a72f67a086953d706f30c621" dependencies = [ "autocfg", ] @@ -225,7 +225,7 @@ dependencies = [ [[package]] name = "bee-gossip" version = "0.4.0" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#618a9d37830c9a506cd5df15ee51411aad64222a" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#daeb95f9ec7aebb8a72f67a086953d706f30c621" dependencies = [ "async-trait", "bee-runtime", @@ -245,7 +245,7 @@ dependencies = [ [[package]] name = "bee-ledger" version = "0.6.1" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#618a9d37830c9a506cd5df15ee51411aad64222a" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#daeb95f9ec7aebb8a72f67a086953d706f30c621" dependencies = [ "async-trait", "bee-common", @@ -273,7 +273,7 @@ dependencies = [ [[package]] name = "bee-message" version = "0.1.6" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#618a9d37830c9a506cd5df15ee51411aad64222a" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#daeb95f9ec7aebb8a72f67a086953d706f30c621" dependencies = [ "bech32", "bee-common", @@ -340,7 +340,7 @@ dependencies = [ [[package]] name = "bee-pow" version = "0.2.0" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#618a9d37830c9a506cd5df15ee51411aad64222a" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#daeb95f9ec7aebb8a72f67a086953d706f30c621" dependencies = [ "bee-ternary", "iota-crypto", @@ -413,7 +413,7 @@ dependencies = [ [[package]] name = "bee-runtime" version = "0.1.1-alpha" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#618a9d37830c9a506cd5df15ee51411aad64222a" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#daeb95f9ec7aebb8a72f67a086953d706f30c621" dependencies = [ "async-trait", "bee-storage", @@ -426,7 +426,7 @@ dependencies = [ [[package]] name = "bee-storage" version = "0.9.0" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#618a9d37830c9a506cd5df15ee51411aad64222a" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#daeb95f9ec7aebb8a72f67a086953d706f30c621" dependencies = [ "bee-common", "serde", @@ -436,7 +436,7 @@ dependencies = [ [[package]] name = "bee-storage-null" version = "0.1.0" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#618a9d37830c9a506cd5df15ee51411aad64222a" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#daeb95f9ec7aebb8a72f67a086953d706f30c621" dependencies = [ "bee-storage", ] @@ -444,7 +444,7 @@ dependencies = [ [[package]] name = "bee-storage-rocksdb" version = "0.5.0" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#618a9d37830c9a506cd5df15ee51411aad64222a" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#daeb95f9ec7aebb8a72f67a086953d706f30c621" dependencies = [ "bee-common", "bee-ledger", @@ -460,7 +460,7 @@ dependencies = [ [[package]] name = "bee-storage-sled" version = "0.4.0" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#618a9d37830c9a506cd5df15ee51411aad64222a" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#daeb95f9ec7aebb8a72f67a086953d706f30c621" dependencies = [ "bee-common", "bee-ledger", @@ -476,7 +476,7 @@ dependencies = [ [[package]] name = "bee-tangle" version = "0.2.0" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#618a9d37830c9a506cd5df15ee51411aad64222a" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#daeb95f9ec7aebb8a72f67a086953d706f30c621" dependencies = [ "async-trait", "bee-common",