From 493f74c6be590cfda61b03ed9e19f3db3042f592 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Jul 2023 01:05:55 +0000 Subject: [PATCH] chore(deps): update rust crate multihash to 0.19.0 --- keypair/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keypair/Cargo.toml b/keypair/Cargo.toml index 0feec47a..1f301ee3 100644 --- a/keypair/Cargo.toml +++ b/keypair/Cargo.toml @@ -21,7 +21,7 @@ zeroize = "1" serde_bytes = "0.11" eyre = "0.6.5" libp2p-identity = { workspace = true, default-features = false, features = ["peerid", "rsa", "ed25519", "secp256k1"] } -multihash = { version = "0.18.0", features = ["identity"] } +multihash = { version = "0.19.0", features = ["identity"] } [target.'cfg(not(target_arch = "wasm32"))'.dependencies] ring = { version = "0.16.9", features = ["alloc", "std"], default-features = false }