File: relax-deps.diff

package info (click to toggle)
rust-tokio-postgres 0.7.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 712 kB
  • sloc: makefile: 2
file content (85 lines) | stat: -rw-r--r-- 2,301 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Description: remove unpackaged deps
Last-Update: 2025-09-23
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: tokio-postgres/Cargo.toml
===================================================================
--- tokio-postgres.orig/Cargo.toml
+++ tokio-postgres/Cargo.toml
@@ -106,10 +106,6 @@ features = ["codec"]
 [dependencies.whoami]
 version = "1.4.1"
 
-[dev-dependencies.bit-vec-06]
-version = "0.6"
-package = "bit-vec"
-
 [dev-dependencies.chrono-04]
 version = "0.4"
 default-features = false
@@ -129,18 +125,10 @@ package = "eui48"
 [dev-dependencies.futures-executor]
 version = "0.3"
 
-[dev-dependencies.geo-types-06]
-version = "0.6"
-package = "geo-types"
-
 [dev-dependencies.geo-types-07]
 version = "0.7"
 package = "geo-types"
 
-[dev-dependencies.jiff-01]
-version = "0.1"
-package = "jiff"
-
 [dev-dependencies.serde-1]
 version = "1.0"
 package = "serde"
@@ -149,14 +137,6 @@ package = "serde"
 version = "1.0"
 package = "serde_json"
 
-[dev-dependencies.smol_str-01]
-version = "0.1"
-package = "smol_str"
-
-[dev-dependencies.time-02]
-version = "0.2"
-package = "time"
-
 [dev-dependencies.time-03]
 version = "0.3"
 features = ["parsing"]
@@ -172,10 +152,6 @@ features = [
     "time",
 ]
 
-[dev-dependencies.uuid-08]
-version = "0.8"
-package = "uuid"
-
 [dev-dependencies.uuid-1]
 version = "1.0"
 package = "uuid"
@@ -191,20 +167,11 @@ runtime = [
     "tokio/net",
     "tokio/time",
 ]
-with-bit-vec-0_6 = ["postgres-types/with-bit-vec-0_6"]
 with-chrono-0_4 = ["postgres-types/with-chrono-0_4"]
-with-cidr-0_2 = ["postgres-types/with-cidr-0_2"]
-with-cidr-0_3 = ["postgres-types/with-cidr-0_3"]
-with-eui48-0_4 = ["postgres-types/with-eui48-0_4"]
 with-eui48-1 = ["postgres-types/with-eui48-1"]
-with-geo-types-0_6 = ["postgres-types/with-geo-types-0_6"]
 with-geo-types-0_7 = ["postgres-types/with-geo-types-0_7"]
-with-jiff-0_1 = ["postgres-types/with-jiff-0_1"]
 with-serde_json-1 = ["postgres-types/with-serde_json-1"]
-with-smol_str-01 = ["postgres-types/with-smol_str-01"]
-with-time-0_2 = ["postgres-types/with-time-0_2"]
 with-time-0_3 = ["postgres-types/with-time-0_3"]
-with-uuid-0_8 = ["postgres-types/with-uuid-0_8"]
 with-uuid-1 = ["postgres-types/with-uuid-1"]
 
 [target.'cfg(not(target_arch = "wasm32"))'.dependencies.socket2]