Skip to content

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
UMR1352 committed Apr 17, 2024
1 parent f659ec2 commit 5e7ae27
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 26 deletions.
61 changes: 36 additions & 25 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 @@ -13,7 +13,7 @@ name = "uni-resolver-driver-iota"

[dependencies]
tokio = { version = "1", features = ["net"] }
identity_iota = {git ="https://github.com/iotaledger/identity.rs.git", default-features = false, features = ["resolver", "client", "iota-client", "memstore"]}
identity_iota = { version = "1.2.0", default-features = false, features = ["resolver", "client", "iota-client", "memstore"]}
iota-sdk = { version = "1.0", default-features = false, features = ["tls", "client", "stronghold"] }
anyhow = "1.0.81"
axum = { version = "0.7.5", features = ["tracing"] }
Expand Down

0 comments on commit 5e7ae27

Please sign in to comment.