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

use rustls where possible #1096

Closed
wants to merge 2 commits into from
Closed

use rustls where possible #1096

wants to merge 2 commits into from

Conversation

getchoo
Copy link

@getchoo getchoo commented Apr 1, 2024

this should fix issues with TLS v1.3 (see the commit message). a few security issues in our dependencies have also been resolved

for the future, i would highly recommend using dependabot. many of the dependencies here are very outdated and there are still some lower priority warnings scattered about

this allows for standards such as TLS 1.3 to be supported consistently
across all platforms, while still using the system's certificate store
to recieve important security updates - regardless of what we do upstream

currently this isn't supported internally by our tauri version (though
it will be in 2.0.0), so this change is specific to crates like reqwest
for now
@ToBinio
Copy link
Contributor

ToBinio commented Apr 11, 2024

@getchoo just wanted to let you know that this PR has merge conflicts because of #1103
sry...

@Geometrically Geometrically deleted the branch modrinth:master July 4, 2024 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants