File Cargo.lock of Package failed_tectonic
```toml # This file is automatically generated by Cargo. # It contains all dependencies and their resolved versions. [[package]] name = "time" version = "0.3.35" # Updated from previous version to resolve Rust 1.80.0 compatibility issue source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d4e7f6b5c9a8e8b9f0a9c8d9e8f9a8b7c6d5e4f3a2b1c0d9e8f9a8b7" # Other packages remain unchanged [[package]] name = "libc" version = "0.2.153" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "abcdef1234567890abcdef1234567890abcdef1234567890abcdef1234567890" # Additional dependencies omitted for brevity ``` ---