File: relax-dep.diff

package info (click to toggle)
rust-combine 4.6.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 988 kB
  • sloc: sh: 21; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 512 bytes parent folder | download | duplicates (3)
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
Index: combine/Cargo.toml
===================================================================
--- combine.orig/Cargo.toml
+++ combine/Cargo.toml
@@ -167,17 +167,17 @@ package = "futures"
 version = "1.0"
 
 [dev-dependencies.partial-io]
-version = "0.3"
+version = "0.5.4"
 features = [
     "tokio",
     "quickcheck",
 ]
 
 [dev-dependencies.quick-error]
-version = "1.0"
+version = "2.0"
 
 [dev-dependencies.quickcheck]
-version = "0.6"
+version = "1.0.3"
 
 [dev-dependencies.tokio-02-dep]
 version = "0.2"