mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Update cargo dependencies (#3496)
Run cargo update The build was failing on nightly-aarch64-apple-darwin (rustc 1.81.0-nightly (d8a38b000 2024-06-19)) due issues like: error[E0635]: unknown feature `stdsimd` --> /Users/chromy/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.7.6/src/lib.rs:33:42 | 33 | #![cfg_attr(feature = "stdsimd", feature(stdsimd))] | ^^^^^^^ This was due to: https://users.rust-lang.org/t/error-e0635-unknown-feature-stdsimd/106445 And resolved by moving to a newer version of ahash. I confirmed the build still works on: stable-aarch64-apple-darwin (rustc 1.78.0 (9b00956e5 2024-04-29)) 1.70.0-aarch64-apple-darwin (rustc 1.70.0 (90c541806 2023-05-31)) after this change. I had to manually downgrade google-cloud-auth to v0.13.0 v0.13.2 depends on jsonwebtoken v9.3.0 which drops support for rustc 1.70.0.
This commit is contained in:
parent
24f56b65a9
commit
210ec10132
1 changed files with 504 additions and 453 deletions
957
Cargo.lock
generated
957
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue