Skip to content

Commit

Permalink
build(deps): bump the dependencies group with 1 update (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent ed3a7e6 commit 2106161
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.30.0"
aws-sdk-s3 = "0.31.2"
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"
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.1", default-features = false }
aws-credential-types = { version = "0.56.1", features = ["test-util"] }
aws-sdk-s3 = "0.30.0"
aws-sdk-s3 = "0.31.2"
once_cell = "1.18.0"
s3s-aws = { version = "0.7.2-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 = "0.56.1"
aws-credential-types = "0.56.1"
aws-sdk-s3 = "0.30.0"
aws-sdk-s3 = "0.31.2"
clap = { version = "4.3.21", features = ["derive"] }
hyper = { version = "0.14.27", features = ["full"] }
s3s = { version = "0.7.2-dev", path = "../s3s" }
Expand Down

0 comments on commit 2106161

Please sign in to comment.