From a4c335f40f97b58f95fe87736584e7b909f617d0 Mon Sep 17 00:00:00 2001 From: "hash-worker[bot]" <180894564+hash-worker[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 00:26:03 +0000 Subject: [PATCH] Update Rust crate `libp2p-identity` to v0.2.10 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 605b602e140..bc2561f859c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4305,9 +4305,9 @@ dependencies = [ [[package]] name = "libp2p-identity" -version = "0.2.9" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55cca1eb2bc1fd29f099f3daaab7effd01e1a54b7c577d0ed082521034d912e8" +checksum = "257b5621d159b32282eac446bed6670c39c7dc68a200a992d8f056afa0066f6d" dependencies = [ "bs58", "ed25519-dalek", diff --git a/Cargo.toml b/Cargo.toml index 61a9ae31288..5e17093f807 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -119,7 +119,7 @@ iso8601-duration = { version = "=0.2.0", default-features = false } json-number = { version = "=0.4.9", default-features = false } jsonptr = { version = "=0.6.3", default-features = false } libp2p-core = { version = "=0.42.0", default-features = false } -libp2p-identity = { version = "=0.2.9", default-features = false } +libp2p-identity = { version = "=0.2.10", default-features = false } libp2p-ping = { version = "=0.45.0", default-features = false } libp2p-swarm = { version = "=0.45.1", default-features = false } libp2p-yamux = { version = "=0.46.0", default-features = false }