File: relax-deps.diff

package info (click to toggle)
rust-zerocopy 0.8.26-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,144 kB
  • sloc: sh: 116; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 377 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
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -80,3 +80,3 @@
 [dev-dependencies.either]
-version = "=1.13.0"
+version = "1.13.0"
 
@@ -90,3 +90,3 @@
 [dev-dependencies.itertools]
-version = "0.11"
+version = "0.13"
 
@@ -114,7 +111,7 @@
 version = "1.1"
 
 [dev-dependencies.trybuild]
-version = "=1.0.89"
+version = "1.0.104"
 features = ["diff"]
 
 [dev-dependencies.zerocopy-derive]