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 May 1, 2024
1 parent a060601 commit e6b27c2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 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.82"
aws-sdk-s3 = { version = "^1.24.0" }
aws-sdk-s3 = { version = "^1.25.0" }
axum = { version = "^0.7.5", features = ["http2", "json", "tracing"] }
clap = { version = "^4.5.4", features = [
"derive",
Expand Down Expand Up @@ -61,7 +61,7 @@ sqlx = { version = "^0.7.4", features = [
"postgres",
] }
tokio-stream = "^0.1.15"
aws-config = { version = "^1.2.1" }
aws-config = { version = "^1.3.0" }
futures = "0.3.30"
humantime = "2.1.0"
tokio-test = "0.4.4"
Expand Down

0 comments on commit e6b27c2

Please sign in to comment.