From 8963d59383c4378039bd38594b8be29565a9e96d Mon Sep 17 00:00:00 2001 From: Lucas Fernandes Nogueira Date: Thu, 8 Apr 2021 17:04:15 -0300 Subject: [PATCH] chore(deps): update iota.rs (#521) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- bindings/java/native/Cargo.lock | 18 +++++++++--------- bindings/java/native/Cargo.toml | 2 +- bindings/nodejs/native/Cargo.lock | 14 +++++++------- bindings/nodejs/native/Cargo.toml | 2 +- bindings/python/native/Cargo.lock | 14 +++++++------- bindings/python/native/Cargo.toml | 2 +- 8 files changed, 29 insertions(+), 29 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 126244e41..34ee3a34f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1242,7 +1242,7 @@ dependencies = [ [[package]] name = "iota-client" version = "0.5.0-alpha.3" -source = "git+https://github.com/iotaledger/iota.rs?rev=7a9ef60fea1c865d59c744e0f6cc54371a4cebda#7a9ef60fea1c865d59c744e0f6cc54371a4cebda" +source = "git+https://github.com/iotaledger/iota.rs?rev=52a6a02763f0faa5c0f75e6474950eccfd0e6efa#52a6a02763f0faa5c0f75e6474950eccfd0e6efa" dependencies = [ "async-trait", "bee-common", @@ -1269,7 +1269,7 @@ dependencies = [ [[package]] name = "iota-core" version = "0.2.0-alpha.3" -source = "git+https://github.com/iotaledger/iota.rs?rev=7a9ef60fea1c865d59c744e0f6cc54371a4cebda#7a9ef60fea1c865d59c744e0f6cc54371a4cebda" +source = "git+https://github.com/iotaledger/iota.rs?rev=52a6a02763f0faa5c0f75e6474950eccfd0e6efa#52a6a02763f0faa5c0f75e6474950eccfd0e6efa" dependencies = [ "iota-client", ] diff --git a/Cargo.toml b/Cargo.toml index 3d2065bab..04ac3eee8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ chrono = { version = "0.4", features = ["serde"] } futures = "0.3" getset = "0.1" hex = "0.4" -iota-core = { git = "https://github.com/iotaledger/iota.rs", rev = "7a9ef60fea1c865d59c744e0f6cc54371a4cebda", features = ["mqtt"] } +iota-core = { git = "https://github.com/iotaledger/iota.rs", rev = "52a6a02763f0faa5c0f75e6474950eccfd0e6efa", features = ["mqtt"] } log = "0.4" once_cell = "1.5" serde = { version = "1.0", features = ["derive"] } diff --git a/bindings/java/native/Cargo.lock b/bindings/java/native/Cargo.lock index 31f40cfec..2783da4c6 100644 --- a/bindings/java/native/Cargo.lock +++ b/bindings/java/native/Cargo.lock @@ -271,7 +271,7 @@ checksum = "6c7f7096bc256f5e5cb960f60dfc4f4ef979ca65abe7fb9d5a4f77150d3783d4" [[package]] name = "bee-common" version = "0.4.0" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#d5a25e9d227a078a5850d2d83867a8b5e5f84122" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#75579267995dd2b1728956d169092486f28e2e0e" dependencies = [ "autocfg", "chrono", @@ -296,7 +296,7 @@ dependencies = [ [[package]] name = "bee-crypto" version = "0.2.1-alpha" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#d5a25e9d227a078a5850d2d83867a8b5e5f84122" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#75579267995dd2b1728956d169092486f28e2e0e" dependencies = [ "bee-ternary 0.4.2-alpha", "byteorder", @@ -336,7 +336,7 @@ dependencies = [ [[package]] name = "bee-message" version = "0.1.0-alpha" -source = "git+https://github.com/iotaledger/bee.git?branch=chrysalis-pt-2#77de10c454aa226cc7e63d81c13dbdbea0aaafd8" +source = "git+https://github.com/iotaledger/bee.git?branch=chrysalis-pt-2#5f4ff0c18458ae85d13f05dc7135d80d7c26d2f3" dependencies = [ "bech32 0.8.0", "bee-common", @@ -372,7 +372,7 @@ dependencies = [ [[package]] name = "bee-pow" version = "0.1.0-alpha" -source = "git+https://github.com/iotaledger/bee.git?branch=chrysalis-pt-2#77de10c454aa226cc7e63d81c13dbdbea0aaafd8" +source = "git+https://github.com/iotaledger/bee.git?branch=chrysalis-pt-2#5f4ff0c18458ae85d13f05dc7135d80d7c26d2f3" dependencies = [ "bee-crypto 0.2.1-alpha", "bee-ternary 0.4.2-alpha", @@ -415,7 +415,7 @@ dependencies = [ [[package]] name = "bee-ternary" version = "0.4.2-alpha" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#d5a25e9d227a078a5850d2d83867a8b5e5f84122" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#75579267995dd2b1728956d169092486f28e2e0e" dependencies = [ "autocfg", "num-traits 0.2.14", @@ -1394,7 +1394,7 @@ dependencies = [ [[package]] name = "iota-client" version = "0.5.0-alpha.3" -source = "git+https://github.com/iotaledger/iota.rs?rev=7a9ef60fea1c865d59c744e0f6cc54371a4cebda#7a9ef60fea1c865d59c744e0f6cc54371a4cebda" +source = "git+https://github.com/iotaledger/iota.rs?rev=52a6a02763f0faa5c0f75e6474950eccfd0e6efa#52a6a02763f0faa5c0f75e6474950eccfd0e6efa" dependencies = [ "async-trait", "bee-common", @@ -1421,7 +1421,7 @@ dependencies = [ [[package]] name = "iota-core" version = "0.2.0-alpha.3" -source = "git+https://github.com/iotaledger/iota.rs?rev=7a9ef60fea1c865d59c744e0f6cc54371a4cebda#7a9ef60fea1c865d59c744e0f6cc54371a4cebda" +source = "git+https://github.com/iotaledger/iota.rs?rev=52a6a02763f0faa5c0f75e6474950eccfd0e6efa#52a6a02763f0faa5c0f75e6474950eccfd0e6efa" dependencies = [ "iota-client", ] @@ -2234,9 +2234,9 @@ dependencies = [ [[package]] name = "pollster" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75721b4c756dd61e006f1d3fe1e44bda75ad3a3d8eaa45e9f32943cbe635e663" +checksum = "6cce106fd2646acbe31a0e4006f75779d535c26a44f153ada196e9edcfc6d944" [[package]] name = "poly1305" diff --git a/bindings/java/native/Cargo.toml b/bindings/java/native/Cargo.toml index 068b7677b..d8b2fabac 100644 --- a/bindings/java/native/Cargo.toml +++ b/bindings/java/native/Cargo.toml @@ -7,7 +7,7 @@ build = "build.rs" [dependencies] iota-wallet = { path = "../../../", version = "0.1.0" } -iota-core = { git = "https://github.com/iotaledger/iota.rs", rev = "7a9ef60fea1c865d59c744e0f6cc54371a4cebda", features = ["mqtt"] } +iota-core = { git = "https://github.com/iotaledger/iota.rs", rev = "52a6a02763f0faa5c0f75e6474950eccfd0e6efa", features = ["mqtt"] } bee-message = { git = "https://github.com/iotaledger/bee.git", branch = "chrysalis-pt-2" } log = "0.4.6" chrono = "0.4.6" diff --git a/bindings/nodejs/native/Cargo.lock b/bindings/nodejs/native/Cargo.lock index 23cdb5ab2..0268a4adc 100644 --- a/bindings/nodejs/native/Cargo.lock +++ b/bindings/nodejs/native/Cargo.lock @@ -171,7 +171,7 @@ checksum = "6c7f7096bc256f5e5cb960f60dfc4f4ef979ca65abe7fb9d5a4f77150d3783d4" [[package]] name = "bee-common" version = "0.4.0" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#d5a25e9d227a078a5850d2d83867a8b5e5f84122" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#75579267995dd2b1728956d169092486f28e2e0e" dependencies = [ "autocfg", "chrono", @@ -196,7 +196,7 @@ dependencies = [ [[package]] name = "bee-crypto" version = "0.2.1-alpha" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#d5a25e9d227a078a5850d2d83867a8b5e5f84122" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#75579267995dd2b1728956d169092486f28e2e0e" dependencies = [ "bee-ternary 0.4.2-alpha", "byteorder", @@ -287,7 +287,7 @@ dependencies = [ [[package]] name = "bee-ternary" version = "0.4.2-alpha" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#d5a25e9d227a078a5850d2d83867a8b5e5f84122" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#75579267995dd2b1728956d169092486f28e2e0e" dependencies = [ "autocfg", "num-traits 0.2.14", @@ -1177,7 +1177,7 @@ dependencies = [ [[package]] name = "iota-client" version = "0.5.0-alpha.3" -source = "git+https://github.com/iotaledger/iota.rs?rev=7a9ef60fea1c865d59c744e0f6cc54371a4cebda#7a9ef60fea1c865d59c744e0f6cc54371a4cebda" +source = "git+https://github.com/iotaledger/iota.rs?rev=52a6a02763f0faa5c0f75e6474950eccfd0e6efa#52a6a02763f0faa5c0f75e6474950eccfd0e6efa" dependencies = [ "async-trait", "bee-common", @@ -1204,7 +1204,7 @@ dependencies = [ [[package]] name = "iota-core" version = "0.2.0-alpha.3" -source = "git+https://github.com/iotaledger/iota.rs?rev=7a9ef60fea1c865d59c744e0f6cc54371a4cebda#7a9ef60fea1c865d59c744e0f6cc54371a4cebda" +source = "git+https://github.com/iotaledger/iota.rs?rev=52a6a02763f0faa5c0f75e6474950eccfd0e6efa#52a6a02763f0faa5c0f75e6474950eccfd0e6efa" dependencies = [ "iota-client", ] @@ -1983,9 +1983,9 @@ checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" [[package]] name = "pollster" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75721b4c756dd61e006f1d3fe1e44bda75ad3a3d8eaa45e9f32943cbe635e663" +checksum = "6cce106fd2646acbe31a0e4006f75779d535c26a44f153ada196e9edcfc6d944" [[package]] name = "poly1305" diff --git a/bindings/nodejs/native/Cargo.toml b/bindings/nodejs/native/Cargo.toml index 32e6900a9..53a236944 100644 --- a/bindings/nodejs/native/Cargo.toml +++ b/bindings/nodejs/native/Cargo.toml @@ -17,7 +17,7 @@ neon-build = "=0.4.0" [dependencies] neon = "=0.4.0" iota-wallet = { path = "../../../", version = "0.1.0", features = ["stronghold"] } -iota-core = { git = "https://github.com/iotaledger/iota.rs", rev = "7a9ef60fea1c865d59c744e0f6cc54371a4cebda", features = ["mqtt"] } +iota-core = { git = "https://github.com/iotaledger/iota.rs", rev = "52a6a02763f0faa5c0f75e6474950eccfd0e6efa", features = ["mqtt"] } serde = "1.0" serde_json = "1.0" serde_repr = "0.1" diff --git a/bindings/python/native/Cargo.lock b/bindings/python/native/Cargo.lock index 4dd285ff3..16e9f20e8 100644 --- a/bindings/python/native/Cargo.lock +++ b/bindings/python/native/Cargo.lock @@ -177,7 +177,7 @@ checksum = "6c7f7096bc256f5e5cb960f60dfc4f4ef979ca65abe7fb9d5a4f77150d3783d4" [[package]] name = "bee-common" version = "0.4.0" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#d5a25e9d227a078a5850d2d83867a8b5e5f84122" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#75579267995dd2b1728956d169092486f28e2e0e" dependencies = [ "autocfg", "chrono", @@ -202,7 +202,7 @@ dependencies = [ [[package]] name = "bee-crypto" version = "0.2.1-alpha" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#d5a25e9d227a078a5850d2d83867a8b5e5f84122" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#75579267995dd2b1728956d169092486f28e2e0e" dependencies = [ "bee-ternary 0.4.2-alpha", "byteorder", @@ -293,7 +293,7 @@ dependencies = [ [[package]] name = "bee-ternary" version = "0.4.2-alpha" -source = "git+https://github.com/iotaledger/bee.git?branch=dev#d5a25e9d227a078a5850d2d83867a8b5e5f84122" +source = "git+https://github.com/iotaledger/bee.git?branch=dev#75579267995dd2b1728956d169092486f28e2e0e" dependencies = [ "autocfg", "num-traits 0.2.14", @@ -1275,7 +1275,7 @@ dependencies = [ [[package]] name = "iota-client" version = "0.5.0-alpha.3" -source = "git+https://github.com/iotaledger/iota.rs?rev=7a9ef60fea1c865d59c744e0f6cc54371a4cebda#7a9ef60fea1c865d59c744e0f6cc54371a4cebda" +source = "git+https://github.com/iotaledger/iota.rs?rev=52a6a02763f0faa5c0f75e6474950eccfd0e6efa#52a6a02763f0faa5c0f75e6474950eccfd0e6efa" dependencies = [ "async-trait", "bee-common", @@ -1302,7 +1302,7 @@ dependencies = [ [[package]] name = "iota-core" version = "0.2.0-alpha.3" -source = "git+https://github.com/iotaledger/iota.rs?rev=7a9ef60fea1c865d59c744e0f6cc54371a4cebda#7a9ef60fea1c865d59c744e0f6cc54371a4cebda" +source = "git+https://github.com/iotaledger/iota.rs?rev=52a6a02763f0faa5c0f75e6474950eccfd0e6efa#52a6a02763f0faa5c0f75e6474950eccfd0e6efa" dependencies = [ "iota-client", ] @@ -2083,9 +2083,9 @@ checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" [[package]] name = "pollster" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75721b4c756dd61e006f1d3fe1e44bda75ad3a3d8eaa45e9f32943cbe635e663" +checksum = "6cce106fd2646acbe31a0e4006f75779d535c26a44f153ada196e9edcfc6d944" [[package]] name = "poly1305" diff --git a/bindings/python/native/Cargo.toml b/bindings/python/native/Cargo.toml index a25606acf..ef7dcee93 100644 --- a/bindings/python/native/Cargo.toml +++ b/bindings/python/native/Cargo.toml @@ -13,7 +13,7 @@ crate-type = ["cdylib"] [dependencies] iota-wallet = { path = "../../../", version = "0.1.0", features = ["stronghold", "ledger-nano", "ledger-nano-simulator"] } -iota-core = { git = "https://github.com/iotaledger/iota.rs", rev = "7a9ef60fea1c865d59c744e0f6cc54371a4cebda", features = ["mqtt"] } +iota-core = { git = "https://github.com/iotaledger/iota.rs", rev = "52a6a02763f0faa5c0f75e6474950eccfd0e6efa", features = ["mqtt"] } chrono = "0.4" serde_json = "1.0" serde = "1.0"