File: relax-deps.patch

package info (click to toggle)
rust-github-actions-models 0.32.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 516 kB
  • sloc: makefile: 4
file content (27 lines) | stat: -rw-r--r-- 497 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
diff --git a/Cargo.toml b/Cargo.toml
index b755923..ed7f1ae 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -49,18 +49,18 @@ name = "test_workflow"
 path = "tests/test_workflow.rs"
 
 [dependencies.indexmap]
-version = "2.10.0"
+version = "2"
 features = ["serde"]
 
 [dependencies.serde]
-version = "1.0.219"
+version = "1"
 features = ["derive"]
 
 [dependencies.serde_yaml]
-version = "0.9.34"
+version = "0.9"
 
 [dependencies.tracing]
-version = "0.1.41"
+version = "0.1"
 
 [dev-dependencies]