Skip to content

Commit e3d2069

Browse files
Update to iota v1.9.2 (#1735)
* pin iota to "v1.9.1-rc" and product-core to upstream-merge feature branch Summary: - [ ] tokio version update to: - - [ ] fastcrypto version update to rev = "-" - [ ] identity_wasm: new peerDep. version for @iota/iota-sdk: _ - [x] pin all product-core.git dependencies to `branch = "feat/iota-v1-9-1-rc-upstream-merge"` - [x] pin all iota.git dependencies to `tag = "v1.9.1-rc"` * Pin all notarization.git dependencies to `branch = "feat/iota-v1-x-x" * Pin all iota.git dependencies to tag = "v1.9.2-rc" * Update dependencies to iota v1.9.2 and product-core v0.8.4 - pin all iota.git dependencies to `tag = "v1.9.2"` - pin all product-core.git dependencies to `tag = "v0.8.4"` - pin all notarization.git dependencies to `tag = "v0.1.8"` - identity_wasm: @iota/iota-interaction-ts dependency stays with "^0.8.0" * use latest notarization version * Revert "use latest notarization version" This reverts commit d578bf2. --------- Co-authored-by: Enrico Marconi <[email protected]>
1 parent 54102c4 commit e3d2069

File tree

8 files changed

+25
-25
lines changed

8 files changed

+25
-25
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ exclude = ["bindings/wasm/identity_wasm", "bindings/grpc"]
3030

3131
[workspace.dependencies]
3232
bls12_381_plus = { version = "0.8.17" }
33-
iota_interaction = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.3", package = "iota_interaction" }
34-
iota_interaction_ts = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.3", package = "iota_interaction_ts" }
35-
product_common = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.3", package = "product_common" }
33+
iota_interaction = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.4", package = "iota_interaction" }
34+
iota_interaction_ts = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.4", package = "iota_interaction_ts" }
35+
product_common = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.4", package = "product_common" }
3636
serde = { version = "1.0", default-features = false, features = ["alloc", "derive"] }
3737
serde_json = { version = "1.0", default-features = false }
3838
oqs = { version = "0.10", default-features = false, features = ["sigs", "std", "vendored"] }

bindings/grpc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ identity_iota = { path = "../../identity_iota", features = ["resolver", "sd-jwt"
2424
identity_jose = { path = "../../identity_jose" }
2525
identity_storage = { path = "../../identity_storage", features = ["memstore"] }
2626
identity_stronghold = { path = "../../identity_stronghold", features = ["send-sync-storage"] }
27-
iota-sdk = { git = "https://github.com/iotaledger/iota.git", package = "iota-sdk", tag = "v1.7.0" }
27+
iota-sdk = { git = "https://github.com/iotaledger/iota.git", package = "iota-sdk", tag = "v1.9.2" }
2828
iota-sdk-legacy = { package = "iota-sdk", version = "1.1.2", features = ["stronghold"] }
2929
prost = "0.13"
3030
rand = "0.8.5"

bindings/wasm/identity_wasm/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ identity_eddsa_verifier = { path = "../../../identity_eddsa_verifier", default-f
2626
iota-caip = { git = "https://github.com/iotaledger/iota-caip.git", features = ["serde"] }
2727
# Remove iota-sdk dependency while working on issue #1445
2828
iota-sdk = { version = "1.1.5", default-features = false, features = ["serde", "std"] }
29-
iota_interaction = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.3", package = "iota_interaction", default-features = false }
30-
iota_interaction_ts = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.3", package = "iota_interaction_ts" }
29+
iota_interaction = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.4", package = "iota_interaction", default-features = false }
30+
iota_interaction_ts = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.4", package = "iota_interaction_ts" }
3131
js-sys = { version = "0.3.61" }
3232
json-proof-token = "0.4"
3333
proc_typescript = { version = "0.1.0", path = "./proc_typescript" }
34-
product_common = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.3", package = "product_common", features = ["core-client", "transaction", "bindings", "gas-station", "default-http-client"] }
34+
product_common = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.4", package = "product_common", features = ["core-client", "transaction", "bindings", "gas-station", "default-http-client"] }
3535
secret-storage = { git = "https://github.com/iotaledger/secret-storage.git", default-features = false, tag = "v0.3.0" }
3636
serde = { version = "1.0", features = ["derive"] }
3737
serde-wasm-bindgen = "0.6.5"

examples/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ identity_pqc_verifier = { path = "../identity_pqc_verifier", default-features =
1212
identity_storage = { path = "../identity_storage" }
1313
identity_stronghold = { path = "../identity_stronghold", default-features = false, features = ["send-sync-storage"] }
1414
iota-caip = { git = "https://github.com/iotaledger/iota-caip.git", features = ["iota", "resolver"] }
15-
iota-sdk = { git = "https://github.com/iotaledger/iota.git", package = "iota-sdk", tag = "v1.7.0" }
15+
iota-sdk = { git = "https://github.com/iotaledger/iota.git", package = "iota-sdk", tag = "v1.9.2" }
1616
iota-sdk-legacy = { package = "iota-sdk", version = "1.0", default-features = false, features = ["tls", "client", "stronghold"] }
1717
json-proof-token.workspace = true
18-
notarization = { git = "https://github.com/iotaledger/notarization.git", tag = "v0.1.7", features = ["irl"] }
19-
product_common = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.3", package = "product_common", features = ["core-client", "transaction"] }
18+
notarization = { git = "https://github.com/iotaledger/notarization.git", tag = "v0.1.8", features = ["irl"] }
19+
product_common = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.4", package = "product_common", features = ["core-client", "transaction"] }
2020
rand = "0.8.5"
2121
sd-jwt-payload = { version = "0.2.1", default-features = false, features = ["sha"] }
2222
secret-storage = { git = "https://github.com/iotaledger/secret-storage.git", tag = "v0.3.0" }

identity_iota/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ identity_verification = { version = "=1.7.0-beta.1", path = "../identity_verific
2424
iota_interaction.workspace = true
2525

2626
[target.'cfg(target_arch = "wasm32")'.dependencies]
27-
iota_interaction = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.3", package = "iota_interaction", default-features = false }
27+
iota_interaction = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.4", package = "iota_interaction", default-features = false }
2828

2929
[dev-dependencies]
3030
# required for doc test
3131
anyhow = "1.0.64"
3232
identity_iota = { version = "=1.7.0-beta.1", path = "./", features = ["memstore"] }
33-
iota-sdk = { git = "https://github.com/iotaledger/iota.git", package = "iota-sdk", tag = "v1.7.0" }
33+
iota-sdk = { git = "https://github.com/iotaledger/iota.git", package = "iota-sdk", tag = "v1.9.2" }
3434
rand = "0.8.5"
3535
secret-storage = { git = "https://github.com/iotaledger/secret-storage.git", tag = "v0.3.0" }
3636
tokio = { version = "1.46.1", features = ["full"] }

identity_iota_core/Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ num-derive = { version = "0.4", default-features = false }
2424
num-traits = { version = "0.2", default-features = false, features = ["std"] }
2525
once_cell = { version = "1.18", default-features = false, features = ["std"] }
2626
prefix-hex = { version = "0.7", default-features = false }
27-
product_common = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.3", package = "product_common", default-features = false }
27+
product_common = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.4", package = "product_common", default-features = false }
2828
ref-cast = { version = "1.0.14", default-features = false }
2929
serde.workspace = true
3030
serde_json.workspace = true
@@ -46,16 +46,16 @@ secret-storage = { git = "https://github.com/iotaledger/secret-storage.git", tag
4646
serde-aux = { version = "4.5.0", optional = true }
4747

4848
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
49-
iota-config = { git = "https://github.com/iotaledger/iota.git", package = "iota-config", tag = "v1.7.0", optional = true }
50-
iota_interaction = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.3", package = "iota_interaction", optional = true }
51-
iota_interaction_rust = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.3", package = "iota_interaction_rust", optional = true }
52-
iota-sdk = { git = "https://github.com/iotaledger/iota.git", package = "iota-sdk", tag = "v1.7.0", optional = true }
53-
move-core-types = { git = "https://github.com/iotaledger/iota.git", package = "move-core-types", tag = "v1.7.0", optional = true }
54-
shared-crypto = { git = "https://github.com/iotaledger/iota.git", package = "shared-crypto", tag = "v1.7.0", optional = true }
49+
iota-config = { git = "https://github.com/iotaledger/iota.git", package = "iota-config", tag = "v1.9.2", optional = true }
50+
iota_interaction = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.4", package = "iota_interaction", optional = true }
51+
iota_interaction_rust = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.4", package = "iota_interaction_rust", optional = true }
52+
iota-sdk = { git = "https://github.com/iotaledger/iota.git", package = "iota-sdk", tag = "v1.9.2", optional = true }
53+
move-core-types = { git = "https://github.com/iotaledger/iota.git", package = "move-core-types", tag = "v1.9.2", optional = true }
54+
shared-crypto = { git = "https://github.com/iotaledger/iota.git", package = "shared-crypto", tag = "v1.9.2", optional = true }
5555
tokio = { version = "1.46.1", default-features = false, features = ["macros", "sync", "rt", "process"] }
5656

5757
[target.'cfg(target_arch = "wasm32")'.dependencies]
58-
iota_interaction = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.3", package = "iota_interaction", default-features = false, optional = true }
58+
iota_interaction = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.4", package = "iota_interaction", default-features = false, optional = true }
5959

6060
# Dependency iota_interaction_ts is always used on wasm32 platform. It is not controlled by the "iota-client" feature
6161
# because it's unclear how to implement this. wasm32 build will most probably always use the "iota-client" feature

identity_jose/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ thiserror.workspace = true
2525
zeroize = { version = "1.6", default-features = false, features = ["std", "zeroize_derive"] }
2626

2727
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
28-
iota_interaction = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.3", package = "iota_interaction" }
28+
iota_interaction = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.4", package = "iota_interaction" }
2929

3030
[target.'cfg(target_arch = "wasm32")'.dependencies]
31-
iota_interaction = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.3", package = "iota_interaction", default-features = false }
31+
iota_interaction = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.4", package = "iota_interaction", default-features = false }
3232

3333
[dev-dependencies]
3434
iota-crypto = { version = "0.23", features = ["ed25519", "random", "hmac"] }

identity_storage/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,17 +38,17 @@ tokio = { version = "1.46.1", default-features = false, features = ["macros", "s
3838
zkryptium = { workspace = true, optional = true }
3939

4040
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
41-
iota_interaction = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.3", package = "iota_interaction", optional = true }
41+
iota_interaction = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.4", package = "iota_interaction", optional = true }
4242

4343
[target.'cfg(target_arch = "wasm32")'.dependencies]
44-
iota_interaction = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.3", package = "iota_interaction", default-features = false, optional = true }
44+
iota_interaction = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.4", package = "iota_interaction", default-features = false, optional = true }
4545

4646
[dev-dependencies]
4747
identity_credential = { version = "=1.7.0-beta.1", path = "../identity_credential", features = ["revocation-bitmap"] }
4848
identity_ecdsa_verifier = { version = "=1.7.0-beta.1", path = "../identity_ecdsa_verifier", default-features = false, features = ["es256"] }
4949
identity_eddsa_verifier = { version = "=1.7.0-beta.1", path = "../identity_eddsa_verifier", default-features = false, features = ["ed25519"] }
5050
once_cell = { version = "1.18", default-features = false }
51-
product_common = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.3", package = "product_common", default-features = false }
51+
product_common = { git = "https://github.com/iotaledger/product-core.git", tag = "v0.8.4", package = "product_common", default-features = false }
5252
tokio = { version = "1.46.1", default-features = false, features = ["macros", "sync", "rt"] }
5353

5454
[features]

0 commit comments

Comments
 (0)