File: relax-deps.patch

package info (click to toggle)
rust-does-it-json 0.0.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 148 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 470 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 537e8cf..4adaeb5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,7 +21,7 @@ repository = "https://github.com/ahl/does-it-json"
 resolver = "2"
 
 [dependencies.regress]
-version = "0.4.1"
+version = "0.10"
 
 [dependencies.schemars]
 version = "0.8.10"
@@ -33,7 +33,7 @@ version = "1.0.137"
 version = "1.0.81"
 
 [dependencies.thiserror]
-version = "1.0.31"
+version = "2"
 
 [dev-dependencies.expectorate]
 version = "1.0.5"