Skip to content

Commit

Permalink
bump iota-crypto v0.23 (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
semenov-vladyslav committed Jul 18, 2023
1 parent 4231643 commit 1b46f41
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions .changes/bump-crypto-0.23.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"iota-stronghold": patch
"stronghold-engine": patch
"stronghold-runtime": patch
---

Bump `iota-crypto` version to 0.23.
2 changes: 1 addition & 1 deletion bindings/native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ iota_stronghold = { package = "iota_stronghold", path = "../../client/
engine = { package = "stronghold_engine", path = "../../engine", version = "2.0.0-rc.0" }
tokio = { version = "1.15.0", features = ["full"] }
base64 = { version = "0.13.0" }
iota-crypto = { version = "0.22.1", default-features = false, features = [
iota-crypto = { version = "0.23", default-features = false, features = [
"aes-gcm",
"aes-kw",
"random",
Expand Down
2 changes: 1 addition & 1 deletion client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ insecure = [ ]
thiserror = { version = "1.0.30" }
zeroize = { version = "1.5.7", default-features = false, features = [ "zeroize_derive", "serde" ] }
serde = { version = "1.0", features = [ "derive" ] }
iota-crypto = { version = "0.22.1", default-features = false, features = [
iota-crypto = { version = "0.23", default-features = false, features = [
"aes-gcm",
"blake2b",
"aes-kw",
Expand Down
2 changes: 1 addition & 1 deletion engine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ zeroize = { version = "1.5.7", features = [ "zeroize_derive" ] }
serde = { version = "1.0", features = [ "derive" ] }
stronghold-runtime = { version = "2.0.0-rc.1", path = "runtime" }
digest = { version = "0.10.1", optional = true, default-features = false }
iota-crypto = { version = "0.22.1", features = [
iota-crypto = { version = "0.23", features = [
"age",
"pbkdf2",
"random",
Expand Down
2 changes: 1 addition & 1 deletion engine/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ path = "../"
version = "0.4"

[dependencies.iota-crypto]
version = "0.22.1"
version = "0.23"
features = [ "random", "chacha" ]
default-features= false

Expand Down
2 changes: 1 addition & 1 deletion engine/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ serde = { version = "1.0", features = [ "derive" ] }
random = { version = "0.8.4", package = "rand" }
dirs = { version = "4.0.0" }
thiserror = { version = "1.0" }
iota-crypto = { version = "0.22.1", default-features = false, features = [ "blake2b" ] }
iota-crypto = { version = "0.23", default-features = false, features = [ "blake2b" ] }

[target."cfg(windows)".dependencies]
windows = { version = "0.36.0", features = [
Expand Down

0 comments on commit 1b46f41

Please sign in to comment.