File: relax-brotli.diff

package info (click to toggle)
rust-async-compression 0.4.27-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,020 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 161 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -129,7 +129,7 @@
 ]
 
 [dependencies.brotli]
-version = "8"
+version = ">= 6, < 9"
 optional = true
 
 [dependencies.bzip2]