Skip to content

Commit

Permalink
api/Cargo.lock: bump
Browse files Browse the repository at this point in the history
This is necessary due to an outdated `time` crate causing a build
failure on Rust 1.80.0 and later.

To reproduce these changes, run the following commands:
```
<clone my fork>
cd api
mv Cargo.lock Cargo.lock.bak
cargo update
diff Cargo.lock Cargo.lock.bak
-- There should be no changes, assuming that new updates to your
-- dependencies exist.
```

Further reading:
* time-rs/time#681
* rust-lang/rust#127343

Closes #340
  • Loading branch information
tomodachi94 committed Aug 17, 2024
1 parent 628f9ee commit 710c05f
Showing 1 changed file with 961 additions and 729 deletions.
Loading

0 comments on commit 710c05f

Please sign in to comment.