File: relax-deps.diff

package info (click to toggle)
rust-syslog 6.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 156 kB
  • sloc: makefile: 4
file content (14 lines) | stat: -rw-r--r-- 349 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: relaxing dependencies
Author: Ed Neville <ed-debian@s5h.net>
Author: Peter Michael Green <plugwash@debian.org>
Origin: other
Forwarded: not-needed
Last-Update: 2025-09-20

--- rust-syslog-6.0.1.orig/Cargo.toml
+++ rust-syslog-6.0.1/Cargo.toml
@@ -19,3 +19,3 @@
 [dependencies.hostname]
-version = "0.3.1"
+version = ">= 0.3.1, < 0.5"