Commit a5267f3
Weekly
Automation to keep dependencies in `Cargo.lock` current.
The following is the output from `cargo update`:
```txt
info: syncing channel updates for '1.79.0-x86_64-unknown-linux-gnu'
info: latest update on 2024-06-13, rust version 1.79.0 (129f3b996 2024-06-10)
info: downloading component 'rust-std' for 'wasm32-unknown-unknown'
info: installing component 'rust-std' for 'wasm32-unknown-unknown'
�[1m�[32m Locking�[0m 14 packages to latest compatible versions
�[1m�[32m Updating�[0m aws-credential-types v1.2.0 -> v1.2.1
�[1m�[32m Updating�[0m aws-runtime v1.4.0 -> v1.4.2
�[1m�[32m Updating�[0m aws-sdk-kms v1.40.0 -> v1.41.0
�[1m�[32m Updating�[0m aws-sdk-sso v1.39.0 -> v1.40.0
�[1m�[32m Updating�[0m aws-sdk-ssooidc v1.40.0 -> v1.41.0
�[1m�[32m Updating�[0m aws-sdk-sts v1.39.0 -> v1.40.0
�[1m�[32m Updating�[0m aws-smithy-http v0.60.9 -> v0.60.10
�[1m�[32m Updating�[0m aws-smithy-runtime v1.6.3 -> v1.7.1
�[1m�[32m Updating�[0m aws-smithy-types v1.2.2 -> v1.2.4
�[1m�[32m Updating�[0m cpp_demangle v0.4.3 -> v0.4.4
�[1m�[32m Updating�[0m indexmap v2.4.0 -> v2.5.0
�[1m�[32m Updating�[0m object v0.36.3 -> v0.36.4
�[1m�[32m Updating�[0m syn v2.0.76 -> v2.0.77
�[1m�[32m Updating�[0m tokio v1.39.3 -> v1.40.0
�[1m�[36mnote�[0m�[1m:�[0m pass `--verbose` to see 254 unchanged dependencies behind latest
```
Co-authored-by: github-actions <[email protected]>cargo update (#2149)1 parent 95b373e commit a5267f3
1 file changed
+90
-89
lines changed
0 commit comments