Skip to content

Commit

Permalink
chore(deps): update iota.rs (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored Apr 8, 2021
1 parent 3ebc2b9 commit 8963d59
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 29 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
18 changes: 9 additions & 9 deletions bindings/java/native/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/java/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
14 changes: 7 additions & 7 deletions bindings/nodejs/native/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/nodejs/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
14 changes: 7 additions & 7 deletions bindings/python/native/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bindings/python/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8963d59

Please sign in to comment.