File: remove-older-dep-variants.patch

package info (click to toggle)
rust-postgres-types 0.2.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 364 kB
  • sloc: makefile: 4
file content (99 lines) | stat: -rw-r--r-- 2,188 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Description: Keep only dep variants of current (packaged) versions
Last-Update: 2025-09-23
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: postgres-types/Cargo.toml
===================================================================
--- postgres-types.orig/Cargo.toml
+++ postgres-types/Cargo.toml
@@ -41,11 +41,6 @@ path = "src/lib.rs"
 version = "2"
 optional = true
 
-[dependencies.bit-vec-06]
-version = "0.6"
-optional = true
-package = "bit-vec"
-
 [dependencies.bytes]
 version = "1.0"
 
@@ -66,11 +61,6 @@ version = "0.3"
 optional = true
 package = "cidr"
 
-[dependencies.eui48-04]
-version = "0.4"
-optional = true
-package = "eui48"
-
 [dependencies.eui48-1]
 version = "1.0"
 optional = true
@@ -80,21 +70,11 @@ package = "eui48"
 [dependencies.fallible-iterator]
 version = "0.2"
 
-[dependencies.geo-types-06]
-version = "0.6"
-optional = true
-package = "geo-types"
-
 [dependencies.geo-types-0_7]
 version = "0.7"
 optional = true
 package = "geo-types"
 
-[dependencies.jiff-01]
-version = "0.1"
-optional = true
-package = "jiff"
-
 [dependencies.postgres-derive]
 version = "0.4.6"
 optional = true
@@ -118,22 +98,12 @@ optional = true
 default-features = false
 package = "smol_str"
 
-[dependencies.time-02]
-version = "0.2"
-optional = true
-package = "time"
-
 [dependencies.time-03]
 version = "0.3"
 optional = true
 default-features = false
 package = "time"
 
-[dependencies.uuid-08]
-version = "0.8"
-optional = true
-package = "uuid"
-
 [dependencies.uuid-1]
 version = "1.0"
 optional = true
@@ -143,21 +113,15 @@ package = "uuid"
 array-impls = ["array-init"]
 derive = ["postgres-derive"]
 js = ["postgres-protocol/js"]
-with-bit-vec-0_6 = ["bit-vec-06"]
 with-chrono-0_4 = ["chrono-04"]
 with-cidr-0_2 = ["cidr-02"]
 with-cidr-0_3 = ["cidr-03"]
-with-eui48-0_4 = ["eui48-04"]
 with-eui48-1 = ["eui48-1"]
-with-geo-types-0_6 = ["geo-types-06"]
 with-geo-types-0_7 = ["geo-types-0_7"]
-with-jiff-0_1 = ["jiff-01"]
 with-serde_json-1 = [
     "serde-1",
     "serde_json-1",
 ]
 with-smol_str-01 = ["smol_str-01"]
-with-time-0_2 = ["time-02"]
 with-time-0_3 = ["time-03"]
-with-uuid-0_8 = ["uuid-08"]
 with-uuid-1 = ["uuid-1"]