Skip to content

Commit

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

The following is the output from `cargo update`:

```txt
     Locking 12 packages to latest compatible versions
    Updating bstr v1.11.0 -> v1.11.1
    Updating cc v1.2.3 -> v1.2.4
    Updating chrono v0.4.38 -> v0.4.39
    Updating crossbeam-channel v0.5.13 -> v0.5.14
    Updating crossbeam-utils v0.8.20 -> v0.8.21
    Updating libc v0.2.167 -> v0.2.168
    Updating redox_syscall v0.5.7 -> v0.5.8
    Updating rustls-pki-types v1.10.0 -> v1.10.1
    Updating serde v1.0.215 -> v1.0.216
    Updating serde_derive v1.0.215 -> v1.0.216
    Updating thiserror v2.0.6 -> v2.0.7
    Updating thiserror-impl v2.0.6 -> v2.0.7
note: pass `--verbose` to see 18 unchanged dependencies behind latest
```

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
obi1kenobi and github-actions authored Dec 16, 2024
1 parent ecba2b2 commit 2a32a88
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions Cargo.lock

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

0 comments on commit 2a32a88

Please sign in to comment.