File: 2002_tracing-test.patch

package info (click to toggle)
rust-indieweb 0.4.5-8
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,148 kB
  • sloc: makefile: 12; sh: 1
file content (16 lines) | stat: -rw-r--r-- 509 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: avoid not-in-Debian crate tracing-test
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2024-09-14
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/library/Cargo.toml
+++ b/library/Cargo.toml
@@ -54,7 +54,6 @@
 env_logger = "0.11"
 assert-json-diff = "2.0"
 tokio = { version = "1.40", features = ["test-util", "full"] }
-tracing-test = "0.2"
 tokio-test = "0.4.4"
 miette = { version = "7.2", default-features = true, features = ["fancy"] }