@@ -41,7 +41,7 @@ dns-resolver = ["dep:hickory-resolver", "dep:hickory-proto"]
41
41
cert-key-password = [" dep:pem" , " dep:pkcs8" ]
42
42
43
43
# 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" ]
45
45
46
46
# Enable support for on-demand Azure KMS credentials.
47
47
azure-kms = [" dep:reqwest" ]
@@ -73,7 +73,6 @@ in-use-encryption-unstable = ["in-use-encryption"]
73
73
tracing-unstable = [" dep:tracing" , " dep:log" , " bson3?/serde_json-1" ]
74
74
75
75
[dependencies ]
76
- async-trait = " 0.1.42"
77
76
base64 = " 0.13.0"
78
77
bitflags = " 1.1.0"
79
78
chrono = { version = " 0.4.7" , default-features = false , features = [
@@ -86,7 +85,6 @@ flate2 = { version = "1.0", optional = true }
86
85
futures-io = " 0.3.21"
87
86
futures-core = " 0.3.14"
88
87
futures-util = { version = " 0.3.14" , features = [" io" ] }
89
- futures-executor = " 0.3.14"
90
88
hex = " 0.4.0"
91
89
hickory-proto = { version = " 0.24.2" , optional = true }
92
90
hickory-resolver = { version = " 0.24.2" , optional = true }
@@ -119,17 +117,14 @@ webpki-roots = "0.26"
119
117
zstd = { version = " 0.11.2" , optional = true }
120
118
macro_magic = " 0.5.1"
121
119
rustversion = " 1.0.20"
120
+ tokio-util = { version = " 0.7.0" , features = [" compat" ] }
122
121
123
122
[dependencies .aws-config ]
124
123
version = " 1"
125
124
optional = true
126
125
default-features = false
127
126
features = [" default-https-client" , " rt-tokio" ]
128
127
129
- [dependencies .aws-types ]
130
- version = " 1.3.7"
131
- optional = true
132
- default-features = false
133
128
134
129
[dependencies .aws-credential-types ]
135
130
version = " 1.2.4"
@@ -202,10 +197,6 @@ optional = true
202
197
default-features = false
203
198
features = [" logging" , " ring" , " tls12" ]
204
199
205
- [dependencies .tokio-util ]
206
- version = " 0.7.0"
207
- features = [" io" , " compat" ]
208
-
209
200
[dependencies .uuid ]
210
201
version = " 1.1.2"
211
202
features = [" v4" ]
@@ -214,7 +205,6 @@ features = ["v4"]
214
205
anyhow = { version = " 1.0" , features = [" backtrace" ] }
215
206
approx = " 0.5.1"
216
207
backtrace = { version = " 0.3.68" }
217
- ctrlc = " 3.2.2"
218
208
function_name = " 0.2.1"
219
209
futures = " 0.3"
220
210
hex = " 0.4"
@@ -227,7 +217,6 @@ serde_json = "1.0.64"
227
217
semver = " 1.0.0"
228
218
time = " 0.3.9"
229
219
tokio = { version = " >= 0.0.0" , features = [" fs" , " parking_lot" ] }
230
- tracing-subscriber = " 0.3.16"
231
220
regex = " 1.6.0"
232
221
reqwest = { version = " 0.12.2" , features = [" rustls-tls" ] }
233
222
serde-hex = " 0.1.0"
0 commit comments