File: relax-dependencies.patch

package info (click to toggle)
rust-trust-dns-resolver 0.22.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 672 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 341 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: trust-dns-resolver/Cargo.toml
===================================================================
--- trust-dns-resolver.orig/Cargo.toml
+++ trust-dns-resolver/Cargo.toml
@@ -176,7 +176,7 @@ tokio-runtime = [
 ]
 
 [target."cfg(windows)".dependencies.ipconfig]
-version = "0.3.0"
+version = "0.2"
 optional = true
 
 [badges.codecov]