orhun / rustypaste

A minimal file upload/pastebin service.
https://blog.orhun.dev/blazingly-fast-file-sharing
MIT License
791 stars 47 forks source link

chore(project): update crates and rustls deps #135

Closed tessus closed 1 year ago

tessus commented 1 year ago

Description

I didn't see that the bot already opened PRs for the crates. However it also contains an update to use a more recent rustls which uses the replacement (rustls-webpki) for the unmaintained webpki crate.

The updated crates require Rust >= 1.68.0, thus I updated the Dockerfile to use the latest Rust version (1.72.0).

Motivation and Context

Closes #125 #132 #133 #134

How Has This Been Tested?

cargo test fixtures

Changelog Entry

Types of Changes

Checklist:

codecov-commenter commented 1 year ago

Codecov Report

Patch has no changes to coverable lines.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

:loudspeaker: Thoughts on this report? Let us know!.

tessus commented 1 year ago

Not sure why codecov/project complains, because there are no code changes. Weird.

orhun commented 1 year ago

@tessus there is another security issue on rustypaste-cli if you want to throw in some thoughts: https://github.com/orhun/rustypaste-cli/issues/49