@@ -13,10 +13,10 @@ build = "build.rs"
13
13
[features ]
14
14
curl-backend = [" download/curl-backend" ]
15
15
default = [
16
- " curl-backend" ,
17
- " reqwest-backend" ,
18
- " reqwest-native-tls" ,
19
- " reqwest-rustls-tls" ,
16
+ " curl-backend" ,
17
+ " reqwest-backend" ,
18
+ " reqwest-native-tls" ,
19
+ " reqwest-rustls-tls" ,
20
20
]
21
21
22
22
reqwest-backend = [" download/reqwest-backend" ]
@@ -30,10 +30,10 @@ no-self-update = []
30
30
31
31
# Include an Opentelemetry sink for tracing events
32
32
otel = [
33
- " dep:opentelemetry-otlp" ,
34
- " dep:tracing-opentelemetry" ,
35
- " dep:opentelemetry" ,
36
- " dep:opentelemetry_sdk" ,
33
+ " dep:opentelemetry-otlp" ,
34
+ " dep:tracing-opentelemetry" ,
35
+ " dep:opentelemetry" ,
36
+ " dep:opentelemetry_sdk" ,
37
37
]
38
38
39
39
# Exports code dependent on private interfaces for the integration test suite
@@ -61,8 +61,8 @@ opener = "0.7.0"
61
61
# allows controlling the vendoring status without exposing the presence of the download crate.
62
62
openssl = { version = " 0.10" , optional = true }
63
63
opentelemetry = { workspace = true , optional = true }
64
- opentelemetry_sdk = { workspace = true , optional = true }
65
64
opentelemetry-otlp = { workspace = true , optional = true }
65
+ opentelemetry_sdk = { workspace = true , optional = true }
66
66
pulldown-cmark = { version = " 0.11" , default-features = false }
67
67
rand = " 0.8"
68
68
regex = " 1"
@@ -81,13 +81,13 @@ tempfile.workspace = true
81
81
termcolor.workspace = true
82
82
thiserror.workspace = true
83
83
threadpool = " 1"
84
- tokio-retry.workspace = true
85
84
tokio.workspace = true
85
+ tokio-retry.workspace = true
86
86
tokio-stream.workspace = true
87
87
toml = " 0.8"
88
+ tracing.workspace = true
88
89
tracing-opentelemetry = { workspace = true , optional = true }
89
90
tracing-subscriber = { workspace = true , features = [" env-filter" ] }
90
- tracing.workspace = true
91
91
url.workspace = true
92
92
wait-timeout = " 0.2"
93
93
walkdir = { workspace = true , optional = true }
@@ -100,19 +100,19 @@ winreg = "0.52"
100
100
101
101
[target ."cfg(windows)" .dependencies .windows-sys ]
102
102
features = [
103
- " Win32_Foundation" ,
104
- " Win32_Security" ,
105
- " Win32_Storage_FileSystem" ,
106
- " Win32_System_Diagnostics_ToolHelp" ,
107
- " Win32_System_IO" ,
108
- " Win32_System_Ioctl" ,
109
- " Win32_System_JobObjects" ,
110
- " Win32_System_Kernel" ,
111
- " Win32_System_LibraryLoader" ,
112
- " Win32_System_SystemInformation" ,
113
- " Win32_System_SystemServices" ,
114
- " Win32_System_Threading" ,
115
- " Win32_System_WindowsProgramming" ,
103
+ " Win32_Foundation" ,
104
+ " Win32_Security" ,
105
+ " Win32_Storage_FileSystem" ,
106
+ " Win32_System_Diagnostics_ToolHelp" ,
107
+ " Win32_System_IO" ,
108
+ " Win32_System_Ioctl" ,
109
+ " Win32_System_JobObjects" ,
110
+ " Win32_System_Kernel" ,
111
+ " Win32_System_LibraryLoader" ,
112
+ " Win32_System_SystemInformation" ,
113
+ " Win32_System_SystemServices" ,
114
+ " Win32_System_Threading" ,
115
+ " Win32_System_WindowsProgramming" ,
116
116
]
117
117
version = " 0.52.0"
118
118
@@ -136,8 +136,8 @@ anyhow = "1.0.69"
136
136
fs_at = " 0.1.6"
137
137
once_cell = " 1.18.0"
138
138
opentelemetry = " 0.23"
139
- opentelemetry_sdk = { version = " 0.23" , features = [" rt-tokio" ] }
140
139
opentelemetry-otlp = " 0.16"
140
+ opentelemetry_sdk = { version = " 0.23" , features = [" rt-tokio" ] }
141
141
platforms = " 3.4"
142
142
proptest = " 1.1.0"
143
143
tempfile = " 3.8"
0 commit comments