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

build(deps): bump the dependencies group with 2 updates (#97)

parent db78686a
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.33.0"
aws-sdk-s3 = "0.34.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.33.0"
aws-sdk-s3 = "0.34.0"
once_cell = "1.18.0"
s3s-aws = { version = "0.8.1-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.33.0"
aws-sdk-s3 = "0.34.0"
clap = { version = "4.3.21", features = ["derive"] }
hyper = { version = "0.14.27", features = ["full"] }
s3s = { version = "0.8.1-dev", path = "../s3s" }
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ mime = "0.3.17"
nom = "7.1.3"
nugine-rust-utils = "0.3.1"
pin-project-lite = "0.2.12"
quick-xml = { version = "0.30.0", features = ["serialize"] }
quick-xml = { version = "0.31.0", features = ["serialize"] }
serde = { version = "1.0.183", features = ["derive"] }
serde_urlencoded = "0.7.1"
sha1 = "0.10.5"