Skip to content

Commit

Permalink
Bump rusoto_core from 0.42.0 to 0.48.0
Browse files Browse the repository at this point in the history
Bumps [rusoto_core](https://github.com/rusoto/rusoto) from 0.42.0 to 0.48.0.
- [Release notes](https://github.com/rusoto/rusoto/releases)
- [Changelog](https://github.com/rusoto/rusoto/blob/master/CHANGELOG.md)
- [Commits](rusoto/rusoto@mock-v0.42.0...mock-v0.48.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 4, 2022
1 parent 79842be commit 3407f27
Show file tree
Hide file tree
Showing 2 changed files with 183 additions and 7 deletions.
188 changes: 182 additions & 6 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 ledger/distribution/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ displaydoc = "0.2"
protobuf = "2.27.1"
retry = "1.3"
# TODO: Replace with https://github.com/awslabs/aws-sdk-rust when it is ready.
rusoto_core = { version = "0.42.0", features = ["rustls"], default_features = false }
rusoto_core = { version = "0.48.0", features = ["rustls"], default_features = false }
rusoto_s3 = { version = "0.42.0", features = ["rustls"], default_features = false }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down

0 comments on commit 3407f27

Please sign in to comment.