Skip to content

fix(deps): bump hyper-rustls constraint to >=0.25 in libsql (#2273) - #2279

Open
Tyagiquamar wants to merge 1 commit into
tursodatabase:mainfrom
Tyagiquamar:fix/bump-hyper-rustls-dep
Open

fix(deps): bump hyper-rustls constraint to >=0.25 in libsql (#2273)#2279
Tyagiquamar wants to merge 1 commit into
tursodatabase:mainfrom
Tyagiquamar:fix/bump-hyper-rustls-dep

Conversation

@Tyagiquamar

Copy link
Copy Markdown

Fixes #2273.

The optional hyper-rustls dependency in libsql/Cargo.toml was pinned strictly to hyper-rustls = '0.25', which transitively forced rustls 0.22 and rustls-webpki 0.102.x carrying unpatchable security advisories (RUSTSEC-2026-0049, RUSTSEC-2026-0098, RUSTSEC-2026-0099, RUSTSEC-2026-0104).

This PR updates the dependency constraint to hyper-rustls = '>=0.25' in libsql/Cargo.toml to allow resolution to hyper-rustls >=0.26 and rustls 0.23.

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.

netquirk/monitoring-backend NET-883: please bump hyper-rustls to >=0.26 in libsql 0.6 (rustls 0.22 → 0.23) to clear rustls-webpki 0.102.8 advisories

1 participant