Skip to content

Commit

Permalink
Remove unused dependencies (#1087)
Browse files Browse the repository at this point in the history
* Remove unused dependencies

Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com>

* Restore whitespace in Cargo.toml for mountpoint-s3-* crate dependencies

Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com>

---------

Signed-off-by: Daniel Carl Jones <djonesoa@amazon.com>
  • Loading branch information
dannycjones authored Oct 29, 2024
1 parent ed999df commit 3608046
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 36 deletions.
27 changes: 2 additions & 25 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions mountpoint-s3-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ base64ct = { version = "1.6.0", features = ["std"] }
const_format = "0.2.33"
futures = "0.3.31"
lazy_static = "1.5.0"
libc = "0.2.161"
metrics = "0.24.0"
once_cell = "1.20.2"
percent-encoding = "2.3.1"
Expand All @@ -39,11 +38,9 @@ rand = { version = "0.8.5", optional = true }
rand_chacha = { version = "0.3.1", optional = true }

[dev-dependencies]
anyhow = { version = "1.0.91", features = ["backtrace"] }
aws-config = "1.5.8"
aws-credential-types = "1.2.1"
aws-sdk-s3 = "1.57.0"
aws-sdk-sts = "1.46.0"
aws-smithy-runtime-api = "1.7.2"
bytes = "1.8.0"
clap = { version = "4.5.20", features = ["derive"] }
Expand Down
2 changes: 0 additions & 2 deletions mountpoint-s3-crt-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ which = "6.0.3"

[dependencies]
libc = "0.2.161"
log = "0.4.22"
smallstr = "0.3.0"

[lib]
doctest = false
3 changes: 0 additions & 3 deletions mountpoint-s3-crt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ description = "Rust interface to the AWS Common Runtime for Mountpoint for Amazo
[dependencies]
mountpoint-s3-crt-sys = { path = "../mountpoint-s3-crt-sys", version = "0.10.0" }

async-channel = "2.3.1"
futures = "0.3.31"
libc = "0.2.161"
log = "0.4.22"
Expand All @@ -23,10 +22,8 @@ anyhow = { version = "1.0.91", features = ["backtrace"] }
clap = { version = "4.5.20", features = ["derive"] }
criterion = "0.5.1"
ctor = "0.2.8"
futures-timer = "3.0.3"
rand = { version = "0.8.5", features = ["small_rng"] }
serde_json = "1.0.132"
tempfile = "3.13.0"
test-case = "3.3.1"
tracing = { version = "0.1.40", default-features = false, features = ["std", "log"] }
tracing-subscriber = { version = "0.3.18", features = ["fmt", "env-filter"] }
Expand Down
3 changes: 0 additions & 3 deletions mountpoint-s3/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ dashmap = "6.1.0"
futures = "0.3.31"
hdrhistogram = { version = "7.5.4", default-features = false }
hex = "0.4.3"
lazy_static = "1.5.0"
libc = "0.2.161"
linked-hash-map = "0.5.6"
metrics = "0.24.0"
Expand Down Expand Up @@ -59,8 +58,6 @@ assert_fs = "1.1.2"
aws-config = "1.5.8"
aws-credential-types = "1.2.1"
aws-sdk-s3 = "1.57.0"
aws-sdk-sts = "1.46.0"
base16ct = { version = "0.2.0", features = ["alloc"] }
ctor = "0.2.8"
filetime = "0.2.25"
futures = { version = "*", features = ["thread-pool"] }
Expand Down

0 comments on commit 3608046

Please sign in to comment.