Skip to content

Commit

Permalink
update stronghold and sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
UMR1352 committed May 22, 2024
1 parent 4cf455d commit 5cc7f3b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 9 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,5 @@ license = "Apache-2.0"
repository = "https://github.com/iotaledger/identity.rs"
rust-version = "1.65"

[patch.crates-io]
iota_stronghold = { git = "https://github.com/tensor-programming/stronghold.rs.git", branch = "feat/expose_runner" }

[workspace.lints.clippy]
result_large_err = "allow"
2 changes: 1 addition & 1 deletion bindings/grpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ futures = { version = "0.3" }
identity_eddsa_verifier = { path = "../../identity_eddsa_verifier" }
identity_iota = { path = "../../identity_iota", features = ["resolver", "sd-jwt", "domain-linkage", "domain-linkage-fetch", "status-list-2021"] }
identity_stronghold = { path = "../../identity_stronghold", features = ["send-sync-storage"] }
iota-sdk = { version = "1.1.2", features = ["stronghold"] }
iota-sdk = { version = "1.1.5", features = ["stronghold"] }
openssl = { version = "0.10", features = ["vendored"] }
prost = "0.12"
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion identity_iota/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ identity_verification = { version = "=1.2.0", path = "../identity_verification",

[dev-dependencies]
anyhow = "1.0.64"
iota-sdk = { version = "1.0", default-features = false, features = ["tls", "client"] }
iota-sdk = { version = "1.1.5", default-features = false, features = ["tls", "client"] }
rand = "0.8.5"
tokio = { version = "1.29.0", features = ["full"] }

Expand Down
2 changes: 1 addition & 1 deletion identity_iota_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ identity_credential = { version = "=1.2.0", path = "../identity_credential", def
identity_did = { version = "=1.2.0", path = "../identity_did", default-features = false }
identity_document = { version = "=1.2.0", path = "../identity_document", default-features = false }
identity_verification = { version = "=1.2.0", path = "../identity_verification", default-features = false }
iota-sdk = { version = "1.0.2", default-features = false, features = ["serde", "std"], optional = true }
iota-sdk = { version = "1.1.5", default-features = false, features = ["serde", "std"], optional = true }
num-derive = { version = "0.4", default-features = false }
num-traits = { version = "0.2", default-features = false, features = ["std"] }
once_cell = { version = "1.18", default-features = false, features = ["std"] }
Expand Down
2 changes: 1 addition & 1 deletion identity_resolver/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ optional = true

[dev-dependencies]
identity_iota_core = { path = "../identity_iota_core", features = ["test"] }
iota-sdk = { version = "1.0.2" }
iota-sdk = { version = "1.1.5" }
tokio = { version = "1.29.0", default-features = false, features = ["rt-multi-thread", "macros"] }

[features]
Expand Down
4 changes: 2 additions & 2 deletions identity_stronghold/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ async-trait = { version = "0.1.64", default-features = false }
identity_storage = { version = "=1.2.0", path = "../identity_storage", default_features = false }
identity_verification = { version = "=1.2.0", path = "../identity_verification", default_features = false }
iota-crypto = { version = "0.23", default-features = false, features = ["ed25519"] }
iota-sdk = { version = "1.0.2", default-features = false, features = ["client", "stronghold"] }
iota_stronghold = { version = "2.0.0", default-features = false }
iota-sdk = { version = "1.1.5", default-features = false, features = ["client", "stronghold"] }
iota_stronghold = { version = "2.1.0", default-features = false }
json-proof-token = { workspace = true, optional = true }
rand = { version = "0.8.5", default-features = false, features = ["std", "std_rng"] }
tokio = { version = "1.29.0", default-features = false, features = ["macros", "sync"] }
Expand Down

0 comments on commit 5cc7f3b

Please sign in to comment.