Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sha2 and tokio #116

Merged
merged 2 commits into from
Jan 6, 2022
Merged

Conversation

jpculp
Copy link
Contributor

@jpculp jpculp commented Jan 5, 2022

Description of changes:

Some manual dependency updates in lieu of dependabot.

sha2: 0.9.8 → 0.10.0
tokio: 1.8.3 → 1.8.4

Testing done:

uploaded a file, waited for the snapshot, downloaded the snapshot, confirmed sha512sum of the data was the same.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@jpculp
Copy link
Contributor Author

jpculp commented Jan 5, 2022

#110 failed actions checks because rusoto_signature relies on sha2 0.9.8 and our deny.toml bans multiple-versions unless explicitly allowed.

@jpculp
Copy link
Contributor Author

jpculp commented Jan 6, 2022

Rebased.

Bumps [sha2](https://github.com/RustCrypto/hashes) from 0.9.8 to 0.10.0.
- [Release notes](https://github.com/RustCrypto/hashes/releases)
- [Commits](RustCrypto/hashes@sha2-v0.9.8...sha2-v0.10.0)

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

Signed-off-by: Patrick J.P. Culp <jpculp@amazon.com>
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.8.3 to 1.8.4.
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.8.3...tokio-1.8.4)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: Patrick J.P. Culp <jpculp@amazon.com>
@jpculp
Copy link
Contributor Author

jpculp commented Jan 6, 2022

Rebased and re-tested since we merged a couple dependencies recently.

@webern
Copy link
Contributor

webern commented Jan 6, 2022

At some point we can consider the next tokio LTS for our projects:

1.14.x - LTS release until June 2022.

@jpculp jpculp merged commit ed0742c into awslabs:develop Jan 6, 2022
@jpculp jpculp deleted the update-sha2-and-tokio branch January 6, 2022 21:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants