File: relax-deps.diff

package info (click to toggle)
rust-tracing-subscriber 0.3.20-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,888 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 353 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: tracing-subscriber/Cargo.toml
===================================================================
--- tracing-subscriber.orig/Cargo.toml
+++ tracing-subscriber/Cargo.toml
@@ -303,7 +303,7 @@ version = "0.2.0"
 optional = true
 
 [dev-dependencies.criterion]
-version = "0.3.6"
+version = "0.5"
 default-features = false
 
 [dev-dependencies.log]