-
Notifications
You must be signed in to change notification settings - Fork 76
Update msrv deps #959
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
Merged
Merged
Update msrv deps #959
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
83beac3
clear readme of pinned dep instructions
benalleng c952dac
Update payjoin cli misc dependencies
benalleng d96385f
Update payjoin-directory misc dependencies to match msrv
benalleng 5c729a6
Update bhttp dependency in payjoin-directory to match new msrv
benalleng 5c44c02
Update redis dependency in payjoin directory to match msrv
benalleng 91cf38b
Bump dependencies in payjoin-ffi to match msrv
benalleng 98d22cd
Update misc dependencies in payjoin-test-utils to match msrv
benalleng 4543e5e
Update misc dependencies in main payjoin crate to match new msrv
benalleng f51cad1
Update bhttp dependency in payjoin crate to match msrv
benalleng 7eaa50e
Update the tls based dependencies to match the payjoin msrv
benalleng File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -103,36 +103,6 @@ Seeking review of the code that verifies there is no overpayment. Contributions | |
|
|
||
| The `payjoin` library and `payjoin-cli` should always compile with any combination of features on Rust **1.85.0**. | ||
|
|
||
| To build and test with the MSRV you will need to pin the below dependency versions: | ||
|
|
||
| ### `payjoin` | ||
|
|
||
| ```shell | ||
| cargo update -p cc --precise 1.0.105 | ||
| cargo update -p regex --precise 1.9.6 | ||
| cargo update -p reqwest --precise 0.12.4 | ||
| cargo update -p url --precise 2.5.0 | ||
| cargo update -p tokio --precise 1.38.1 | ||
| cargo update -p tokio-util --precise 0.7.11 | ||
| cargo update -p which --precise 4.4.0 | ||
| cargo update -p zstd-sys --precise 2.0.8+zstd.1.5.5 | ||
| ``` | ||
|
|
||
| ### `payjoin-cli` | ||
|
|
||
| ```shell | ||
| cargo update -p cc --precise 1.0.105 | ||
| cargo update -p clap_lex --precise 0.3.0 | ||
| cargo update -p regex --precise 1.9.6 | ||
| cargo update -p reqwest --precise 0.12.4 | ||
| cargo update -p [email protected] --precise 0.3.20 | ||
| cargo update -p tokio --precise 1.38.1 | ||
| cargo update -p tokio-util --precise 0.7.11 | ||
| cargo update -p url --precise 2.5.0 | ||
| cargo update -p which --precise 4.4.0 | ||
| cargo update -p zstd-sys --precise 2.0.8+zstd.1.5.5 | ||
| ``` | ||
|
|
||
| ## Contributing | ||
|
|
||
| See [`CONTRIBUTING.md`](.github/CONTRIBUTING.md) | ||
|
|
||
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where'd you find this equivalence? https://docs.rs/redis/latest/redis/#connection-pooling?
Would be nice to have this kind of change documented in the commit log.