File: relax-deps.patch

package info (click to toggle)
rust-subfeature 0.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 112 kB
  • sloc: makefile: 4
file content (21 lines) | stat: -rw-r--r-- 381 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
diff --git a/Cargo.toml b/Cargo.toml
index 4e5f4a6..f0e2175 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,13 +32,13 @@ name = "subfeature"
 path = "src/lib.rs"
 
 [dependencies.memchr]
-version = "2.7.5"
+version = "2"
 
 [dependencies.regex]
-version = "1.11.1"
+version = "1"
 
 [dependencies.serde]
-version = "1.0.219"
+version = "1"
 features = ["derive"]
 
 [lints.clippy]