RustCrypto / asm-hashes

Assembly implementations of cryptographic hash functions
46 stars 26 forks source link

dependencies: update cc to 1.0.73 #47

Closed striezel closed 2 years ago

striezel commented 2 years ago

CI failed because of problems with crates.io index (https://github.com/RustCrypto/asm-hashes/actions/runs/3211999281/jobs/5250550969):

Updating crates.io index
error: failed to get `cc` as a dependency of package `md5-asm v0.5.0 (/home/runner/work/asm-hashes/asm-hashes/md5)`

Caused by:
  failed to fetch `[https://github.com/rust-lang/crates.io-index`](https://github.com/rust-lang/crates.io-index%60)

Caused by:
  error reading from the zlib stream; class=Zlib (5)
Error: Process completed with exit code 101.

Not sure if there is anything I can do about this, but I guess it needs to be fixed on GitHub's side. :thinking: