Skip to content

Commit

Permalink
chore: remove unused dependencies (#3414)
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan authored Oct 29, 2023
1 parent b2b615b commit a6ca5ee
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 202 deletions.
202 changes: 7 additions & 195 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 1 addition & 7 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ services-dropbox = []
services-etcd = ["dep:etcd-client", "dep:bb8"]
services-foundationdb = ["dep:foundationdb"]
services-fs = ["tokio/fs"]
services-ftp = ["dep:suppaftp", "dep:lazy-regex", "dep:bb8", "dep:async-tls"]
services-ftp = ["dep:suppaftp", "dep:bb8", "dep:async-tls"]
services-gcs = [
"dep:reqsign",
"reqsign?/services-google",
Expand Down Expand Up @@ -235,8 +235,6 @@ governor = { version = "0.5", optional = true, features = ["std"] }
hdrs = { version = "0.3.0", optional = true, features = ["async_file"] }
hrana-client-proto = { version = "0.2.1", optional = true }
http = "0.2.9"
hyper = "0.14"
lazy-regex = { version = "3.0.1", optional = true }
log = "0.4"
madsim = { version = "0.2.21", optional = true }
md-5 = "0.10"
Expand Down Expand Up @@ -294,18 +292,14 @@ criterion = { version = "0.4", features = ["async", "async_tokio"] }
dotenvy = "0.15"
libtest-mimic = "0.6"
minitrace = { version = "0.5", features = ["enable"] }
minitrace-jaeger = "0.5"
opentelemetry = { version = "0.20", default-features = false, features = [
"trace",
] }
opentelemetry-jaeger = "0.18"
paste = "1"
pretty_assertions = "1"
rand = "0.8"
sha2 = "0.10"
size = "0.4"
tokio = { version = "1.27", features = ["fs", "macros", "rt-multi-thread"] }
tracing-opentelemetry = "0.19"
tracing-subscriber = { version = "0.3", features = [
"env-filter",
"tracing-log",
Expand Down

0 comments on commit a6ca5ee

Please sign in to comment.