Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
95 changes: 0 additions & 95 deletions Cargo.lock

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

15 changes: 2 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dns-resolver = ["dep:hickory-resolver", "dep:hickory-proto"]
cert-key-password = ["dep:pem", "dep:pkcs8"]

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

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

[dependencies]
async-trait = "0.1.42"
base64 = "0.13.0"
bitflags = "1.1.0"
chrono = { version = "0.4.7", default-features = false, features = [
Expand All @@ -86,7 +85,6 @@ flate2 = { version = "1.0", optional = true }
futures-io = "0.3.21"
futures-core = "0.3.14"
futures-util = { version = "0.3.14", features = ["io"] }
futures-executor = "0.3.14"
hex = "0.4.0"
hickory-proto = { version = "0.24.2", optional = true }
hickory-resolver = { version = "0.24.2", optional = true }
Expand Down Expand Up @@ -119,17 +117,14 @@ webpki-roots = "0.26"
zstd = { version = "0.11.2", optional = true }
macro_magic = "0.5.1"
rustversion = "1.0.20"
tokio-util = { version = "0.7.0", features = ["compat"] }

[dependencies.aws-config]
version = "1"
optional = true
default-features = false
features = ["default-https-client", "rt-tokio"]

[dependencies.aws-types]
version = "1.3.7"
optional = true
default-features = false

[dependencies.aws-credential-types]
version = "1.2.4"
Expand Down Expand Up @@ -202,10 +197,6 @@ optional = true
default-features = false
features = ["logging", "ring", "tls12"]

[dependencies.tokio-util]
version = "0.7.0"
features = ["io", "compat"]

[dependencies.uuid]
version = "1.1.2"
features = ["v4"]
Expand All @@ -214,7 +205,6 @@ features = ["v4"]
anyhow = { version = "1.0", features = ["backtrace"] }
approx = "0.5.1"
backtrace = { version = "0.3.68" }
ctrlc = "3.2.2"
function_name = "0.2.1"
futures = "0.3"
hex = "0.4"
Expand All @@ -227,7 +217,6 @@ serde_json = "1.0.64"
semver = "1.0.0"
time = "0.3.9"
tokio = { version = ">= 0.0.0", features = ["fs", "parking_lot"] }
tracing-subscriber = "0.3.16"
regex = "1.6.0"
reqwest = { version = "0.12.2", features = ["rustls-tls"] }
serde-hex = "0.1.0"
Expand Down
5 changes: 0 additions & 5 deletions benchmarks/Cargo.lock

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