@@ -41,7 +41,7 @@ dns-resolver = ["dep:hickory-resolver", "dep:hickory-proto"]
4141cert-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.
4747azure-kms = [" dep:reqwest" ]
@@ -73,7 +73,6 @@ in-use-encryption-unstable = ["in-use-encryption"]
7373tracing-unstable = [" dep:tracing" , " dep:log" , " bson3?/serde_json-1" ]
7474
7575[dependencies ]
76- async-trait = " 0.1.42"
7776base64 = " 0.13.0"
7877bitflags = " 1.1.0"
7978chrono = { version = " 0.4.7" , default-features = false , features = [
@@ -86,7 +85,6 @@ flate2 = { version = "1.0", optional = true }
8685futures-io = " 0.3.21"
8786futures-core = " 0.3.14"
8887futures-util = { version = " 0.3.14" , features = [" io" ] }
89- futures-executor = " 0.3.14"
9088hex = " 0.4.0"
9189hickory-proto = { version = " 0.24.2" , optional = true }
9290hickory-resolver = { version = " 0.24.2" , optional = true }
@@ -119,17 +117,14 @@ webpki-roots = "0.26"
119117zstd = { version = " 0.11.2" , optional = true }
120118macro_magic = " 0.5.1"
121119rustversion = " 1.0.20"
120+ tokio-util = { version = " 0.7.0" , features = [" compat" ] }
122121
123122[dependencies .aws-config ]
124123version = " 1"
125124optional = true
126125default-features = false
127126features = [" 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 ]
135130version = " 1.2.4"
@@ -202,10 +197,6 @@ optional = true
202197default-features = false
203198features = [" logging" , " ring" , " tls12" ]
204199
205- [dependencies .tokio-util ]
206- version = " 0.7.0"
207- features = [" io" , " compat" ]
208-
209200[dependencies .uuid ]
210201version = " 1.1.2"
211202features = [" v4" ]
@@ -214,7 +205,6 @@ features = ["v4"]
214205anyhow = { version = " 1.0" , features = [" backtrace" ] }
215206approx = " 0.5.1"
216207backtrace = { version = " 0.3.68" }
217- ctrlc = " 3.2.2"
218208function_name = " 0.2.1"
219209futures = " 0.3"
220210hex = " 0.4"
@@ -227,7 +217,6 @@ serde_json = "1.0.64"
227217semver = " 1.0.0"
228218time = " 0.3.9"
229219tokio = { version = " >= 0.0.0" , features = [" fs" , " parking_lot" ] }
230- tracing-subscriber = " 0.3.16"
231220regex = " 1.6.0"
232221reqwest = { version = " 0.12.2" , features = [" rustls-tls" ] }
233222serde-hex = " 0.1.0"
0 commit comments