Commit b30302b3 authored by dependabot[bot]'s avatar dependabot[bot] Committed by Nugine
Browse files

build(deps): update aws-sdk-s3 requirement from 0.27.0 to 0.28.0

Updates the requirements on [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) to permit the latest version.
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Changelog](https://github.com/awslabs/aws-sdk-rust/blob/main/CHANGELOG.md)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits

)

---
updated-dependencies:
- dependency-name: aws-sdk-s3
  dependency-type: direct:production
...

Signed-off-by: default avatardependabot[bot] <support@github.com>
parent 38f0fb2e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ categories = ["web-programming", "web-programming::http-server"]

[dependencies]
async-trait = "0.1.68"
aws-sdk-s3 = "0.27.0"
aws-sdk-s3 = "0.28.0"
aws-smithy-http = { version = "0.55.2", features = ["event-stream"] }
aws-smithy-types = "0.55.2"
aws-smithy-types-convert = { version = "0.55.2", features = ["convert-time"] }
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ uuid = { version = "1.3.2", features = ["v4"] }
anyhow = { version = "1.0.71", features = ["backtrace"] }
aws-config = "0.55.2"
aws-credential-types = { version = "0.55.2", features = ["test-util"] }
aws-sdk-s3 = "0.27.0"
aws-sdk-s3 = "0.28.0"
once_cell = "1.17.1"
s3s-aws = { version = "0.6.0-dev", path = "../s3s-aws" }
tokio = { version = "1.28.1", features = ["full"] }
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ publish = false
[dependencies]
aws-config = "0.55.2"
aws-credential-types = "0.55.2"
aws-sdk-s3 = "0.27.0"
aws-sdk-s3 = "0.28.0"
clap = { version = "4.2.7", features = ["derive"] }
hyper = { version = "0.14.26", features = ["full"] }
s3s = { version = "0.6.0-dev", path = "../s3s" }