Loading crates/s3s-aws/Cargo.toml +5 −5 Original line number Diff line number Diff line Loading @@ -11,11 +11,11 @@ categories = ["web-programming", "web-programming::http-server"] [dependencies] async-trait = "0.1.73" aws-sdk-s3 = "0.29.0" aws-smithy-http = { version = "0.56.0", features = ["event-stream"] } aws-smithy-runtime-api = { version = "0.56.0", features = ["client"] } aws-smithy-types = "0.56.0" aws-smithy-types-convert = { version = "0.56.0", features = ["convert-time"] } aws-sdk-s3 = "0.30.0" aws-smithy-http = { version = "0.56.1", features = ["event-stream"] } aws-smithy-runtime-api = { version = "0.56.1", features = ["client"] } aws-smithy-types = "0.56.1" aws-smithy-types-convert = { version = "0.56.1", features = ["convert-time"] } bytes = "1.4.0" futures = { version = "0.3.28", default-features = false, features = ["std"] } hyper = "0.14.27" Loading crates/s3s-fs/Cargo.toml +3 −3 Original line number Diff line number Diff line Loading @@ -49,9 +49,9 @@ uuid = { version = "1.4.1", features = ["v4"] } [dev-dependencies] anyhow = { version = "1.0.73", features = ["backtrace"] } aws-config = { version = "0.56.0", default-features = false } aws-credential-types = { version = "0.56.0", features = ["test-util"] } aws-sdk-s3 = "0.29.0" aws-config = { version = "0.56.1", default-features = false } aws-credential-types = { version = "0.56.1", features = ["test-util"] } aws-sdk-s3 = "0.30.0" once_cell = "1.18.0" s3s-aws = { version = "0.7.1-dev", path = "../s3s-aws" } tokio = { version = "1.31.0", features = ["full"] } Loading crates/s3s-proxy/Cargo.toml +3 −3 Original line number Diff line number Diff line Loading @@ -5,9 +5,9 @@ edition = "2021" publish = false [dependencies] aws-config = { version = "0.56.0", default-features = false } aws-credential-types = "0.56.0" aws-sdk-s3 = "0.29.0" aws-config = "0.56.1" aws-credential-types = "0.56.1" aws-sdk-s3 = "0.30.0" clap = { version = "4.3.21", features = ["derive"] } hyper = { version = "0.14.27", features = ["full"] } s3s = { version = "0.7.1-dev", path = "../s3s" } Loading Loading
crates/s3s-aws/Cargo.toml +5 −5 Original line number Diff line number Diff line Loading @@ -11,11 +11,11 @@ categories = ["web-programming", "web-programming::http-server"] [dependencies] async-trait = "0.1.73" aws-sdk-s3 = "0.29.0" aws-smithy-http = { version = "0.56.0", features = ["event-stream"] } aws-smithy-runtime-api = { version = "0.56.0", features = ["client"] } aws-smithy-types = "0.56.0" aws-smithy-types-convert = { version = "0.56.0", features = ["convert-time"] } aws-sdk-s3 = "0.30.0" aws-smithy-http = { version = "0.56.1", features = ["event-stream"] } aws-smithy-runtime-api = { version = "0.56.1", features = ["client"] } aws-smithy-types = "0.56.1" aws-smithy-types-convert = { version = "0.56.1", features = ["convert-time"] } bytes = "1.4.0" futures = { version = "0.3.28", default-features = false, features = ["std"] } hyper = "0.14.27" Loading
crates/s3s-fs/Cargo.toml +3 −3 Original line number Diff line number Diff line Loading @@ -49,9 +49,9 @@ uuid = { version = "1.4.1", features = ["v4"] } [dev-dependencies] anyhow = { version = "1.0.73", features = ["backtrace"] } aws-config = { version = "0.56.0", default-features = false } aws-credential-types = { version = "0.56.0", features = ["test-util"] } aws-sdk-s3 = "0.29.0" aws-config = { version = "0.56.1", default-features = false } aws-credential-types = { version = "0.56.1", features = ["test-util"] } aws-sdk-s3 = "0.30.0" once_cell = "1.18.0" s3s-aws = { version = "0.7.1-dev", path = "../s3s-aws" } tokio = { version = "1.31.0", features = ["full"] } Loading
crates/s3s-proxy/Cargo.toml +3 −3 Original line number Diff line number Diff line Loading @@ -5,9 +5,9 @@ edition = "2021" publish = false [dependencies] aws-config = { version = "0.56.0", default-features = false } aws-credential-types = "0.56.0" aws-sdk-s3 = "0.29.0" aws-config = "0.56.1" aws-credential-types = "0.56.1" aws-sdk-s3 = "0.30.0" clap = { version = "4.3.21", features = ["derive"] } hyper = { version = "0.14.27", features = ["full"] } s3s = { version = "0.7.1-dev", path = "../s3s" } Loading