Skip to content

Commit 6fdab6b

Browse files
authored
bump to 0.4.1 (#752)
1 parent 1932827 commit 6fdab6b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cardano-legacy-address/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ edition = "2021"
1717
[dependencies]
1818
cryptoxide = "0.4"
1919
cbor_event = "^2.1.3"
20-
ed25519-bip32 = "^0.4.1"
20+
ed25519-bip32 = "0.4.1"
2121
chain-ser = {path = "../chain-ser"}
2222

2323
criterion = { version = "0.3.0", optional = true }

chain-crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ generic-array = "^0.14"
1717
rand_core = "0.6"
1818
rand = { version = "0.8", features = ["small_rng"], optional = true }
1919
rayon = "1.5"
20-
ed25519-bip32 = "0.4"
20+
ed25519-bip32 = "0.4.1"
2121
hex = "0.4.0"
2222
typed-bytes = { path = "../typed-bytes" }
2323

chain-impl-mockchain/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ strum_macros = "0.23.1"
2222
hex = { version = "0.4.2", default-features = false, features = [ "std" ] }
2323
quickcheck = { version = "0.9", optional = true }
2424
quickcheck_macros = { version = "0.9", optional = true }
25-
ed25519-bip32 = { version = "0.4", optional = true }
25+
ed25519-bip32 = { version = "0.4.1", optional = true }
2626
thiserror = "1.0"
2727
lazy_static = { version = "1.3.0", optional = true }
2828
cardano-legacy-address = { path= "../cardano-legacy-address" }
@@ -54,7 +54,7 @@ chain-crypto = { path = "../chain-crypto", features=["property-test-api"]}
5454
chain-time = { path = "../chain-time", features=["property-test-api"]}
5555
chain-addr = { path = "../chain-addr", features=["property-test-api"]}
5656
chain-evm = { path = "../chain-evm", features=["property-test-api"]}
57-
ed25519-bip32 = "0.4"
57+
ed25519-bip32 = "0.4.1"
5858
rand_chacha = "0.3"
5959
lazy_static = "1.3.0"
6060
tempfile = "3.1.0"

0 commit comments

Comments
 (0)