@@ -34,7 +34,6 @@ crates-io = { version = "0.38.0", path = "crates/crates-io" }
34
34
criterion = { version = " 0.5.1" , features = [" html_reports" ] }
35
35
curl = " 0.4.44"
36
36
curl-sys = " 0.4.65"
37
- env_logger = " 0.10.0"
38
37
filetime = " 0.2.21"
39
38
flate2 = { version = " 1.0.26" , default-features = false , features = [" zlib" ] }
40
39
fwdansi = " 1.1.0"
@@ -58,7 +57,6 @@ lazy_static = "1.4.0"
58
57
lazycell = " 1.3.0"
59
58
libc = " 0.2.147"
60
59
libgit2-sys = " 0.15.2"
61
- log = " 0.4.19"
62
60
memchr = " 2.5.0"
63
61
miow = " 0.6.0"
64
62
opener = " 0.6.1"
@@ -69,7 +67,6 @@ pathdiff = "0.2"
69
67
percent-encoding = " 2.3"
70
68
pkg-config = " 0.3.27"
71
69
pretty_assertions = " 1.4.0"
72
- pretty_env_logger = " 0.5.0"
73
70
proptest = " 1.2.0"
74
71
pulldown-cmark = { version = " 0.9.3" , default-features = false }
75
72
rand = " 0.8.5"
@@ -94,6 +91,8 @@ thiserror = "1.0.44"
94
91
time = { version = " 0.3" , features = [" parsing" , " formatting" , " serde" ] }
95
92
toml = " 0.7.6"
96
93
toml_edit = " 0.19.14"
94
+ tracing = " 0.1.37"
95
+ tracing-subscriber = { version = " 0.3.17" , features = [" env-filter" ] }
97
96
unicase = " 2.6.0"
98
97
unicode-width = " 0.1.10"
99
98
unicode-xid = " 0.2.4"
@@ -132,7 +131,6 @@ clap = { workspace = true, features = ["wrap_help"] }
132
131
crates-io.workspace = true
133
132
curl = { workspace = true , features = [" http2" ] }
134
133
curl-sys.workspace = true
135
- env_logger.workspace = true
136
134
filetime.workspace = true
137
135
flate2.workspace = true
138
136
git2.workspace = true
@@ -153,13 +151,11 @@ jobserver.workspace = true
153
151
lazycell.workspace = true
154
152
libc.workspace = true
155
153
libgit2-sys.workspace = true
156
- log.workspace = true
157
154
memchr.workspace = true
158
155
opener.workspace = true
159
156
os_info.workspace = true
160
157
pasetors.workspace = true
161
158
pathdiff.workspace = true
162
- pretty_env_logger = { workspace = true , optional = true }
163
159
pulldown-cmark.workspace = true
164
160
rand.workspace = true
165
161
rustfix.workspace = true
@@ -178,6 +174,8 @@ termcolor.workspace = true
178
174
time.workspace = true
179
175
toml.workspace = true
180
176
toml_edit.workspace = true
177
+ tracing.workspace = true
178
+ tracing-subscriber.workspace = true
181
179
unicase.workspace = true
182
180
unicode-width.workspace = true
183
181
unicode-xid.workspace = true
@@ -218,6 +216,5 @@ doc = false
218
216
[features ]
219
217
vendored-openssl = [" openssl/vendored" ]
220
218
vendored-libgit2 = [" libgit2-sys/vendored" ]
221
- pretty-env-logger = [" pretty_env_logger" ]
222
219
# This is primarily used by rust-lang/rust distributing cargo the executable.
223
220
all-static = [' vendored-openssl' , ' curl/static-curl' , ' curl/force-system-lib-on-osx' ]
0 commit comments