Skip to content

Commit ef2eaea

Browse files
authored
Remove unused dependencies (#1478)
1 parent 719634e commit ef2eaea

File tree

3 files changed

+2
-113
lines changed

3 files changed

+2
-113
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dns-resolver = ["dep:hickory-resolver", "dep:hickory-proto"]
4141
cert-key-password = ["dep:pem", "dep:pkcs8"]
4242

4343
# Enable support for MONGODB-AWS authentication.
44-
aws-auth = ["dep:aws-config", "dep:aws-types", "dep:aws-credential-types", "dep:aws-sigv4", "dep:http"]
44+
aws-auth = ["dep:aws-config", "dep:aws-credential-types", "dep:aws-sigv4", "dep:http"]
4545

4646
# Enable support for on-demand Azure KMS credentials.
4747
azure-kms = ["dep:reqwest"]
@@ -73,7 +73,6 @@ in-use-encryption-unstable = ["in-use-encryption"]
7373
tracing-unstable = ["dep:tracing", "dep:log", "bson3?/serde_json-1"]
7474

7575
[dependencies]
76-
async-trait = "0.1.42"
7776
base64 = "0.13.0"
7877
bitflags = "1.1.0"
7978
chrono = { version = "0.4.7", default-features = false, features = [
@@ -86,7 +85,6 @@ flate2 = { version = "1.0", optional = true }
8685
futures-io = "0.3.21"
8786
futures-core = "0.3.14"
8887
futures-util = { version = "0.3.14", features = ["io"] }
89-
futures-executor = "0.3.14"
9088
hex = "0.4.0"
9189
hickory-proto = { version = "0.24.2", optional = true }
9290
hickory-resolver = { version = "0.24.2", optional = true }
@@ -119,17 +117,14 @@ webpki-roots = "0.26"
119117
zstd = { version = "0.11.2", optional = true }
120118
macro_magic = "0.5.1"
121119
rustversion = "1.0.20"
120+
tokio-util = { version = "0.7.0", features = ["compat"] }
122121

123122
[dependencies.aws-config]
124123
version = "1"
125124
optional = true
126125
default-features = false
127126
features = ["default-https-client", "rt-tokio"]
128127

129-
[dependencies.aws-types]
130-
version = "1.3.7"
131-
optional = true
132-
default-features = false
133128

134129
[dependencies.aws-credential-types]
135130
version = "1.2.4"
@@ -202,10 +197,6 @@ optional = true
202197
default-features = false
203198
features = ["logging", "ring", "tls12"]
204199

205-
[dependencies.tokio-util]
206-
version = "0.7.0"
207-
features = ["io", "compat"]
208-
209200
[dependencies.uuid]
210201
version = "1.1.2"
211202
features = ["v4"]
@@ -214,7 +205,6 @@ features = ["v4"]
214205
anyhow = { version = "1.0", features = ["backtrace"] }
215206
approx = "0.5.1"
216207
backtrace = { version = "0.3.68" }
217-
ctrlc = "3.2.2"
218208
function_name = "0.2.1"
219209
futures = "0.3"
220210
hex = "0.4"
@@ -227,7 +217,6 @@ serde_json = "1.0.64"
227217
semver = "1.0.0"
228218
time = "0.3.9"
229219
tokio = { version = ">= 0.0.0", features = ["fs", "parking_lot"] }
230-
tracing-subscriber = "0.3.16"
231220
regex = "1.6.0"
232221
reqwest = { version = "0.12.2", features = ["rustls-tls"] }
233222
serde-hex = "0.1.0"

benchmarks/Cargo.lock

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

0 commit comments

Comments
 (0)