Skip to content

Commit

Permalink
Weekly cargo update (#1949)
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
info: syncing channel updates for '1.75.0-x86_64-unknown-linux-gnu'
info: latest update on 2023-12-28, rust version 1.75.0 (82e1608df 2023-12-21)
info: downloading component 'rust-std' for 'wasm32-unknown-unknown'
info: installing component 'rust-std' for 'wasm32-unknown-unknown'
�[1m�[32m    Updating�[0m async-signal v0.2.7 -> v0.2.8
�[1m�[32m    Updating�[0m cc v1.0.98 -> v1.0.99
�[1m�[32m    Updating�[0m quinn v0.11.1 -> v0.11.2
�[1m�[32m    Updating�[0m quinn-proto v0.11.2 -> v0.11.3
�[1m�[32m    Updating�[0m quinn-udp v0.5.1 -> v0.5.2
�[1m�[32m    Updating�[0m symbolic-common v12.9.1 -> v12.9.2
�[1m�[32m    Updating�[0m symbolic-demangle v12.9.1 -> v12.9.2
�[1m�[32m    Updating�[0m utf8parse v0.2.1 -> v0.2.2
�[1m�[36m      Adding�[0m web-time v1.1.0
�[1m�[32m    Updating�[0m yamux v0.13.2 -> v0.13.3
```

Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions[bot] and github-actions committed Jun 10, 2024
1 parent 8bb1c81 commit 7871362
Showing 1 changed file with 30 additions and 20 deletions.
50 changes: 30 additions & 20 deletions Cargo.lock

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

0 comments on commit 7871362

Please sign in to comment.