File: relax-deps.patch

package info (click to toggle)
rust-yamlpatch 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 232 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 249 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Cargo.toml b/Cargo.toml
index 34e1503..1cd163f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -57,7 +57,7 @@ features = [
 ]
 
 [dependencies.serde_json]
-version = "1.0.145"
+version = "1"
 
 [dependencies.serde_yaml]
 version = "0.9.34"