Skip to content

Commit

Permalink
build(deps): bump the dependencies group with 2 updates (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent db78686 commit e8b296b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.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"
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.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"] }
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.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" }
Expand Down
2 changes: 1 addition & 1 deletion crates/s3s/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e8b296b

Please sign in to comment.