File: relax-scraper

package info (click to toggle)
rust-debian-watch 0.2.15-2
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 372 kB
  • sloc: makefile: 2
file content (13 lines) | stat: -rw-r--r-- 327 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: debian-watch/Cargo.toml
===================================================================
--- debian-watch.orig/Cargo.toml
+++ debian-watch/Cargo.toml
@@ -63,7 +63,7 @@ optional = true
 version = "0.16.1"
 
 [dependencies.scraper]
-version = "0.22"
+version = "0.20"
 optional = true
 
 [dependencies.sequoia-openpgp]