e0433ce5cd
- Remove command to remove config.toml in specfile OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=256
13 lines
467 B
Diff
13 lines
467 B
Diff
--- 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
|
|
|