Skip to content

Commit

Permalink
Weekly cargo update (#2530)
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.81.0-x86_64-unknown-linux-gnu'
info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04)
info: downloading component 'rust-std' for 'wasm32-unknown-unknown'
info: installing component 'rust-std' for 'wasm32-unknown-unknown'
�[1m�[32m     Locking�[0m 18 packages to latest compatible versions
�[1m�[32m    Updating�[0m async-trait v0.1.83 -> v0.1.84
�[1m�[32m    Updating�[0m aws-config v1.5.11 -> v1.5.13
�[1m�[32m    Updating�[0m aws-runtime v1.5.1 -> v1.5.3
�[1m�[32m    Updating�[0m aws-sdk-kms v1.52.0 -> v1.54.0
�[1m�[32m    Updating�[0m aws-sdk-sso v1.51.0 -> v1.53.0
�[1m�[32m    Updating�[0m aws-sdk-ssooidc v1.52.0 -> v1.54.0
�[1m�[32m    Updating�[0m aws-sdk-sts v1.52.0 -> v1.54.0
�[1m�[32m    Updating�[0m bstr v1.11.1 -> v1.11.3
�[1m�[32m    Updating�[0m cc v1.2.5 -> v1.2.7
�[1m�[32m    Updating�[0m glob v0.3.1 -> v0.3.2
�[1m�[32m    Updating�[0m quanta v0.12.4 -> v0.12.5
�[1m�[32m    Updating�[0m reqwest v0.12.10 -> v0.12.12
�[1m�[32m    Updating�[0m rustversion v1.0.18 -> v1.0.19
�[1m�[32m    Updating�[0m serde v1.0.216 -> v1.0.217
�[1m�[32m    Updating�[0m serde_derive v1.0.216 -> v1.0.217
�[1m�[32m    Updating�[0m syn v2.0.91 -> v2.0.94
�[1m�[32m    Updating�[0m tempfile v3.14.0 -> v3.15.0
�[1m�[32m    Updating�[0m winnow v0.6.20 -> v0.6.22
�[1m�[36mnote�[0m�[1m:�[0m pass `--verbose` to see 269 unchanged dependencies behind latest
```

Co-authored-by: github-actions <[email protected]>
  • Loading branch information
github-actions[bot] and github-actions authored Jan 6, 2025
1 parent c0e3fa8 commit fe45fdb
Showing 1 changed file with 108 additions and 107 deletions.
Loading

0 comments on commit fe45fdb

Please sign in to comment.