Update dependencies and fix linter errors#711
Merged
josecelano merged 2 commits intotorrust:developfrom Aug 12, 2024
Merged
Conversation
```console
cargo update
Updating crates.io index
Locking 15 packages to latest compatible versions
Updating cc v1.1.7 -> v1.1.10
Updating clap v4.5.13 -> v4.5.15
Updating clap_builder v4.5.13 -> v4.5.15
Updating core-foundation-sys v0.8.6 -> v0.8.7
Updating hyper-util v0.1.6 -> v0.1.7
Updating mio v1.0.1 -> v1.0.2
Updating object v0.36.2 -> v0.36.3
Updating rgb v0.8.47 -> v0.8.48
Updating rustls-pki-types v1.7.0 -> v1.8.0
Updating serde v1.0.204 -> v1.0.206
Updating serde_derive v1.0.204 -> v1.0.206
Updating serde_json v1.0.122 -> v1.0.124
Updating syn v2.0.72 -> v2.0.74
Updating tempfile v3.11.0 -> v3.12.0
Updating xml-rs v0.8.20 -> v0.8.21
```
Member
Author
|
ACK 6cb94c4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update dependencies and fix linter errors.