From 951b10897a1f27ed8ca73bbf992156c76ed30d95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 04:58:08 +0000 Subject: [PATCH] deps: bump data-encoding from 2.5.0 to 2.10.0 Bumps [data-encoding](https://github.com/ia0/data-encoding) from 2.5.0 to 2.10.0. - [Commits](https://github.com/ia0/data-encoding/compare/v2.5.0...v2.10.0) --- updated-dependencies: - dependency-name: data-encoding dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- protocols/mdns/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1ed06136646..2bb8e1b2941 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1212,9 +1212,9 @@ dependencies = [ [[package]] name = "data-encoding" -version = "2.5.0" +version = "2.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5" +checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea" [[package]] name = "data-encoding-macro" diff --git a/protocols/mdns/Cargo.toml b/protocols/mdns/Cargo.toml index ef273781b78..22587f41880 100644 --- a/protocols/mdns/Cargo.toml +++ b/protocols/mdns/Cargo.toml @@ -13,7 +13,7 @@ categories = ["network-programming", "asynchronous"] [dependencies] async-std = { version = "1.12.0", optional = true } async-io = { version = "2.3.1", optional = true } -data-encoding = "2.5.0" +data-encoding = "2.10.0" futures = "0.3.30" if-watch = "3.2.0" libp2p-core = { workspace = true }