File: relax-dep.diff

package info (click to toggle)
rust-backtrace 0.3.74-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 600 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 668 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
Index: backtrace/Cargo.toml
===================================================================
--- backtrace.orig/Cargo.toml
+++ backtrace/Cargo.toml
@@ -104,7 +104,7 @@ features = ["derive"]
 optional = true
 
 [dev-dependencies.libloading]
-version = "0.7"
+version = "0.8"
 
 [features]
 coresymbolication = []
@@ -127,7 +127,7 @@ version = "0.2.156"
 default-features = false
 
 [target.'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))'.dependencies.miniz_oxide]
-version = "0.8"
+version = ">=0.7.1, <1.0"
 default-features = false
 
 [target.'cfg(not(all(windows, target_env = "msvc", not(target_vendor = "uwp"))))'.dependencies.object]