Skip to content

Commit

Permalink
build(deps): bump the dependencies group with 1 update
Browse files Browse the repository at this point in the history
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
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 26, 2023
1 parent 6d0200e commit f492cf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/s3s-aws/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories = ["web-programming", "web-programming::http-server"]

[dependencies]
async-trait = "0.1.73"
aws-sdk-s3 = "0.29.0"
aws-sdk-s3 = "0.30.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"
Expand Down
2 changes: 1 addition & 1 deletion crates/s3s-fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ uuid = { version = "1.4.1", features = ["v4"] }
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-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"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/s3s-proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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-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" }
Expand Down

0 comments on commit f492cf2

Please sign in to comment.