Update dependencies and adapt user_agent interface#132
Closed
auyer wants to merge 1 commit intokworkflow:unstablefrom
Closed
Update dependencies and adapt user_agent interface#132auyer wants to merge 1 commit intokworkflow:unstablefrom
auyer wants to merge 1 commit intokworkflow:unstablefrom
Conversation
Signed-off-by: Rafael Passos <rafael@rcpassos.me>
f4a4c3f to
dbce01b
Compare
davidbtadokoro
pushed a commit
to davidbtadokoro/patch-hub
that referenced
this pull request
Apr 7, 2025
…t()` call Update version of dependencies with security issues. Below is the list of it in a CSV format: library,vulnerability,installed-version,fixed-version hashbrown,GHSA-wwq9-3cpr-mm53,0.15.0,0.15.1 idna,CVE-2024-12224,0.5.0,1.0.0 ring,GHSA-4p46-pwfr-66x6,0.17.8,0.17.12 rustls,GHSA-qg5g-gv98-5ffh,0.23.16,0.23.18 Also, the `user_agent` method of `ureq::Agent` changed its API, so adapt this call. [Maintainer edits] - Adapt commit message subject to follow conventional commits pattern and be more expressive - Add commit message body adapted from PR kworkflow#132 description Signed-off-by: Rafael Passos <rafael@rcpassos.me> Reviewed-by: David Tadokoro <davidbtadokoro@usp.br> Signed-off-by: David Tadokoro <davidbtadokoro@usp.br>
Collaborator
|
Hey, @auyer, and thanks for this great catch and well made PR! Change merged into the unstable branch 👍 I just tinkered with the commit message, which you can check in the merged commit in |
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.
Security warnings found in the current depednencies:
This PR fixes them and adapt the user_interface changes in ureq.