From 15b6baff33bb2405b174c5eaa919f9219421d513 Mon Sep 17 00:00:00 2001 From: "Soc Virnyl S. Estela" Date: Wed, 13 Nov 2024 00:25:59 +0800 Subject: [PATCH] chore: update zeromq to 0.4.1 (#26811) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: #26810 --------- Signed-off-by: Soc Virnyl Estela Co-authored-by: Divy Srivastava Co-authored-by: Bartek IwaƄczuk --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b86b8acd94..6f7799bac8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8485,9 +8485,9 @@ dependencies = [ [[package]] name = "zeromq" -version = "0.4.0" +version = "0.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fb0560d00172817b7f7c2265060783519c475702ae290b154115ca75e976d4d0" +checksum = "6a4528179201f6eecf211961a7d3276faa61554c82651ecc66387f68fc3004bd" dependencies = [ "async-trait", "asynchronous-codec", diff --git a/Cargo.toml b/Cargo.toml index d83ca2e413..e372e542bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -204,7 +204,7 @@ webpki-root-certs = "0.26.5" webpki-roots = "0.26" which = "4.2.5" yoke = { version = "0.7.4", features = ["derive"] } -zeromq = { version = "=0.4.0", default-features = false, features = ["tcp-transport", "tokio-runtime"] } +zeromq = { version = "=0.4.1", default-features = false, features = ["tcp-transport", "tokio-runtime"] } zstd = "=0.12.4" # crypto