Skip to content

Commit b989c0e

Browse files
sypharGuillaumeGomez
authored andcommitted
remove some unused dependencies
1 parent 04748ea commit b989c0e

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

Cargo.lock

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ sqlx = { version = "0.8", features = [ "runtime-tokio", "postgres", "sqlite", "c
3535
url = { version = "2.1.1", features = ["serde"] }
3636
docsrs-metadata = { path = "crates/metadata" }
3737
anyhow = { version = "1.0.42", features = ["backtrace"]}
38-
backtrace = "0.3.61"
3938
thiserror = "2.0.3"
4039
comrak = { version = "0.48.0", default-features = false }
4140
syntect = { version = "5.0.0", default-features = false, features = ["parsing", "html", "dump-load", "regex-onig"] }
@@ -51,7 +50,6 @@ zstd = "0.13.0"
5150
flate2 = "1.1.1"
5251
hostname = "0.4.0"
5352
path-slash = "0.2.0"
54-
once_cell = { version = "1.4.0", features = ["parking_lot"] }
5553
base64 = "0.22"
5654
strum = { version = "0.27.0", features = ["derive"] }
5755
lol_html = "2.0.0"
@@ -109,7 +107,6 @@ phf = "0.13.1"
109107
chrono = { 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"
113110
constant_time_eq = "0.4.2"
114111
md5 = "0.8.0"
115112

@@ -124,7 +121,6 @@ tower = { version = "0.5.1", features = ["util"] }
124121
opentelemetry_sdk = { version = "0.31.0", features = ["rt-tokio", "testing"] }
125122
aws-smithy-types = "1.0.1"
126123
aws-smithy-runtime = {version = "1.0.1", features = ["client", "test-util"]}
127-
aws-smithy-http = "0.62.0"
128124
indoc = "2.0.0"
129125
pretty_assertions = "1.4.0"
130126

@@ -141,7 +137,6 @@ phf_codegen = "0.13"
141137
walkdir = "2"
142138
anyhow = { version = "1.0.42", features = ["backtrace"] }
143139
grass = { version = "0.13.1", default-features = false }
144-
once_cell = { version = "1.4.0", features = ["parking_lot"] }
145140
syntect = { version = "5.0.0", default-features = false, features = ["parsing", "dump-create", "yaml-load", "regex-onig"] }
146141

147142
[[bench]]

0 commit comments

Comments
 (0)