@@ -35,7 +35,6 @@ sqlx = { version = "0.8", features = [ "runtime-tokio", "postgres", "sqlite", "c
3535url = { version = " 2.1.1" , features = [" serde" ] }
3636docsrs-metadata = { path = " crates/metadata" }
3737anyhow = { version = " 1.0.42" , features = [" backtrace" ]}
38- backtrace = " 0.3.61"
3938thiserror = " 2.0.3"
4039comrak = { version = " 0.48.0" , default-features = false }
4140syntect = { version = " 5.0.0" , default-features = false , features = [" parsing" , " html" , " dump-load" , " regex-onig" ] }
@@ -51,7 +50,6 @@ zstd = "0.13.0"
5150flate2 = " 1.1.1"
5251hostname = " 0.4.0"
5352path-slash = " 0.2.0"
54- once_cell = { version = " 1.4.0" , features = [" parking_lot" ] }
5553base64 = " 0.22"
5654strum = { version = " 0.27.0" , features = [" derive" ] }
5755lol_html = " 2.0.0"
@@ -109,7 +107,6 @@ phf = "0.13.1"
109107chrono = { version = " 0.4.11" , default-features = false , features = [" clock" , " serde" ] }
110108
111109# Transitive dependencies we don't use directly but need to have specific versions of
112- thread_local = " 1.1.3"
113110constant_time_eq = " 0.4.2"
114111md5 = " 0.8.0"
115112
@@ -124,7 +121,6 @@ tower = { version = "0.5.1", features = ["util"] }
124121opentelemetry_sdk = { version = " 0.31.0" , features = [" rt-tokio" , " testing" ] }
125122aws-smithy-types = " 1.0.1"
126123aws-smithy-runtime = {version = " 1.0.1" , features = [" client" , " test-util" ]}
127- aws-smithy-http = " 0.62.0"
128124indoc = " 2.0.0"
129125pretty_assertions = " 1.4.0"
130126
@@ -141,7 +137,6 @@ phf_codegen = "0.13"
141137walkdir = " 2"
142138anyhow = { version = " 1.0.42" , features = [" backtrace" ] }
143139grass = { version = " 0.13.1" , default-features = false }
144- once_cell = { version = " 1.4.0" , features = [" parking_lot" ] }
145140syntect = { version = " 5.0.0" , default-features = false , features = [" parsing" , " dump-create" , " yaml-load" , " regex-onig" ] }
146141
147142[[bench ]]
0 commit comments