File: relax-deps.patch

package info (click to toggle)
rust-github-actions-expressions 0.0.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 292 kB
  • sloc: makefile: 2
file content (36 lines) | stat: -rw-r--r-- 650 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
diff --git a/Cargo.toml b/Cargo.toml
index fdf59a4..90742df 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,25 +32,25 @@ name = "github_actions_expressions"
 path = "src/lib.rs"
 
 [dependencies.anyhow]
-version = "1.0.99"
+version = "1"
 
 [dependencies.itertools]
-version = "0.14.0"
+version = "0.13"
 
 [dependencies.pest]
-version = "2.8.1"
+version = "2"
 
 [dependencies.pest_derive]
-version = "2.8.1"
+version = "2"
 
 [dependencies.serde_json]
-version = "1.0.143"
+version = "1"
 
 [dependencies.subfeature]
 version = "0.0.3"
 
 [dev-dependencies.pretty_assertions]
-version = "1.4.1"
+version = "1"
 
 [lints.clippy]
 dbg_macro = "warn"