@@ -34,7 +34,6 @@ crates-io = { version = "0.38.0", path = "crates/crates-io" }
3434criterion = { version = " 0.5.1" , features = [" html_reports" ] }
3535curl = " 0.4.44"
3636curl-sys = " 0.4.65"
37- env_logger = " 0.10.0"
3837filetime = " 0.2.21"
3938flate2 = { version = " 1.0.26" , default-features = false , features = [" zlib" ] }
4039fwdansi = " 1.1.0"
@@ -58,7 +57,6 @@ lazy_static = "1.4.0"
5857lazycell = " 1.3.0"
5958libc = " 0.2.147"
6059libgit2-sys = " 0.15.2"
61- log = " 0.4.19"
6260memchr = " 2.5.0"
6361miow = " 0.6.0"
6462opener = " 0.6.1"
@@ -69,7 +67,6 @@ pathdiff = "0.2"
6967percent-encoding = " 2.3"
7068pkg-config = " 0.3.27"
7169pretty_assertions = " 1.4.0"
72- pretty_env_logger = " 0.5.0"
7370proptest = " 1.2.0"
7471pulldown-cmark = { version = " 0.9.3" , default-features = false }
7572rand = " 0.8.5"
@@ -94,6 +91,8 @@ thiserror = "1.0.44"
9491time = { version = " 0.3" , features = [" parsing" , " formatting" , " serde" ] }
9592toml = " 0.7.6"
9693toml_edit = " 0.19.14"
94+ tracing = " 0.1.37"
95+ tracing-subscriber = { version = " 0.3.17" , features = [" env-filter" ] }
9796unicase = " 2.6.0"
9897unicode-width = " 0.1.10"
9998unicode-xid = " 0.2.4"
@@ -132,7 +131,6 @@ clap = { workspace = true, features = ["wrap_help"] }
132131crates-io.workspace = true
133132curl = { workspace = true , features = [" http2" ] }
134133curl-sys.workspace = true
135- env_logger.workspace = true
136134filetime.workspace = true
137135flate2.workspace = true
138136git2.workspace = true
@@ -153,13 +151,11 @@ jobserver.workspace = true
153151lazycell.workspace = true
154152libc.workspace = true
155153libgit2-sys.workspace = true
156- log.workspace = true
157154memchr.workspace = true
158155opener.workspace = true
159156os_info.workspace = true
160157pasetors.workspace = true
161158pathdiff.workspace = true
162- pretty_env_logger = { workspace = true , optional = true }
163159pulldown-cmark.workspace = true
164160rand.workspace = true
165161rustfix.workspace = true
@@ -178,6 +174,8 @@ termcolor.workspace = true
178174time.workspace = true
179175toml.workspace = true
180176toml_edit.workspace = true
177+ tracing.workspace = true
178+ tracing-subscriber.workspace = true
181179unicase.workspace = true
182180unicode-width.workspace = true
183181unicode-xid.workspace = true
@@ -218,6 +216,5 @@ doc = false
218216[features ]
219217vendored-openssl = [" openssl/vendored" ]
220218vendored-libgit2 = [" libgit2-sys/vendored" ]
221- pretty-env-logger = [" pretty_env_logger" ]
222219# This is primarily used by rust-lang/rust distributing cargo the executable.
223220all-static = [' vendored-openssl' , ' curl/static-curl' , ' curl/force-system-lib-on-osx' ]
0 commit comments