fix: Bump launchdarkly-sdk-transport to 0.1.4#178
Closed
keelerm84 wants to merge 1 commit into
Closed
Conversation
transport 0.1.4 requires hyper-http-proxy 1.1.1, which dropped the unmaintained rustls-pemfile crate (RUSTSEC-2025-0134). Raising the floor guarantees the advisory-free transport for fresh dependency resolution. Fixes #176
Member
Author
|
Closing as unnecessary. The transport dependency is declared as |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Follow-up to the
rust-sdk-transportchange (transport 0.1.4 is published).launchdarkly-sdk-transport 0.1.4requireshyper-http-proxy ^1.1.1, which removed its dependency on the unmaintainedrustls-pemfilecrate (RUSTSEC-2025-0134). This raises the transport floor from0.1.0to0.1.4in bothlaunchdarkly-server-sdkandcontract-testsso fresh dependency resolution can no longer select a transport version that dragsrustls-pemfileinto the tree. With this bump,rustls-pemfileno longer appears in the resolved dependency tree.Fixes #176.
Note
Low Risk
Dependency version floor only; no runtime or API changes in this repo, with expected benefit of clearing a known advisory from the tree.
Overview
Raises the minimum
launchdarkly-sdk-transportversion from 0.1.0 to 0.1.4 inlaunchdarkly-server-sdkandcontract-testsso dependency resolution cannot pull in older transport releases that transitively depend on the unmaintainedrustls-pemfilecrate (RUSTSEC-2025-0134).Transport 0.1.4 aligns with
hyper-http-proxy ^1.1.1, which drops that dependency; this is a manifest-only change with no SDK source edits.Reviewed by Cursor Bugbot for commit 69f82a8. Bugbot is set up for automated code reviews on this repo. Configure here.