Skip to content

Commit

Permalink
Bump rust-s3 from 0.34.0 to 0.35.1
Browse files Browse the repository at this point in the history
Bumps [rust-s3](https://github.com/durch/rust-s3) from 0.34.0 to 0.35.1.
- [Release notes](https://github.com/durch/rust-s3/releases)
- [Commits](durch/rust-s3@v0.34.0...v0.35.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent 96e8df5 commit 72373af
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 22 deletions.
43 changes: 22 additions & 21 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 @@ -61,7 +61,7 @@ reqwest = { version = "0.12.4", features = [
"rustls-tls-no-provider",
] }
ring = "0.17.8"
rust-s3 = { version = "0.34.0", features = ["default"] }
rust-s3 = { version = "0.35.1", features = ["default"] }
rustls = { version = "0.23.10" }
rustls-pemfile = "2.1.2"
serde = { version = "1.0.210", features = ["derive", "rc"] }
Expand Down

0 comments on commit 72373af

Please sign in to comment.