diff options
author | Soc Virnyl S. Estela <socvirnyl.estela+github@uncomfyhalomacro.pl> | 2024-11-13 00:25:59 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-12 17:25:59 +0100 |
commit | 15b6baff33bb2405b174c5eaa919f9219421d513 (patch) | |
tree | 2c4548a56a18db74b8c3895d7035334cbed0c6a7 /Cargo.toml | |
parent | 7179bdcc772577e44566acded5b165946d73fe4b (diff) |
chore: update zeromq to 0.4.1 (#26811)
Closes: #26810
---------
Signed-off-by: Soc Virnyl Estela <contact@uncomfyhalomacro.pl>
Co-authored-by: Divy Srivastava <dj.srivastava23@gmail.com>
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml index d83ca2e41..e372e542b 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 |