Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Commit

Permalink
build(deps): update rust-s3 requirement from 0.31.0 to 0.32.3
Browse files Browse the repository at this point in the history
Updates the requirements on [rust-s3](https://github.com/durch/rust-s3) to permit the latest version.
- [Release notes](https://github.com/durch/rust-s3/releases)
- [Commits](https://github.com/durch/rust-s3/commits)

---
updated-dependencies:
- dependency-name: rust-s3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 1, 2022
1 parent a7021e4 commit 656ee84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bytes = { version = "1.1.0", features = ["serde"] }
chrono = { version = "0.4.19", features = ["serde"] }
env_logger = "0.9.0"
futures-util = { version = "0.3.21", features = ["tokio-io"] }
rust-s3 = { version = "0.31.0", features = ["tokio-rustls-tls", "no-verify-ssl"], default-features = false }
rust-s3 = { version = "0.32.3", features = ["tokio-rustls-tls", "no-verify-ssl"], default-features = false }
lazy_static = "1.4.0"
log = "0.4.17"
mongodb = "2.2.2"
Expand Down

0 comments on commit 656ee84

Please sign in to comment.