Unverified Commit 32aebef3 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

build(deps): bump the dependencies group with 1 update (#90)

parent 5779b018
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.73"
aws-sdk-s3 = "0.31.2"
aws-sdk-s3 = "0.33.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"
+1 −1
Original line number Diff line number Diff line
@@ -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.31.2"
aws-sdk-s3 = "0.33.0"
once_cell = "1.18.0"
s3s-aws = { version = "0.7.2-dev", path = "../s3s-aws" }
tokio = { version = "1.31.0", features = ["full"] }
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ publish = false
[dependencies]
aws-config = "0.56.1"
aws-credential-types = "0.56.1"
aws-sdk-s3 = "0.31.2"
aws-sdk-s3 = "0.33.0"
clap = { version = "4.3.21", features = ["derive"] }
hyper = { version = "0.14.27", features = ["full"] }
s3s = { version = "0.7.2-dev", path = "../s3s" }