File: 0012-relax-tokio-stream-dependency.patch

package info (click to toggle)
netavark 1.14.0-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,648 kB
  • sloc: sh: 1,089; makefile: 151
file content (21 lines) | stat: -rw-r--r-- 677 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Reinhard Tartler <siretart@tauware.de>
Date: Fri, 30 Aug 2024 21:41:49 -0400
Subject: relax tokio-stream dependency

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: netavark/Cargo.toml
===================================================================
--- netavark.orig/Cargo.toml
+++ netavark/Cargo.toml
@@ -54,7 +54,7 @@ nftables = "0.5.0"
 fs2 = "0.4.3"
 netlink-sys = "0.8.7"
 tokio = { version = "1.43.0", features = ["rt", "rt-multi-thread", "signal", "fs"] }
-tokio-stream = { version = "0.1.17", features = ["net"] }
+tokio-stream = { version = ">= 0.1.16", features = ["net"] }
 tonic = "0.12.3"
 mozim = "0.2.5"
 prost = "0.13.4"