Skip to content

Commit

Permalink
Weekly cargo update of primary dependencies (#729)
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 13 packages to latest compatible versions
    Updating anstyle-wincon v3.0.6 -> v3.0.7
    Updating bitflags v2.7.0 -> v2.8.0
    Updating cc v1.2.9 -> v1.2.10
    Updating indexmap v2.7.0 -> v2.7.1
    Updating ipnet v2.10.1 -> v2.11.0
    Updating log v0.4.22 -> v0.4.25
    Updating miniz_oxide v0.8.2 -> v0.8.3
    Updating serde_json v1.0.135 -> v1.0.137
    Updating similar v2.6.0 -> v2.7.0
    Updating similar-asserts v1.6.0 -> v1.6.1
    Updating trybuild v1.0.101 -> v1.0.102
    Updating uuid v1.11.1 -> v1.12.0
    Updating valuable v0.1.0 -> v0.1.1
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 Jan 20, 2025
1 parent 51e1773 commit 1ec6298
Showing 1 changed file with 37 additions and 36 deletions.
73 changes: 37 additions & 36 deletions Cargo.lock

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

0 comments on commit 1ec6298

Please sign in to comment.