Skip to content

Commit

Permalink
Weekly cargo update (#1518)
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
�[0m�[0m�[1m�[32m    Updating�[0m async-io v2.2.0 -> v2.2.1
�[0m�[0m�[1m�[32m    Updating�[0m async-lock v3.1.1 -> v3.1.2
�[0m�[0m�[1m�[32m    Updating�[0m event-listener v3.1.0 -> v4.0.0
�[0m�[0m�[1m�[32m    Updating�[0m event-listener-strategy v0.3.0 -> v0.4.0
�[0m�[0m�[1m�[32m    Updating�[0m gimli v0.28.0 -> v0.28.1
�[0m�[0m�[1m�[32m    Updating�[0m polling v3.3.0 -> v3.3.1
�[0m�[0m�[1m�[31m    Removing�[0m waker-fn v1.1.1
�[0m�[0m�[1m�[36m      Adding�[0m windows-sys v0.52.0
�[0m�[0m�[1m�[36m      Adding�[0m windows-targets v0.52.0
�[0m�[0m�[1m�[36m      Adding�[0m windows_aarch64_gnullvm v0.52.0
�[0m�[0m�[1m�[36m      Adding�[0m windows_aarch64_msvc v0.52.0
�[0m�[0m�[1m�[36m      Adding�[0m windows_i686_gnu v0.52.0
�[0m�[0m�[1m�[36m      Adding�[0m windows_i686_msvc v0.52.0
�[0m�[0m�[1m�[36m      Adding�[0m windows_x86_64_gnu v0.52.0
�[0m�[0m�[1m�[36m      Adding�[0m windows_x86_64_gnullvm v0.52.0
�[0m�[0m�[1m�[36m      Adding�[0m windows_x86_64_msvc v0.52.0
```

Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
github-actions[bot] and github-actions committed Nov 27, 2023
1 parent 58b452f commit de4588c
Showing 1 changed file with 80 additions and 21 deletions.
101 changes: 80 additions & 21 deletions Cargo.lock

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

0 comments on commit de4588c

Please sign in to comment.