Skip to content

Commit

Permalink
fix(deps): update aws-sdk-rust monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 20, 2024
1 parent cdbc13c commit 8b58c8a
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 44 deletions.
99 changes: 57 additions & 42 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "src/lambda.rs"

[dependencies]
anyhow = "^1.0.81"
aws-sdk-s3 = { version = "^1.17.0" }
aws-sdk-s3 = { version = "^1.20.0" }
axum = { version = "^0.7.4", features = ["http2", "json", "tracing"] }
clap = { version = "^4.5.2", features = [
"derive",
Expand Down Expand Up @@ -61,7 +61,7 @@ sqlx = { version = "^0.7.3", features = [
"postgres",
] }
tokio-stream = "^0.1.14"
aws-config = { version = "^1.1.7" }
aws-config = { version = "^1.1.8" }
futures = "0.3.30"
humantime = "2.1.0"
tokio-test = "0.4.3"
Expand Down

0 comments on commit 8b58c8a

Please sign in to comment.