Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
Identified by `cargo +nightly udeps`
  • Loading branch information
rtyler committed Jan 8, 2024
1 parent ce8d436 commit 13f5232
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 50 deletions.
57 changes: 12 additions & 45 deletions Cargo.lock

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

8 changes: 3 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ maplit = "1"
rdkafka = { version = "0.28", features = ["ssl-vendored"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
strum = "0.20"
strum_macros = "0.20"
thiserror = "1"
tokio = { version = "1", features = ["full"] }
tokio-stream = { version = "0", features = ["fs"] }
tokio-util = "0.6.3"
uuid = { version = "0.8", features = ["serde", "v4"] }
url = "2.3"
Expand All @@ -39,7 +37,6 @@ deltalake-azure = { git = "https://github.com/delta-io/delta-rs", branch = "main
dynamodb_lock = { version = "0.6.0", optional = true }
rusoto_core = { version = "0.47", default-features = false, features = ["rustls"], optional = true }
rusoto_credential = { version = "0.47", optional = true }
rusoto_s3 = { version = "0.47", default-features = false, features = ["rustls"], optional = true }

# sentry
sentry = { version = "0.23.0", optional = true }
Expand All @@ -54,7 +51,9 @@ azure_storage = { version = "0.18.0", optional = true }
azure_storage_blobs = { version = "0.18.0", optional = true }

[features]
default = ["avro"]
default = [
"avro",
]
avro = [
"apache-avro",
"schema_registry_converter",
Expand All @@ -72,7 +71,6 @@ s3 = [
"dynamodb_lock",
"rusoto_core",
"rusoto_credential",
"rusoto_s3",
]

[dev-dependencies]
Expand Down

0 comments on commit 13f5232

Please sign in to comment.