diff --git a/_service b/_service
index d70325e..ca81c6d 100644
--- a/_service
+++ b/_service
@@ -26,8 +26,8 @@
.rustfmt.toml
- false
- true
+ true
+ false
registry
deno
diff --git a/deno.changes b/deno.changes
index 44f5d14..6569373 100644
--- a/deno.changes
+++ b/deno.changes
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+Mon Nov 11 02:12:08 UTC 2024 - Soc Virnyl Estela
+
+- Update vendored dependencies with patch ./zeromq-update.patch
+ * this fixes build where zeromq is not compatible with the new 'static
+ types from futures-util
+
-------------------------------------------------------------------
Sun Nov 10 12:46:52 UTC 2024 - Soc Virnyl Estela
diff --git a/deno.spec b/deno.spec
index cb06006..d270974 100644
--- a/deno.spec
+++ b/deno.spec
@@ -32,6 +32,7 @@ Source1: registry.tar.zst
Source2: rusty_v8-%{_v8_version}.tar.zst
Patch1: compiler-rt-adjust-paths.patch
Patch2: deno-v8-arm.patch
+Patch3: zeromq-update.patch
BuildRequires: cargo-packaging
BuildRequires: clang
# needed by `libz-ng-sys` after 1.36.1
diff --git a/registry.tar.zst b/registry.tar.zst
index abbb3da..7308ead 100644
--- a/registry.tar.zst
+++ b/registry.tar.zst
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:bad2d19de2a8b2ccc9a3e6949300ea6eb201e99e4eabb43d59db0a95fd930ca4
-size 139722143
+oid sha256:24a39a7e03dc6c7049371bb6b9a6fec546e2d506c69828300fb90df0859151d6
+size 145061553
diff --git a/zeromq-update.patch b/zeromq-update.patch
new file mode 100644
index 0000000..ac697c4
--- /dev/null
+++ b/zeromq-update.patch
@@ -0,0 +1,12 @@
+--- a/Cargo.toml.orig 2024-11-11 10:00:21.627172910 +0800
++++ b/Cargo.toml 2024-11-11 10:00:28.567190380 +0800
+@@ -204,7 +204,7 @@
+ 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
+