diff --git a/Cargo.lock b/Cargo.lock index 321d17d2f6..63d0bcf74c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -168,8 +168,8 @@ checksum = "cf9ff0bbfd639f15c74af777d81383cf53efb7c93613f6cab67c6c11e05bbf8b" [[package]] name = "bee-autopeering" -version = "0.1.0" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#4c7a2a2b88d41e4016b6e84e1da903bce8a7e26b" +version = "0.1.1" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#a8e9ef4f92b96ffaa89d7a056c2eae2e9ce550c8" dependencies = [ "async-trait", "base64 0.13.0", @@ -199,7 +199,7 @@ dependencies = [ [[package]] name = "bee-common" version = "0.6.0" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#4c7a2a2b88d41e4016b6e84e1da903bce8a7e26b" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#a8e9ef4f92b96ffaa89d7a056c2eae2e9ce550c8" dependencies = [ "autocfg", "fern", @@ -215,7 +215,7 @@ dependencies = [ [[package]] name = "bee-gossip" version = "0.3.0" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#4c7a2a2b88d41e4016b6e84e1da903bce8a7e26b" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#a8e9ef4f92b96ffaa89d7a056c2eae2e9ce550c8" dependencies = [ "async-trait", "bee-runtime", @@ -235,7 +235,7 @@ dependencies = [ [[package]] name = "bee-ledger" version = "0.6.1" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#4c7a2a2b88d41e4016b6e84e1da903bce8a7e26b" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#a8e9ef4f92b96ffaa89d7a056c2eae2e9ce550c8" dependencies = [ "async-trait", "bee-common", @@ -262,7 +262,7 @@ dependencies = [ [[package]] name = "bee-message" version = "0.1.6" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#4c7a2a2b88d41e4016b6e84e1da903bce8a7e26b" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#a8e9ef4f92b96ffaa89d7a056c2eae2e9ce550c8" dependencies = [ "bech32", "bee-common", @@ -324,7 +324,7 @@ dependencies = [ [[package]] name = "bee-pow" version = "0.2.0" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#4c7a2a2b88d41e4016b6e84e1da903bce8a7e26b" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#a8e9ef4f92b96ffaa89d7a056c2eae2e9ce550c8" dependencies = [ "bee-ternary", "iota-crypto", @@ -397,7 +397,7 @@ dependencies = [ [[package]] name = "bee-runtime" version = "0.1.1-alpha" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#4c7a2a2b88d41e4016b6e84e1da903bce8a7e26b" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#a8e9ef4f92b96ffaa89d7a056c2eae2e9ce550c8" dependencies = [ "async-trait", "bee-storage", @@ -410,7 +410,7 @@ dependencies = [ [[package]] name = "bee-storage" version = "0.9.0" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#4c7a2a2b88d41e4016b6e84e1da903bce8a7e26b" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#a8e9ef4f92b96ffaa89d7a056c2eae2e9ce550c8" dependencies = [ "bee-common", "serde", @@ -420,7 +420,7 @@ dependencies = [ [[package]] name = "bee-storage-null" version = "0.1.0" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#4c7a2a2b88d41e4016b6e84e1da903bce8a7e26b" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#a8e9ef4f92b96ffaa89d7a056c2eae2e9ce550c8" dependencies = [ "bee-storage", ] @@ -428,7 +428,7 @@ dependencies = [ [[package]] name = "bee-storage-rocksdb" version = "0.5.0" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#4c7a2a2b88d41e4016b6e84e1da903bce8a7e26b" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#a8e9ef4f92b96ffaa89d7a056c2eae2e9ce550c8" dependencies = [ "bee-common", "bee-ledger", @@ -444,7 +444,7 @@ dependencies = [ [[package]] name = "bee-storage-sled" version = "0.4.0" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#4c7a2a2b88d41e4016b6e84e1da903bce8a7e26b" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#a8e9ef4f92b96ffaa89d7a056c2eae2e9ce550c8" dependencies = [ "bee-common", "bee-ledger", @@ -460,7 +460,7 @@ dependencies = [ [[package]] name = "bee-tangle" version = "0.2.0" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#4c7a2a2b88d41e4016b6e84e1da903bce8a7e26b" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#a8e9ef4f92b96ffaa89d7a056c2eae2e9ce550c8" dependencies = [ "async-trait", "bee-common",