Skip to content

Commit

Permalink
Bump rust-s3 from 0.34.0 to 0.35.1 (#454)
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 918d870 commit 20569d6
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ regex = { version = "1.10.6"}
reqwest = { version = "0.12.4", features = ["json"] }
rusqlite = { version = "0.27.0", features = ["bundled", "limits"] }
rustyline = { version = "14.0.0" }
rust-s3 = { version = "0.34.0" }
rust-s3 = { version = "0.35.1" }
scraper = { version = "0.20.0" }
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0.127", features = ["raw_value"] }
Expand Down

0 comments on commit 20569d6

Please sign in to comment.