File: 2002_riemann_client.patch

package info (click to toggle)
scaphandre 1.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 3,640 kB
  • sloc: sh: 53; makefile: 49
file content (33 lines) | stat: -rw-r--r-- 892 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
23
24
25
26
27
28
29
30
31
32
33
Description: avoid not-in-Debian crate riemann_client
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-08-26
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,9 +16,7 @@
 log = "0.4"
 clap = { version = "4.2", features = ["cargo", "derive"] }
 regex = "1.7"
-riemann_client = { version = "0.9.0", optional = true }
 hostname = "0.3.1"
-protobuf = "2.28.0"
 serde = { version = "1.0", features = ["derive"], optional = true }
 serde_json = { version = "1.0", optional = true }
 ordered-float = ">= 2.0, <= 4"
@@ -54,14 +52,12 @@
 [features]
 default = [
     "prometheus",
-    "riemann",
     "warpten",
     "json",
     "prometheuspush",
     "qemu",
 ]
 prometheus = ["hyper", "tokio"]
-riemann = ["riemann_client"]
 json = ["serde", "serde_json"]
 warpten = ["warp10"]
 prometheuspush = ["isahc"]