diff options
author | Matt Mastracci <matthew@mastracci.com> | 2023-11-01 14:20:50 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-01 20:20:50 +0000 |
commit | 658f958fb860e9ad3ea531f26f628f18f3bff63e (patch) | |
tree | 4dac462cc92c55a75b68c317fb4e97d76d2d41f2 /cli | |
parent | 02822d309f6a3ca1a092670905605dd72f15b384 (diff) |
chore(cli): bump zeromq dep (#21045)
Reduces the number of crates we need to build pretty significantly
(approx 20).
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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] |