Skip to content

Commit

Permalink
Merge pull request #138 from input-output-hk/update-cryptoxide
Browse files Browse the repository at this point in the history
update cryptoxide to 0.3.1
  • Loading branch information
Mikhail Zabaluev authored Feb 11, 2021
2 parents 33092a0 + c37e3db commit 456bdff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bip39/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
license = "MIT OR Apache-2.0"

[dependencies]
cryptoxide = "0.1"
cryptoxide = "0.3.1"
thiserror = { version = "1.0.13", default-features = false }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion hdkeygen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
license = "MIT OR Apache-2.0"

[dependencies]
cryptoxide = "0.2.0"
cryptoxide = "0.3.1"
ed25519-bip32 = "^0.3.1"
bip39 = { path = "../bip39" }
cbor_event = "^2.1.3"
Expand Down
2 changes: 1 addition & 1 deletion symmetric-cipher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.5.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cryptoxide = "0.2.0"
cryptoxide = "0.3.1"
rand = "0.7.3"
thiserror = {version = "1.0.13", default-features = false}

Expand Down
2 changes: 1 addition & 1 deletion wallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2018"
license = "MIT OR Apache-2.0"

[dependencies]
cryptoxide = "0.2.0"
cryptoxide = "0.3.1"
ed25519-bip32 = "^0.3.1"
cbor_event = "^2.1.3"
thiserror = { version = "1.0.13", default-features = false }
Expand Down

0 comments on commit 456bdff

Please sign in to comment.