XOR-op / ja-tools

Library for parroting JA3/JA4 TLS fingerprints with rustls.
MIT License
2 stars 0 forks source link

To use with reqwest crate #2

Closed vangork closed 1 month ago

vangork commented 2 months ago

reqwest v0.12.4 denpends on rustls = "0.22.2" current lastest reqwest v0.12.5 denpends on rustls = "0.23.5"

Can you help build a new version to let reqwest use it? Thanks.

vangork commented 2 months ago

@XOR-op

XOR-op commented 2 months ago

@vangork I have updated the rustls dependency. Can you try rustls = { git = "https://github.com/XOR-op/rustls.delta.git", branch = "v0.23.12" } to see if it works?

vangork commented 2 months ago

Sure. Thanks!

vangork commented 1 month ago

It works perfectly!