From 658f958fb860e9ad3ea531f26f628f18f3bff63e Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Wed, 1 Nov 2023 14:20:50 -0600 Subject: chore(cli): bump zeromq dep (#21045) Reduces the number of crates we need to build pretty significantly (approx 20). --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 50920cdd9..d312209e4 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -125,7 +125,7 @@ twox-hash = "=1.6.3" typed-arena = "=2.0.1" uuid = { workspace = true, features = ["serde"] } walkdir = "=2.3.2" -zeromq = { version = "=0.3.3", default-features = false, features = ["tcp-transport", "tokio-runtime"] } +zeromq = { version = "=0.3.4", default-features = false, features = ["tcp-transport", "tokio-runtime"] } zstd.workspace = true [target.'cfg(windows)'.dependencies] -- cgit v1.2.3