File: relax-deps.patch

package info (click to toggle)
rust-github-actions-expressions 0.0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 244 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 436 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
22
diff --git a/Cargo.toml b/Cargo.toml
index 68d8867..3b7c881 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -35,7 +35,7 @@ path = "src/lib.rs"
 version = "1.0.100"
 
 [dependencies.itertools]
-version = "0.14.0"
+version = "0.13"
 
 [dependencies.pest]
 version = "2.8.3"
@@ -44,7 +44,7 @@ version = "2.8.3"
 version = "2.8.3"
 
 [dependencies.serde_json]
-version = "1.0.145"
+version = "1"
 
 [dependencies.subfeature]
 version = "0.0.4"