alamb commented on issue #395:
URL:
https://github.com/apache/arrow-rs-object-store/issues/395#issuecomment-2946368993
> Updating reqwest v0.12.15 -> v0.12.19
Downgrading to reqwest 0.12.15 makes the test start passing again:
```
(venv) andrewlamb@Andrews-MacBook-Pro-2:~/Software/arrow-rs-object-store$
cargo update --precise 0.12.15 reqwest
Updating crates.io index
Removing iri-string v0.7.8
Downgrading reqwest v0.12.19 -> v0.12.15
Removing tower-http v0.6.6
Adding webpki-roots v0.26.11
Downgrading windows-registry v0.5.2 -> v0.4.0
Adding windows-strings v0.3.1
Adding windows-targets v0.53.0
Adding windows_aarch64_gnullvm v0.53.0
Adding windows_aarch64_msvc v0.53.0
Adding windows_i686_gnu v0.53.0
Adding windows_i686_gnullvm v0.53.0
Adding windows_i686_msvc v0.53.0
Adding windows_x86_64_gnu v0.53.0
Adding windows_x86_64_gnullvm v0.53.0
Adding windows_x86_64_msvc v0.53.0
note: pass `--verbose` to see 1 unchanged dependencies behind latest
(venv) andrewlamb@Andrews-MacBook-Pro-2:~/Software/arrow-rs-object-store$
TEST_INTEGRATION=1 GOOGLE_BUCKET=test-bucket
GOOGLE_SERVICE_ACCOUNT=/tmp/gcs.json cargo test -p object_store --features=gcp
--lib gcs_test_proxy_url
...
test gcp::builder::tests::gcs_test_proxy_url ... ok
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]