File: relax-dep-versions.patch

package info (click to toggle)
rust-env-proxy 0.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 132 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 394 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: env-proxy/Cargo.toml
===================================================================
--- env-proxy.orig/Cargo.toml
+++ env-proxy/Cargo.toml
@@ -22,7 +22,7 @@ keywords = ["proxy", "environment", "htt
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/inejge/env_proxy"
 [dependencies.log]
-version = "0.3"
+version = ">= 0.3, < 0.5"
 
 [dependencies.url]
 version = "1"