File: relax-deps.patch

package info (click to toggle)
rust-serde-json-path-macros-internal 0.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 144 kB
  • sloc: makefile: 4
file content (19 lines) | stat: -rw-r--r-- 358 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
diff --git a/Cargo.toml b/Cargo.toml
index 7b0ba29..fcfc327 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -37,11 +37,11 @@ path = "mod.rs"
 proc-macro = true
 
 [dependencies.proc-macro2]
-version = "1.0.89"
+version = "1"
 
 [dependencies.quote]
-version = "1.0.37"
+version = "1"
 
 [dependencies.syn]
-version = "2.0.87"
+version = "2"
 features = ["full"]