Skip to content

Commit

Permalink
dep-update: bump aws-sdk-s3 from 1.69.0 to 1.70.0 (#682)
Browse files Browse the repository at this point in the history
Bumps [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust) from 1.69.0 to 1.70.0.
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases)
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits)

---
updated-dependencies:
- dependency-name: aws-sdk-s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 22, 2025
1 parent 08d7f04 commit 6923f56
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ahash = "0.8.11"
anyhow = "1.0.95"
async-trait = "0.1.85"
aws-config = { version = "1.5.14", features = ["behavior-version-latest"] }
aws-sdk-s3 = { version = "1.69.0", features = ["behavior-version-latest"] }
aws-sdk-s3 = { version = "1.70.0", features = ["behavior-version-latest"] }
base64 = "0.22.1"
chrono = { version = "0.4.39", features = ["serde"] }
cidr = "0.3.1"
Expand Down

0 comments on commit 6923f56

Please sign in to comment.