ci: fix ambiguous reqwest version in dependency sync

Core has reqwest 0.12 (direct) and 0.13 (via webclaw-tls patch).
Disambiguate with version specs.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Valerio 2026-03-30 11:52:35 +02:00
parent 4f0c59ac7f
commit 31f35fd895

View file

@ -22,7 +22,7 @@ jobs:
- name: Update webclaw-tls crates
run: |
cargo update -p webclaw-http -p rustls -p h2 -p hyper -p hyper-util -p reqwest 2>&1
cargo update -p webclaw-http -p rustls -p 'h2@0.4' -p 'hyper@1' -p 'hyper-util@0.1' -p 'reqwest@0.13' 2>&1
- name: Check for changes
id: diff