Skip to content

Commit

Permalink
Weekly cargo update of dependencies (#1064)
Browse files Browse the repository at this point in the history
Automation to keep dependencies in `Cargo.lock` current.

The following is the output from `cargo update`:

```txt
     Locking 9 packages to latest compatible versions
    Updating cc v1.2.5 -> v1.2.6
    Updating jiff v0.1.15 -> v0.1.16
    Updating quote v1.0.37 -> v1.0.38
    Updating reqwest v0.12.9 -> v0.12.11
    Updating serde v1.0.216 -> v1.0.217
    Updating serde_derive v1.0.216 -> v1.0.217
    Updating syn v2.0.91 -> v2.0.93
      Adding tower v0.5.2
      Adding tower-layer v0.3.3
note: pass `--verbose` to see 2 unchanged dependencies behind latest
```

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
obi1kenobi and github-actions authored Dec 30, 2024
1 parent 6768edb commit d27fd61
Showing 1 changed file with 37 additions and 14 deletions.
51 changes: 37 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d27fd61

Please sign in to comment.