build: update reqwest dependencies and features for compatibility#197
Merged
build: update reqwest dependencies and features for compatibility#197
Conversation
**Added:** - Introduced new dependencies in Cargo.lock to support reqwest's rustls backend, including aws-lc-rs, rustls-native-certs, rustls-platform-verifier, and associated platform libraries **Changed:** - Updated reqwest dependency in ares-llm and ares-tools to use "rustls" and "query" features instead of "rustls-tls" for improved TLS support and compatibility - Modified password hash formatting in dedup_keys to ensure consistent two-digit hex output for each byte - Updated multiple dependency versions and sources in Cargo.lock to reflect new requirements and feature sets, including more granular control over reqwest and thiserror versions **Removed:** - Eliminated references to the "webpki-roots" crate from Cargo.lock in favor of "webpki-root-certs" and platform-specific certificate handling
7a0b1be to
5446c44
Compare
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.
Key Changes:
reqwestdependencies in multiple crates to improve feature set and compatibilityreqwest, replacing deprecatedrustls-tlswithrustlsand addingquerythiserrorversions inCargo.lockfor consistencyAdded:
reqwestfeatures (rustls,query) toares-llmandares-toolsfor enhanced HTTP capability and compatibilityChanged:
reqwestdependency specifications inares-llm/Cargo.tomlandares-tools/Cargo.tomlto userustlsand addqueryfeature, removing deprecatedrustls-tlsCargo.lockwith new dependency versions and added packages required by the newreqwestand TLS configurationbuild_credential_dedup_keyto use a more explicit hex conversion, resolving potential issues with formattingRemoved:
rustls-tlsfeature inreqwestdependencies for bothares-llmandares-tools